summaryrefslogtreecommitdiff
path: root/src/location/places/placemacro.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/places/placemacro.h')
-rw-r--r--src/location/places/placemacro.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/location/places/placemacro.h b/src/location/places/placemacro.h
index 6db8e2af..28e60914 100644
--- a/src/location/places/placemacro.h
+++ b/src/location/places/placemacro.h
@@ -42,6 +42,14 @@
#ifndef PLACE_MACRO_H
#define PLACE_MACRO_H
+#include <QtCore/QtGlobal>
+
+QT_BEGIN_HEADER
+
+QT_BEGIN_NAMESPACE
+
+QT_MODULE(Location)
+
#define Q_DECLARE_D_FUNC(Class) \
inline Class##Private* d_func(); \
inline const Class##Private* d_func() const;\
@@ -69,3 +77,7 @@
}
#endif
+
+QT_END_NAMESPACE
+
+QT_END_HEADER