summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qplatformeventloopintegration_qpa.h
diff options
context:
space:
mode:
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