summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qplatformeventloopintegration_qpa.h
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@nokia.com>2010-08-20 08:26:50 (GMT)
committerPaul Olav Tvete <paul.tvete@nokia.com>2010-08-20 08:26:50 (GMT)
commit5508ea53b0af0c580dbf7466bf2731dcbad399de (patch)
tree279a6885ab6415c7a47029d755897903900c534d /src/gui/kernel/qplatformeventloopintegration_qpa.h
parent872ccdcc090cec252cea2109d2fc9f2f2ee4c795 (diff)
downloadQt-5508ea53b0af0c580dbf7466bf2731dcbad399de.zip
Qt-5508ea53b0af0c580dbf7466bf2731dcbad399de.tar.gz
Qt-5508ea53b0af0c580dbf7466bf2731dcbad399de.tar.bz2
Clean up lighthouse header files
Fixes configure warnings Reviewed-by: Jørgen
Diffstat (limited to 'src/gui/kernel/qplatformeventloopintegration_qpa.h')
-rw-r--r--src/gui/kernel/qplatformeventloopintegration_qpa.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/gui/kernel/qplatformeventloopintegration_qpa.h b/src/gui/kernel/qplatformeventloopintegration_qpa.h
index 5e4c227..7343566 100644
--- a/src/gui/kernel/qplatformeventloopintegration_qpa.h
+++ b/src/gui/kernel/qplatformeventloopintegration_qpa.h
@@ -1,7 +1,13 @@
#ifndef QPLATFORMEVENTLOOPINTEGRATION_QPA_H
#define QPLATFORMEVENTLOOPINTEGRATION_QPA_H
-#include <qglobal.h>
+#include <QtCore/qglobal.h>
+
+QT_BEGIN_HEADER
+
+QT_BEGIN_NAMESPACE
+
+QT_MODULE(Gui)
class QPlatformEventLoopIntegration
{
@@ -10,4 +16,8 @@ public:
virtual void wakeup() = 0;
};
+QT_END_NAMESPACE
+
+QT_END_HEADER
+
#endif // QPLATFORMEVENTLOOPINTEGRATION_QPA_H