Qt includes in public headers needs the QtModule/QClass form
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=803730
This commit is contained in:
parent
27e34b6579
commit
5df3e2846b
@ -26,7 +26,7 @@
|
|||||||
#include <QtCore/QObject>
|
#include <QtCore/QObject>
|
||||||
#include <QtGui/QGraphicsTextItem>
|
#include <QtGui/QGraphicsTextItem>
|
||||||
#include <QtGui/QIcon>
|
#include <QtGui/QIcon>
|
||||||
#include <QGraphicsWidget>
|
#include <QtGui/QGraphicsWidget>
|
||||||
|
|
||||||
#include <plasma/dataengine.h>
|
#include <plasma/dataengine.h>
|
||||||
#include <plasma/animator.h>
|
#include <plasma/animator.h>
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
#include <plasma/plasma_export.h>
|
#include <plasma/plasma_export.h>
|
||||||
#include <plasma/dataengine.h>
|
#include <plasma/dataengine.h>
|
||||||
#include <QGraphicsWidget>
|
#include <QtGui/QGraphicsWidget>
|
||||||
|
|
||||||
namespace Plasma
|
namespace Plasma
|
||||||
{
|
{
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
#define SIGNALPLOTTER_H
|
#define SIGNALPLOTTER_H
|
||||||
|
|
||||||
#include <QtGui/QFont>
|
#include <QtGui/QFont>
|
||||||
#include <QGraphicsWidget>
|
#include <QtGui/QGraphicsWidget>
|
||||||
#include <plasma/plasma_export.h>
|
#include <plasma/plasma_export.h>
|
||||||
|
|
||||||
namespace Plasma
|
namespace Plasma
|
||||||
|
@ -21,7 +21,8 @@
|
|||||||
#define PLASMA_WEBCONTENT_H
|
#define PLASMA_WEBCONTENT_H
|
||||||
|
|
||||||
#include <plasma/plasma_export.h>
|
#include <plasma/plasma_export.h>
|
||||||
#include <QGraphicsWidget>
|
#include <QtGui/QGraphicsWidget>
|
||||||
|
|
||||||
class QWebPage;
|
class QWebPage;
|
||||||
class QWebFrame;
|
class QWebFrame;
|
||||||
class QKeyEvent;
|
class QKeyEvent;
|
||||||
|
Loading…
Reference in New Issue
Block a user