Don't use the QtGui module name in includes.

In Qt5, many of them are moved to QtWidgets, so this is the only
way to be source compatible with both Qt 4 and Qt 5.
This commit is contained in:
Stephen Kelly 2012-02-02 10:35:53 +01:00
parent a57081af2c
commit b1b68adb7d
61 changed files with 120 additions and 120 deletions

View File

@ -25,7 +25,7 @@
#ifndef PLASMA_ANIMATION_H #ifndef PLASMA_ANIMATION_H
#define PLASMA_ANIMATION_H #define PLASMA_ANIMATION_H
#include <QtGui/QGraphicsWidget> #include <QGraphicsWidget>
#include <QtCore/QObject> #include <QtCore/QObject>
#include <QtCore/QPropertyAnimation> #include <QtCore/QPropertyAnimation>
#include <QtCore/QAbstractAnimation> #include <QtCore/QAbstractAnimation>

View File

@ -21,7 +21,7 @@
#ifndef PLASMA_ANIMATOR_H #ifndef PLASMA_ANIMATOR_H
#define PLASMA_ANIMATOR_H #define PLASMA_ANIMATOR_H
#include <QtGui/QImage> #include <QImage>
#include <QtCore/QObject> #include <QtCore/QObject>
#include <QtCore/QAbstractAnimation> #include <QtCore/QAbstractAnimation>
#include <QtCore/QEasingCurve> #include <QtCore/QEasingCurve>

View File

@ -22,9 +22,9 @@
#ifndef PLASMA_APPLET_H #ifndef PLASMA_APPLET_H
#define PLASMA_APPLET_H #define PLASMA_APPLET_H
#include <QtGui/QGraphicsItem> #include <QGraphicsItem>
#include <QtGui/QGraphicsWidget> #include <QGraphicsWidget>
#include <QtGui/QIcon> #include <QIcon>
#include <kconfiggroup.h> #include <kconfiggroup.h>
#include <kgenericfactory.h> #include <kgenericfactory.h>

View File

@ -22,9 +22,9 @@
#ifndef PLASMA_CONTAINMENT_H #ifndef PLASMA_CONTAINMENT_H
#define PLASMA_CONTAINMENT_H #define PLASMA_CONTAINMENT_H
#include <QtGui/QGraphicsItem> #include <QGraphicsItem>
#include <QtGui/QWidget> #include <QWidget>
#include <QtGui/QStyleOptionGraphicsItem> #include <QStyleOptionGraphicsItem>
#include <kplugininfo.h> #include <kplugininfo.h>
#include <ksharedconfig.h> #include <ksharedconfig.h>

View File

@ -21,7 +21,7 @@
#ifndef PLASMA_CORONA_H #ifndef PLASMA_CORONA_H
#define PLASMA_CORONA_H #define PLASMA_CORONA_H
#include <QtGui/QGraphicsScene> #include <QGraphicsScene>
#include <plasma/containment.h> #include <plasma/containment.h>
#include <plasma/plasma.h> #include <plasma/plasma.h>

View File

@ -22,7 +22,7 @@
#define PLASMA_DELEGATE_H #define PLASMA_DELEGATE_H
// Qt // Qt
#include <QtGui/QAbstractItemDelegate> #include <QAbstractItemDelegate>
// Plasma // Plasma
#include <plasma/plasma_export.h> #include <plasma/plasma_export.h>

View File

@ -32,10 +32,10 @@
#endif #endif
#include <QBitmap> #include <QBitmap>
#include <QTimer> #include <QTimer>
#include <QtGui/QVBoxLayout> #include <QVBoxLayout>
#include <QtGui/QGraphicsSceneEvent> #include <QGraphicsSceneEvent>
#include <QtGui/QGraphicsView> #include <QGraphicsView>
#include <QtGui/QGraphicsWidget> #include <QGraphicsWidget>
#include <QApplication> #include <QApplication>
#include <QDesktopWidget> #include <QDesktopWidget>
#include <QVarLengthArray> #include <QVarLengthArray>

