QtModule/QClass for Qt includes in public headers

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=812730
This commit is contained in:
Pino Toscano 2008-05-26 09:10:11 +00:00
parent 83a0bdac74
commit f706960801
9 changed files with 9 additions and 9 deletions

View File

@ -21,7 +21,7 @@
#ifndef PLASMA_CHECKBOX_H
#define PLASMA_CHECKBOX_H
#include <QGraphicsProxyWidget>
#include <QtGui/QGraphicsProxyWidget>
#include <plasma/plasma_export.h>

View File

@ -21,7 +21,7 @@
#ifndef PLASMA_COMBOBOX_H
#define PLASMA_COMBOBOX_H
#include <QGraphicsProxyWidget>
#include <QtGui/QGraphicsProxyWidget>
class QComboBox;

View File

@ -21,7 +21,7 @@
#ifndef PLASMA_GROUPBOX_H
#define PLASMA_GROUPBOX_H
#include <QGraphicsProxyWidget>
#include <QtGui/QGraphicsProxyWidget>
class QGroupBox;

View File

@ -21,7 +21,7 @@
#ifndef PLASMA_LABEL_H
#define PLASMA_LABEL_H
#include <QGraphicsProxyWidget>
#include <QtGui/QGraphicsProxyWidget>
#include <plasma/plasma_export.h>

View File

@ -21,7 +21,7 @@
#ifndef PLASMA_LINEEDIT_H
#define PLASMA_LINEEDIT_H
#include <QGraphicsProxyWidget>
#include <QtGui/QGraphicsProxyWidget>
class QLineEdit;

View File

@ -21,7 +21,7 @@
#ifndef PLASMA_PUSHBUTTON_H
#define PLASMA_PUSHBUTTON_H
#include <QGraphicsProxyWidget>
#include <QtGui/QGraphicsProxyWidget>
class QPushButton;

View File

@ -21,7 +21,7 @@
#ifndef PLASMA_RADIOBUTTON_H
#define PLASMA_RADIOBUTTON_H
#include <QGraphicsProxyWidget>
#include <QtGui/QGraphicsProxyWidget>
class QRadioButton;

View File

@ -21,7 +21,7 @@
#ifndef PLASMA_<NAME>_H
#define PLASMA_<NAME>_H
#include <QGraphicsProxyWidget>
#include <QtGui/QGraphicsProxyWidget>
#include <plasma/plasma_export.h>

View File

@ -21,7 +21,7 @@
#ifndef PLASMA_TEXTEDIT_H
#define PLASMA_TEXTEDIT_H
#include <QGraphicsProxyWidget>
#include <QtGui/QGraphicsProxyWidget>
class QTextEdit;