QtModule/QClass for Qt includes in public headers
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=812730
This commit is contained in:
parent
83a0bdac74
commit
f706960801
@ -21,7 +21,7 @@
|
||||
#ifndef PLASMA_CHECKBOX_H
|
||||
#define PLASMA_CHECKBOX_H
|
||||
|
||||
#include <QGraphicsProxyWidget>
|
||||
#include <QtGui/QGraphicsProxyWidget>
|
||||
|
||||
#include <plasma/plasma_export.h>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
#ifndef PLASMA_COMBOBOX_H
|
||||
#define PLASMA_COMBOBOX_H
|
||||
|
||||
#include <QGraphicsProxyWidget>
|
||||
#include <QtGui/QGraphicsProxyWidget>
|
||||
|
||||
class QComboBox;
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
#ifndef PLASMA_GROUPBOX_H
|
||||
#define PLASMA_GROUPBOX_H
|
||||
|
||||
#include <QGraphicsProxyWidget>
|
||||
#include <QtGui/QGraphicsProxyWidget>
|
||||
|
||||
class QGroupBox;
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
#ifndef PLASMA_LABEL_H
|
||||
#define PLASMA_LABEL_H
|
||||
|
||||
#include <QGraphicsProxyWidget>
|
||||
#include <QtGui/QGraphicsProxyWidget>
|
||||
|
||||
#include <plasma/plasma_export.h>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
#ifndef PLASMA_LINEEDIT_H
|
||||
#define PLASMA_LINEEDIT_H
|
||||
|
||||
#include <QGraphicsProxyWidget>
|
||||
#include <QtGui/QGraphicsProxyWidget>
|
||||
|
||||
class QLineEdit;
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
#ifndef PLASMA_PUSHBUTTON_H
|
||||
#define PLASMA_PUSHBUTTON_H
|
||||
|
||||
#include <QGraphicsProxyWidget>
|
||||
#include <QtGui/QGraphicsProxyWidget>
|
||||
|
||||
class QPushButton;
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
#ifndef PLASMA_RADIOBUTTON_H
|
||||
#define PLASMA_RADIOBUTTON_H
|
||||
|
||||
#include <QGraphicsProxyWidget>
|
||||
#include <QtGui/QGraphicsProxyWidget>
|
||||
|
||||
class QRadioButton;
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
#ifndef PLASMA_<NAME>_H
|
||||
#define PLASMA_<NAME>_H
|
||||
|
||||
#include <QGraphicsProxyWidget>
|
||||
#include <QtGui/QGraphicsProxyWidget>
|
||||
|
||||
#include <plasma/plasma_export.h>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
#ifndef PLASMA_TEXTEDIT_H
|
||||
#define PLASMA_TEXTEDIT_H
|
||||
|
||||
#include <QGraphicsProxyWidget>
|
||||
#include <QtGui/QGraphicsProxyWidget>
|
||||
|
||||
class QTextEdit;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user