View File

@ -23,9 +23,9 @@
#ifndef PLASMA_DIALOG_H #ifndef PLASMA_DIALOG_H
#define PLASMA_DIALOG_H #define PLASMA_DIALOG_H
#include <QtGui/QWidget> #include <QWidget>
#include <QtGui/QGraphicsSceneEvent> #include <QGraphicsSceneEvent>
#include <QtGui/QGraphicsView> #include <QGraphicsView>
#include <plasma/plasma_export.h> #include <plasma/plasma_export.h>
#include <plasma/plasma.h> #include <plasma/plasma.h>

View File

@ -22,7 +22,7 @@
#define PLASMA_FRAMESVG_H #define PLASMA_FRAMESVG_H
#include <QtCore/QObject> #include <QtCore/QObject>
#include <QtGui/QPixmap> #include <QPixmap>
#include <plasma/plasma_export.h> #include <plasma/plasma_export.h>

View File

@ -21,9 +21,9 @@
#ifndef PLASMA_PAINTUTILS_H #ifndef PLASMA_PAINTUTILS_H
#define PLASMA_PAINTUTILS_H #define PLASMA_PAINTUTILS_H
#include <QtGui/QApplication> #include <QApplication>
#include <QtGui/QGraphicsItem> #include <QGraphicsItem>
#include <QtGui/QPainterPath> #include <QPainterPath>
#include <plasma/plasma_export.h> #include <plasma/plasma_export.h>
#include "theme.h" #include "theme.h"

View File

@ -22,8 +22,8 @@
/** @header plasma/plasma.h <Plasma/Plasma> */ /** @header plasma/plasma.h <Plasma/Plasma> */
#include <QtGui/QGraphicsItem> #include <QGraphicsItem>
#include <QtGui/QPainterPath> #include <QPainterPath>
#include <plasma/plasma_export.h> #include <plasma/plasma_export.h>

View File

@ -20,7 +20,7 @@
#include "animablegraphicswebview_p.h" #include "animablegraphicswebview_p.h"
#include <QtGui/QApplication> #include <QApplication>
#include <QGestureEvent> #include <QGestureEvent>
#include <QPinchGesture> #include <QPinchGesture>
#include <QtWebKit/QWebFrame> #include <QtWebKit/QWebFrame>

View File

@ -21,11 +21,11 @@
#ifndef ANIMABLEWEBVIEW_P_H #ifndef ANIMABLEWEBVIEW_P_H
#define ANIMABLEWEBVIEW_P_H #define ANIMABLEWEBVIEW_P_H
#include <QtGui/QGraphicsSceneContextMenuEvent> #include <QGraphicsSceneContextMenuEvent>
#include <QtGui/QGraphicsSceneDragDropEvent> #include <QGraphicsSceneDragDropEvent>
#include <QtGui/QGraphicsSceneMouseEvent> #include <QGraphicsSceneMouseEvent>
#include <QtGui/QGraphicsSceneWheelEvent> #include <QGraphicsSceneWheelEvent>
#include <QtGui/QGraphicsView> #include <QGraphicsView>
#include <config-plasma.h> #include <config-plasma.h>

View File

@ -21,11 +21,11 @@
#include <QApplication> #include <QApplication>
#include <QBitmap> #include <QBitmap>
#include <QtGui/QGraphicsSceneMouseEvent> #include <QGraphicsSceneMouseEvent>
#include <QtGui/QLinearGradient> #include <QLinearGradient>
#include <QtGui/QPainter> #include <QPainter>
#include <QtGui/QApplication> #include <QApplication>
#include <QtGui/QMenu> #include <QMenu>
#include <QTouchEvent> #include <QTouchEvent>
#include <QMatrix> #include <QMatrix>
#include <QTransform> #include <QTransform>

View File

