diff options
Diffstat (limited to 'src/location/places/qplacereply.h')
-rw-r--r-- | src/location/places/qplacereply.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/location/places/qplacereply.h b/src/location/places/qplacereply.h index acacac73..a138579f 100644 --- a/src/location/places/qplacereply.h +++ b/src/location/places/qplacereply.h @@ -42,11 +42,14 @@ #ifndef QPLACEREPLY_H #define QPLACEREPLY_H -#include "qmobilityglobal.h" #include <QObject> +QT_BEGIN_HEADER + QT_BEGIN_NAMESPACE +QT_MODULE(Location) + class QPlaceReplyPrivate; class Q_LOCATION_EXPORT QPlaceReply : public QObject { @@ -104,4 +107,6 @@ private: QT_END_NAMESPACE +QT_END_HEADER + #endif // QPLACEREPLY_H |