generic: adjust to Katie changes

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-01-30 14:31:17 +02:00
parent a2ca134e84
commit 2141012552
5 changed files with 5 additions and 0 deletions

View file

@ -19,6 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef EPUB_H
#define EPUB_H
#include <QScopedPointer>
#include <QImage>
#include <QXmlStreamReader>
#include <kzip.h>

View file

@ -38,6 +38,7 @@
#include <kpluginfactory.h>
#include <kpluginloader.h>
#include <QtCore/QScopedPointer>
#include <QtCore/QTimer>
#include <ctime>

View file

@ -25,6 +25,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config-kwin.h"
#include <kwineffects.h>
#include <QScopedPointer>
namespace KWin
{

View file

@ -21,6 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef KWIN_SHOWFPS_H
#define KWIN_SHOWFPS_H
#include <QtCore/qscopedpointer.h>
#include <QtCore/qdatetime.h>
#include <kwineffects.h>

View file

@ -25,6 +25,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config-kwin.h"
#include <kwineffects.h>
#include <QScopedPointer>
#include <QDateTime>
#include <QTimeLine>