@ -21,7 +21,7 @@
#define PLASMA_APPLETHANDLE_P_H #define PLASMA_APPLETHANDLE_P_H
#include <QtCore/QObject> #include <QtCore/QObject>
#include <QtGui/QGraphicsObject> #include <QGraphicsObject>
#include <QTimer> #include <QTimer>
#include <QWeakPointer> #include <QWeakPointer>
#include <QPropertyAnimation> #include <QPropertyAnimation>

View File

@ -19,9 +19,9 @@
*/ */
#include <QtCore/QTimer> #include <QtCore/QTimer>
#include <QtGui/QApplication> #include <QApplication>
#include <QtGui/QBoxLayout> #include <QBoxLayout>
#include <QtGui/QTextEdit> #include <QTextEdit>
#include <QtNetwork/QTcpSocket> #include <QtNetwork/QTcpSocket>
#include <QtJolie/AbstractAdaptor> #include <QtJolie/AbstractAdaptor>

View File

@ -19,10 +19,10 @@
*/ */
#include <QtCore/QBuffer> #include <QtCore/QBuffer>
#include <QtGui/QApplication> #include <QApplication>
#include <QtGui/QBoxLayout> #include <QBoxLayout>
#include <QtGui/QLineEdit> #include <QLineEdit>
#include <QtGui/QPushButton> #include <QPushButton>
#include <QtNetwork/QTcpSocket> #include <QtNetwork/QTcpSocket>
#include <QtJolie/Message> #include <QtJolie/Message>

View File

@ -22,10 +22,10 @@
#include <QtCore/QDebug> #include <QtCore/QDebug>
#include <QtCore/QTimer> #include <QtCore/QTimer>
#include <QtGui/QApplication> #include <QApplication>
#include <QtGui/QBoxLayout> #include <QBoxLayout>
#include <QtGui/QLineEdit> #include <QLineEdit>
#include <QtGui/QTextBrowser> #include <QTextBrowser>
#include <QtJolie/Client> #include <QtJolie/Client>
#include <QtJolie/Message> #include <QtJolie/Message>

View File

@ -21,10 +21,10 @@
#include <QtCore/QDebug> #include <QtCore/QDebug>
#include <QtCore/QTimer> #include <QtCore/QTimer>
#include <QtGui/QApplication> #include <QApplication>
#include <QtGui/QBoxLayout> #include <QBoxLayout>
#include <QtGui/QLineEdit> #include <QLineEdit>
#include <QtGui/QTextBrowser> #include <QTextBrowser>
#include <QtJolie/AbstractAdaptor> #include <QtJolie/AbstractAdaptor>
#include <QtJolie/Client> #include <QtJolie/Client>

View File

@ -22,7 +22,7 @@
#define PLASMA_STYLE_P_H #define PLASMA_STYLE_P_H
#include <QtCore/QSharedData> #include <QtCore/QSharedData>
#include <QtGui/QCommonStyle> #include <QCommonStyle>
#include <ksharedptr.h> #include <ksharedptr.h>

2
svg.h
View File

@ -21,7 +21,7 @@
#define PLASMA_SVG_H #define PLASMA_SVG_H
#include <QtCore/QObject> #include <QtCore/QObject>
#include <QtGui/QPixmap> #include <QPixmap>
#include <plasma/plasma_export.h> #include <plasma/plasma_export.h>

View File

@ -24,15 +24,15 @@
#include <QtCore/QDate> #include <QtCore/QDate>
#include <QtCore/QLocale> #include <QtCore/QLocale>
#include <QtCore/QUrl> #include <QtCore/QUrl>
#include <QtGui/QBitmap> #include <QBitmap>
#include <QtGui/QBrush> #include <QBrush>
#include <QtGui/QCursor> #include <QCursor>
#include <QtGui/QFont> #include <QFont>
#include <QtGui/QIcon> #include <QIcon>
#include <QtGui/QPalette> #include <QPalette>
#include <QtGui/QPen> #include <QPen>
#include <QtGui/QSizePolicy> #include <QSizePolicy>
#include <QtGui/QTextFormat> #include <QTextFormat>
Q_DECLARE_METATYPE(TestEngine::MyUserType) Q_DECLARE_METATYPE(TestEngine::MyUserType)

