summaryrefslogtreecommitdiff
path: root/src/location/maps
diff options
context:
space:
mode:
authorRainer Keller <rainer.keller@digia.com>2013-01-16 12:48:14 +0100
committerAaron McCarthy <mccarthy.aaron@gmail.com>2013-01-17 12:33:55 +0100
commita316b25f4b4e0743e361031f2e6f1ba8072e704c (patch)
tree67e3a9bc60f11eb7fcfdff98ceb69d0be09fa389 /src/location/maps
parent87b2e3a9686948f691b054a39cb6c5d4a4696157 (diff)
downloadqtlocation-a316b25f4b4e0743e361031f2e6f1ba8072e704c.tar.gz
Fix qmake warnings
Change-Id: I17265b37a557472fc55fec7e25cd2bf2b3a6dc9d Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
Diffstat (limited to 'src/location/maps')
-rw-r--r--src/location/maps/qgeocodingmanager.h4
-rw-r--r--src/location/maps/qgeoprojection_p.h2
-rw-r--r--src/location/maps/qgeoroute.h4
-rw-r--r--src/location/maps/qgeoroutereply.h2
-rw-r--r--src/location/maps/qgeoroutingmanager.h4
-rw-r--r--src/location/maps/qgeoroutingmanagerengine.h4
-rw-r--r--src/location/maps/qgeoserviceproviderfactory.h2
7 files changed, 11 insertions, 11 deletions
diff --git a/src/location/maps/qgeocodingmanager.h b/src/location/maps/qgeocodingmanager.h
index c1f467ff..e5da9092 100644
--- a/src/location/maps/qgeocodingmanager.h
+++ b/src/location/maps/qgeocodingmanager.h
@@ -42,8 +42,8 @@
#ifndef QGEOCODINGMANAGER_H
#define QGEOCODINGMANAGER_H
-#include "qgeocodereply.h"
-#include "qgeorectangle.h"
+#include <QtLocation/QGeocodeReply>
+#include <QtLocation/QGeoRectangle>
#include <QObject>
#include <QList>
diff --git a/src/location/maps/qgeoprojection_p.h b/src/location/maps/qgeoprojection_p.h
index 1b4d069c..1a15c6c9 100644
--- a/src/location/maps/qgeoprojection_p.h
+++ b/src/location/maps/qgeoprojection_p.h
@@ -57,7 +57,7 @@
#endif
#include "qglobal.h"
-#include "QtLocation/qlocationglobal.h"
+#include <QtLocation/QLocationGlobal>
QT_BEGIN_NAMESPACE
diff --git a/src/location/maps/qgeoroute.h b/src/location/maps/qgeoroute.h
index bbdd8ae3..4eacadc3 100644
--- a/src/location/maps/qgeoroute.h
+++ b/src/location/maps/qgeoroute.h
@@ -42,8 +42,8 @@
#ifndef QGEOROUTE_H
#define QGEOROUTE_H
-#include "qgeocoordinate.h"
-#include "qgeorouterequest.h"
+#include <QtLocation/QGeoCoordinate>
+#include <QtLocation/QGeoRouteRequest>
#include <QExplicitlySharedDataPointer>
#include <QList>
diff --git a/src/location/maps/qgeoroutereply.h b/src/location/maps/qgeoroutereply.h
index 831467ea..c8c0be2b 100644
--- a/src/location/maps/qgeoroutereply.h
+++ b/src/location/maps/qgeoroutereply.h
@@ -42,7 +42,7 @@
#ifndef QGEOROUTEREPLY_H
#define QGEOROUTEREPLY_H
-#include "qgeoroute.h"
+#include <QtLocation/QGeoRoute>
#include <QList>
#include <QObject>
diff --git a/src/location/maps/qgeoroutingmanager.h b/src/location/maps/qgeoroutingmanager.h
index aece8acd..f3144de4 100644
--- a/src/location/maps/qgeoroutingmanager.h
+++ b/src/location/maps/qgeoroutingmanager.h
@@ -42,8 +42,8 @@
#ifndef QGEOROUTINGMANAGER_H
#define QGEOROUTINGMANAGER_H
-#include "qgeorouterequest.h"
-#include "qgeoroutereply.h"
+#include <QtLocation/QGeoRouteRequest>
+#include <QtLocation/QGeoRouteReply>
#include <QObject>
#include <QMap>
diff --git a/src/location/maps/qgeoroutingmanagerengine.h b/src/location/maps/qgeoroutingmanagerengine.h
index 6c966f2d..bb4171ed 100644
--- a/src/location/maps/qgeoroutingmanagerengine.h
+++ b/src/location/maps/qgeoroutingmanagerengine.h
@@ -42,8 +42,8 @@
#ifndef QGEOROUTINGMANAGERENGINE_H
#define QGEOROUTINGMANAGERENGINE_H
-#include "qgeorouterequest.h"
-#include "qgeoroutereply.h"
+#include <QtLocation/QGeoRouteRequest>
+#include <QtLocation/QGeoRouteReply>
#include <QObject>
#include <QMap>
diff --git a/src/location/maps/qgeoserviceproviderfactory.h b/src/location/maps/qgeoserviceproviderfactory.h
index 24bfcc56..216946da 100644
--- a/src/location/maps/qgeoserviceproviderfactory.h
+++ b/src/location/maps/qgeoserviceproviderfactory.h
@@ -42,7 +42,7 @@
#ifndef QGEOSERVICEPROVIDERFACTORY_H
#define QGEOSERVICEPROVIDERFACTORY_H
-#include "qgeoserviceprovider.h"
+#include <QtLocation/QGeoServiceProvider>
#include <QtPlugin>
#include <QMap>