summaryrefslogtreecommitdiff
path: root/src/location/places
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2013-01-28 13:29:09 +0800
committerStephen Kelly <stephen.kelly@kdab.com>2013-02-10 23:47:27 +0100
commitaebfc4134f72865c3c676612c3f8e358ef102656 (patch)
tree3df83b0574dba7a90c4a14dee141554140a22713 /src/location/places
parenta6c0789b1240a13b534f5ba5b4e3d57e3e504e01 (diff)
downloadqtlocation-aebfc4134f72865c3c676612c3f8e358ef102656.tar.gz
Enable the "#include <QLocation>" camel-case header
Rename qtlocation.h/cpp -> qlocation.h/cpp, and use #pragma qt_class() to generate the camel-case header during compilation. Part of the Header Consistency Project (http://lists.qt-project.org/pipermail/development/2012-October/007570.html) Change-Id: I2899c9ca0969c37365bd7e1da5d5a15e9632f5f0 Reviewed-by: Laszlo Papp <lpapp@kde.org> Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
Diffstat (limited to 'src/location/places')
-rw-r--r--src/location/places/qplacecategory.h2
-rw-r--r--src/location/places/qplacecategory_p.h2
-rw-r--r--src/location/places/qplacemanagerengine_p.h2
-rw-r--r--src/location/places/qplacesearchrequest.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/location/places/qplacecategory.h b/src/location/places/qplacecategory.h
index c2c97d8c..27bc293c 100644
--- a/src/location/places/qplacecategory.h
+++ b/src/location/places/qplacecategory.h
@@ -47,7 +47,7 @@
#include <QtCore/QSharedDataPointer>
#include <QtCore/QString>
#include <QtCore/QMetaType>
-#include <QtLocation/qtlocation.h>
+#include <QtLocation/QLocation>
QT_BEGIN_NAMESPACE
diff --git a/src/location/places/qplacecategory_p.h b/src/location/places/qplacecategory_p.h
index 6b13ce30..8a2ceeff 100644
--- a/src/location/places/qplacecategory_p.h
+++ b/src/location/places/qplacecategory_p.h
@@ -44,7 +44,7 @@
#include <QtCore/QSharedData>
#include <QtCore/QString>
-#include <QtLocation/qtlocation.h>
+#include <QtLocation/QLocation>
#include "qplaceicon.h"
diff --git a/src/location/places/qplacemanagerengine_p.h b/src/location/places/qplacemanagerengine_p.h
index f91e1034..e06faffa 100644
--- a/src/location/places/qplacemanagerengine_p.h
+++ b/src/location/places/qplacemanagerengine_p.h
@@ -54,7 +54,7 @@
//
#include <QtCore/QString>
-#include <QtLocation/qtlocation.h>
+#include <QtLocation/QLocation>
QT_BEGIN_NAMESPACE
diff --git a/src/location/places/qplacesearchrequest.h b/src/location/places/qplacesearchrequest.h
index c7c5c22b..5fe93179 100644
--- a/src/location/places/qplacesearchrequest.h
+++ b/src/location/places/qplacesearchrequest.h
@@ -45,7 +45,7 @@
#include <QtCore/QSharedDataPointer>
#include <QtLocation/placemacro.h>
#include <QtLocation/QPlaceCategory>
-#include <QtLocation/qtlocation.h>
+#include <QtLocation/QLocation>
QT_BEGIN_NAMESPACE