View File

@ -21,8 +21,8 @@
#define PLASMA_THEME_H #define PLASMA_THEME_H
#include <QtCore/QObject> #include <QtCore/QObject>
#include <QtGui/QFont> #include <QFont>
#include <QtGui/QFontMetrics> #include <QFontMetrics>
#include <kplugininfo.h> #include <kplugininfo.h>
#include <ksharedconfig.h> #include <ksharedconfig.h>

View File

@ -24,8 +24,8 @@
#include <QtCore/QUrl> #include <QtCore/QUrl>
#include <QtCore/QVariant> #include <QtCore/QVariant>
#include <QtCore/QList> #include <QtCore/QList>
#include <QtGui/QPixmap> #include <QPixmap>
#include <QtGui/QIcon> #include <QIcon>
#include <plasma/plasma_export.h> #include <plasma/plasma_export.h>

View File

@ -34,7 +34,7 @@
//X11 //X11
#ifdef Q_WS_X11 #ifdef Q_WS_X11
#include <QtGui/QX11Info> #include <QX11Info>
#include <X11/Xlib.h> #include <X11/Xlib.h>
#include <fixx11h.h> #include <fixx11h.h>
#endif #endif

4
view.h
View File

@ -20,8 +20,8 @@
#ifndef PLASMA_VIEW_H #ifndef PLASMA_VIEW_H
#define PLASMA_VIEW_H #define PLASMA_VIEW_H
#include <QtGui/QApplication> #include <QApplication>
#include <QtGui/QGraphicsView> #include <QGraphicsView>
#include <kconfiggroup.h> #include <kconfiggroup.h>

View File

@ -20,7 +20,7 @@
#ifndef PLASMA_BUSYWIDGET_H #ifndef PLASMA_BUSYWIDGET_H
#define PLASMA_BUSYWIDGET_H #define PLASMA_BUSYWIDGET_H
#include <QtGui/QGraphicsWidget> #include <QGraphicsWidget>
#include <plasma/plasma_export.h> #include <plasma/plasma_export.h>

View File

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

View File

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

View File

@ -20,7 +20,7 @@
#ifndef PLASMA_DECLARATIVEWIDGET_H #ifndef PLASMA_DECLARATIVEWIDGET_H
#define PLASMA_DECLARATIVEWIDGET_H #define PLASMA_DECLARATIVEWIDGET_H
#include <QtGui/QGraphicsWidget> #include <QGraphicsWidget>
#include <plasma/plasma_export.h> #include <plasma/plasma_export.h>

View File

@ -25,9 +25,9 @@
#include <QtCore/QTimeLine> #include <QtCore/QTimeLine>
#include <QtCore/QTimer> #include <QtCore/QTimer>
#include <QtCore/QWeakPointer> #include <QtCore/QWeakPointer>
#include <QtGui/QPainter> #include <QPainter>
#include <QtGui/QPixmap> #include <QPixmap>
#include <QtGui/QColor> #include <QColor>
#include <kdebug.h> #include <kdebug.h>

View File

@ -21,8 +21,8 @@
#ifndef PLASMA_FLASHINGLABEL_H #ifndef PLASMA_FLASHINGLABEL_H
#define PLASMA_FLASHINGLABEL_H #define PLASMA_FLASHINGLABEL_H
#include <QtGui/QGraphicsWidget> #include <QGraphicsWidget>
#include <QtGui/QTextOption> #include <QTextOption>
#include <plasma/plasma_export.h> #include <plasma/plasma_export.h>

View File

@ -20,7 +20,7 @@
#ifndef PLASMA_FRAME_H #ifndef PLASMA_FRAME_H
#define PLASMA_FRAME_H #define PLASMA_FRAME_H
#include <QtGui/QGraphicsWidget> #include <QGraphicsWidget>
#include <plasma/plasma_export.h> #include <plasma/plasma_export.h>
#include <plasma/framesvg.h> #include <plasma/framesvg.h>

