summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qplatformscreen_qpa.h
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2010-08-06 14:31:15 (GMT)
committerJørgen Lind <jorgen.lind@nokia.com>2010-08-06 14:31:15 (GMT)
commiteaf64f3a07533a30aa29eed85f6a3cbc744722a4 (patch)
treec55151c1b627b00cfc1c92bf67bb524c05c182db /src/gui/kernel/qplatformscreen_qpa.h
parent47bed030ffedded5914d8309bf2e1cccc1fd78d0 (diff)
downloadQt-eaf64f3a07533a30aa29eed85f6a3cbc744722a4.zip
Qt-eaf64f3a07533a30aa29eed85f6a3cbc744722a4.tar.gz
Qt-eaf64f3a07533a30aa29eed85f6a3cbc744722a4.tar.bz2
Cleaned up in includes in Lighthouse headerfiles
Diffstat (limited to 'src/gui/kernel/qplatformscreen_qpa.h')
-rw-r--r--src/gui/kernel/qplatformscreen_qpa.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/gui/kernel/qplatformscreen_qpa.h b/src/gui/kernel/qplatformscreen_qpa.h
index f603db5..1704f0f 100644
--- a/src/gui/kernel/qplatformscreen_qpa.h
+++ b/src/gui/kernel/qplatformscreen_qpa.h
@@ -42,10 +42,17 @@
#ifndef QPLATFORMSCREEN_H
#define QPLATFORMSCREEN_H
+#include <QtCore/qmetatype.h>
+#include <QtCore/qnamespace.h>
+#include <QtCore/qcoreevent.h>
+#include <QtCore/qvariant.h>
#include <QtCore/qrect.h>
-#include <QtGui/qimage.h>
#include <QtCore/qobject.h>
+#include <QtGui/qcursor.h>
+#include <QtGui/qimage.h>
+#include <QtGui/qwidget.h>
+
QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE