use QtModule/QFoo includes

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=687972
This commit is contained in:
Pino Toscano 2007-07-14 22:40:00 +00:00
parent 94a57ed051
commit 1633d8d791
5 changed files with 6 additions and 6 deletions

View File

@ -19,7 +19,7 @@
#ifndef CORONA_H #ifndef CORONA_H
#define CORONA_H #define CORONA_H
#include <QGraphicsScene> #include <QtGui/QGraphicsScene>
#include <plasma/applet.h> #include <plasma/applet.h>
#include <plasma/plasma.h> #include <plasma/plasma.h>

View File

@ -20,7 +20,7 @@
#ifndef PACKAGEMETADATA_H #ifndef PACKAGEMETADATA_H
#define PACKAGEMETADATA_H #define PACKAGEMETADATA_H
#include <QString> #include <QtCore/QString>
#include <plasma/plasma_export.h> #include <plasma/plasma_export.h>

View File

@ -20,7 +20,7 @@
#ifndef PACKAGESTRUCTURE_H #ifndef PACKAGESTRUCTURE_H
#define PACKAGESTRUCTURE_H #define PACKAGESTRUCTURE_H
#include <QStringList> #include <QtCore/QStringList>
#include <plasma/plasma_export.h> #include <plasma/plasma_export.h>

View File

@ -20,8 +20,8 @@
#ifndef PHASE_H #ifndef PHASE_H
#define PHASE_H #define PHASE_H
#include <QImage> #include <QtGui/QImage>
#include <QObject> #include <QtCore/QObject>
#include <plasma/plasma_export.h> #include <plasma/plasma_export.h>

View File

@ -19,7 +19,7 @@
#ifndef PLASMA_DEFS_H #ifndef PLASMA_DEFS_H
#define PLASMA_DEFS_H #define PLASMA_DEFS_H
#include <QGraphicsItem> #include <QtGui/QGraphicsItem>
#include <plasma/plasma_export.h> #include <plasma/plasma_export.h>