View File

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

View File

@ -25,9 +25,9 @@
#include <QtCore/QObject> #include <QtCore/QObject>
#include <QtCore/QWeakPointer> #include <QtCore/QWeakPointer>
#include <QtGui/QGraphicsTextItem> #include <QGraphicsTextItem>
#include <QtGui/QIcon> #include <QIcon>
#include <QtGui/QGraphicsWidget> #include <QGraphicsWidget>
#include <plasma/dataengine.h> #include <plasma/dataengine.h>
#include <plasma/animator.h> #include <plasma/animator.h>

View File

@ -24,11 +24,11 @@
#include <QtCore/QEvent> #include <QtCore/QEvent>
#include <QtCore/QWeakPointer> #include <QtCore/QWeakPointer>
#include <QtGui/QApplication> #include <QApplication>
#include <QtGui/QIcon> #include <QIcon>
#include <QtGui/QStyleOptionGraphicsItem> #include <QStyleOptionGraphicsItem>
#include <QtGui/QTextLayout> #include <QTextLayout>
#include <QtGui/QTextOption> #include <QTextOption>
#include "iconwidget.h" #include "iconwidget.h"
#include "framesvg.h" #include "framesvg.h"

View File

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

View File

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

View File

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

View File

@ -22,7 +22,7 @@
#include <plasma/plasma_export.h> #include <plasma/plasma_export.h>
#include <plasma/dataengine.h> #include <plasma/dataengine.h>
#include <QtGui/QGraphicsWidget> #include <QGraphicsWidget>
namespace Plasma namespace Plasma
{ {

View File

@ -20,7 +20,7 @@
#ifndef PLASMA_PUSHBUTTON_H #ifndef PLASMA_PUSHBUTTON_H
#define PLASMA_PUSHBUTTON_H #define PLASMA_PUSHBUTTON_H
#include <QtGui/QGraphicsProxyWidget> #include <QGraphicsProxyWidget>
#include <kicon.h> #include <kicon.h>

View File

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

View File

@ -21,8 +21,8 @@
#ifndef PLASMA_SCROLLBAR_H #ifndef PLASMA_SCROLLBAR_H
#define PLASMA_SCROLLBAR_H #define PLASMA_SCROLLBAR_H
#include <QtGui/QScrollBar> #include <QScrollBar>
#include <QtGui/QGraphicsProxyWidget> #include <QGraphicsProxyWidget>
#include <plasma/plasma_export.h> #include <plasma/plasma_export.h>

View File

@ -21,7 +21,7 @@
#define PLASMA_SCROLLWIDGET_H #define PLASMA_SCROLLWIDGET_H
#include <QtCore/QAbstractAnimation> #include <QtCore/QAbstractAnimation>
#include <QtGui/QGraphicsWidget> #include <QGraphicsWidget>
#include <plasma/plasma_export.h> #include <plasma/plasma_export.h>

View File

@ -19,8 +19,8 @@
#include "separator.h" #include "separator.h"
#include <QtGui/QPainter> #include <QPainter>
#include <QtGui/QGraphicsSceneMouseEvent> #include <QGraphicsSceneMouseEvent>
#include "svg.h" #include "svg.h"

View File

@ -20,7 +20,7 @@
#ifndef PLASMA_SEPARATOR_H #ifndef PLASMA_SEPARATOR_H
#define PLASMA_SEPARATOR_H #define PLASMA_SEPARATOR_H
#include <QtGui/QGraphicsWidget> #include <QGraphicsWidget>
#include <plasma/plasma_export.h> #include <plasma/plasma_export.h>

View File

@ -28,10 +28,10 @@
#include <QApplication> #include <QApplication>
#include <QList> #include <QList>
#include <QPalette> #include <QPalette>
#include <QtGui/QPainter> #include <QPainter>
#include <QtGui/QPixmap> #include <QPixmap>
#include <QtGui/QPainterPath> #include <QPainterPath>
#include <QtGui/QPolygon> #include <QPolygon>
#include <kdebug.h> #include <kdebug.h>
#include <kglobal.h> #include <kglobal.h>

View File

@ -22,8 +22,8 @@
#ifndef PLASMA_SIGNALPLOTTER_H #ifndef PLASMA_SIGNALPLOTTER_H
#define PLASMA_SIGNALPLOTTER_H #define PLASMA_SIGNALPLOTTER_H
#include <QtGui/QFont> #include <QFont>
#include <QtGui/QGraphicsWidget> #include <QGraphicsWidget>
#include <plasma/plasma_export.h> #include <plasma/plasma_export.h>
namespace Plasma namespace Plasma

View File

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

View File

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

View File

@ -19,8 +19,8 @@
#include "svgwidget.h" #include "svgwidget.h"
#include <QtGui/QPainter> #include <QPainter>
#include <QtGui/QGraphicsSceneMouseEvent> #include <QGraphicsSceneMouseEvent>
#include "kdebug.h" #include "kdebug.h"
#include "svg.h" #include "svg.h"

View File

@ -20,7 +20,7 @@
#ifndef PLASMA_SVGWIDGET_H #ifndef PLASMA_SVGWIDGET_H
#define PLASMA_SVGWIDGET_H #define PLASMA_SVGWIDGET_H
#include <QtGui/QGraphicsWidget> #include <QGraphicsWidget>
#include <plasma/plasma_export.h> #include <plasma/plasma_export.h>

View File

@ -20,7 +20,7 @@
#ifndef PLASMA_TABBAR_H #ifndef PLASMA_TABBAR_H
#define PLASMA_TABBAR_H #define PLASMA_TABBAR_H
#include <QtGui/QGraphicsWidget> #include <QGraphicsWidget>
#include <ktabbar.h> #include <ktabbar.h>

View File

@ -20,7 +20,7 @@
#ifndef PLASMA_TEXTBROWSER_H #ifndef PLASMA_TEXTBROWSER_H
#define PLASMA_TEXTBROWSER_H #define PLASMA_TEXTBROWSER_H
#include <QtGui/QGraphicsProxyWidget> #include <QGraphicsProxyWidget>
class KTextBrowser; class KTextBrowser;

View File

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

View File

@ -20,7 +20,7 @@
#ifndef PLASMA_TOOLBUTTON_H #ifndef PLASMA_TOOLBUTTON_H
#define PLASMA_TOOLBUTTON_H #define PLASMA_TOOLBUTTON_H
#include <QtGui/QGraphicsProxyWidget> #include <QGraphicsProxyWidget>
class QToolButton; class QToolButton;

View File

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

View File

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

View File

@ -18,8 +18,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
#include <QtGui/QApplication> #include <QApplication>
#include <QtGui/QStyleOptionGraphicsItem> #include <QStyleOptionGraphicsItem>
#include <fixx11h.h> #include <fixx11h.h>
#include <QtWebKit/QWebFrame> #include <QtWebKit/QWebFrame>

View File

@ -21,7 +21,7 @@
#define PLASMA_WEBVIEW_H #define PLASMA_WEBVIEW_H
#include <plasma/plasma_export.h> #include <plasma/plasma_export.h>
#include <QtGui/QGraphicsWidget> #include <QGraphicsWidget>
#include <kurl.h> #include <kurl.h>

View File

@ -20,7 +20,7 @@
#ifndef PLASMA_WINDOWEFFECTS_H #ifndef PLASMA_WINDOWEFFECTS_H
#define PLASMA_WINDOWEFFECTS_H #define PLASMA_WINDOWEFFECTS_H
#include <QtGui/QWidget> #include <QWidget>
#include <plasma/plasma.h> #include <plasma/plasma.h>