summaryrefslogtreecommitdiff
path: root/src/location/places/qplacereview_p.h
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2011-08-25 11:14:57 +1000
committerAaron McCarthy <aaron.mccarthy@nokia.com>2011-08-25 07:32:51 +0200
commit50cc1c57d2af118f223c1762cca7c1eabd33714a (patch)
treee60fcf9e3b4e601d46162f2b2b9c2f56f29a5d90 /src/location/places/qplacereview_p.h
parent6c6643b73a451f30f4e7e565110c1f5cd93c7495 (diff)
downloadqtlocation-50cc1c57d2af118f223c1762cca7c1eabd33714a.tar.gz
Use QUrl instead of QString for URL properties/data.
Change-Id: I6165be414937fefc11c560ed2517d7c7ec87c959 Reviewed-on: http://codereview.qt.nokia.com/3537 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: abcd <qt_abcd1@ovi.com> Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
Diffstat (limited to 'src/location/places/qplacereview_p.h')
-rw-r--r--src/location/places/qplacereview_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/location/places/qplacereview_p.h b/src/location/places/qplacereview_p.h
index 1222e2e5..4a3910ff 100644
--- a/src/location/places/qplacereview_p.h
+++ b/src/location/places/qplacereview_p.h
@@ -42,9 +42,9 @@
#ifndef QPLACEREVIEW_P_H
#define QPLACEREVIEW_P_H
-#include <QSharedData>
+#include <QtCore/QUrl>
+#include <QtCore/QSharedData>
-#include "qplacereview.h"
#include "qplacecontent_p.h"
QT_BEGIN_NAMESPACE
@@ -73,7 +73,7 @@ public:
QString title;
QString userId;
QString userName;
- QString originatorUrl;
+ QUrl originatorUrl;
};
QT_END_NAMESPACE