summaryrefslogtreecommitdiff
path: root/tests/auto/qgeolocation
diff options
context:
space:
mode:
authorabcd <qt_abcd1@ovi.com>2011-07-14 11:46:25 +1000
committerAaron McCarthy <aaron.mccarthy@nokia.com>2011-07-14 03:53:40 +0200
commitb71b65c5616404f3aa52db8f87089cd3a21463db (patch)
tree6478d8d89ff9a06d8552c68307021b18ba20125d /tests/auto/qgeolocation
parent69d70356b113586655b873173e8d2581034928a4 (diff)
downloadqtlocation-b71b65c5616404f3aa52db8f87089cd3a21463db.tar.gz
Enable building of auto tests + use Qt namespace in autotests
Change QTM_* to QT_ * Change-Id: Ica2b057e05f71ba8c741dd9e8d8adf302fd2b7c9 Reviewed-on: http://codereview.qt.nokia.com/1616 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
Diffstat (limited to 'tests/auto/qgeolocation')
-rw-r--r--tests/auto/qgeolocation/tst_qgeolocation.cpp2
-rw-r--r--tests/auto/qgeolocation/tst_qgeolocation.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qgeolocation/tst_qgeolocation.cpp b/tests/auto/qgeolocation/tst_qgeolocation.cpp
index dc6f1469..25788597 100644
--- a/tests/auto/qgeolocation/tst_qgeolocation.cpp
+++ b/tests/auto/qgeolocation/tst_qgeolocation.cpp
@@ -41,7 +41,7 @@
#include "tst_qgeolocation.h"
-QTM_USE_NAMESPACE
+QT_USE_NAMESPACE
tst_QGeoLocation::tst_QGeoLocation()
: m_locationScore(0)
diff --git a/tests/auto/qgeolocation/tst_qgeolocation.h b/tests/auto/qgeolocation/tst_qgeolocation.h
index 34cfac83..e8d76cb9 100644
--- a/tests/auto/qgeolocation/tst_qgeolocation.h
+++ b/tests/auto/qgeolocation/tst_qgeolocation.h
@@ -53,7 +53,7 @@
#include <qgeolocation.h>
#include <qgeoboundingbox.h>
-QTM_USE_NAMESPACE
+QT_USE_NAMESPACE
class tst_QGeoLocation : public QObject
{