summaryrefslogtreecommitdiff
path: root/src/location/places/qplaceimage.h
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@blackberry.com>2015-02-03 21:59:19 +0100
committerSergio Ahumada <sahumada@texla.cl>2015-02-09 08:54:34 +0000
commit272d30074e9b368f04c2486cd96c9f5fad3e88dc (patch)
tree3067bf4531e64771559daaf2fd708d19e03f9fc1 /src/location/places/qplaceimage.h
parentcc70f6a7fc8d52d5f9c61f3414010d42560b409b (diff)
downloadqtlocation-272d30074e9b368f04c2486cd96c9f5fad3e88dc.tar.gz
Add the QtCore/ library prefix in public headers
Change-Id: I538f0de4d2fca50e42114934f12dfd0ee51088e9 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/location/places/qplaceimage.h')
-rw-r--r--src/location/places/qplaceimage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/places/qplaceimage.h b/src/location/places/qplaceimage.h
index f6b0758a..d7aa63d6 100644
--- a/src/location/places/qplaceimage.h
+++ b/src/location/places/qplaceimage.h
@@ -34,8 +34,8 @@
#ifndef QPLACEIMAGE_H
#define QPLACEIMAGE_H
-#include <QSharedDataPointer>
-#include <QString>
+#include <QtCore/QSharedDataPointer>
+#include <QtCore/QString>
#include <QtLocation/QPlaceSupplier>
#include <QtLocation/QPlaceContent>