mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
generic: adjust to Katie changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
a2ca134e84
commit
2141012552
5 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
#include <kpluginfactory.h>
|
||||
#include <kpluginloader.h>
|
||||
|
||||
#include <QtCore/QScopedPointer>
|
||||
#include <QtCore/QTimer>
|
||||
|
||||
#include <ctime>
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue