summaryrefslogtreecommitdiff
path: root/src/location/landmarks/qlandmarkexportrequest.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/landmarks/qlandmarkexportrequest.h')
-rw-r--r--src/location/landmarks/qlandmarkexportrequest.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/location/landmarks/qlandmarkexportrequest.h b/src/location/landmarks/qlandmarkexportrequest.h
index cc2fb7c4..304b8f3b 100644
--- a/src/location/landmarks/qlandmarkexportrequest.h
+++ b/src/location/landmarks/qlandmarkexportrequest.h
@@ -43,9 +43,9 @@
#define QLANDMARKEXPORTREQUEST_H
#include "qlandmarkabstractrequest.h"
-class QIODevice;
-QTM_BEGIN_NAMESPACE
+QT_BEGIN_NAMESPACE
+class QIODevice;
class QLandmarkExportRequestPrivate;
class Q_LOCATION_EXPORT QLandmarkExportRequest : public QLandmarkAbstractRequest
{
@@ -74,7 +74,7 @@ private:
friend class QLandmarkManagerEngine;
};
-QTM_END_NAMESPACE
+QT_END_NAMESPACE
#endif