summaryrefslogtreecommitdiffstats
path: root/examples/embedded/lightmaps/slippymap.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/embedded/lightmaps/slippymap.h')
-rw-r--r--examples/embedded/lightmaps/slippymap.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/embedded/lightmaps/slippymap.h b/examples/embedded/lightmaps/slippymap.h
index db95ceb684..202d00c7e4 100644
--- a/examples/embedded/lightmaps/slippymap.h
+++ b/examples/embedded/lightmaps/slippymap.h
@@ -55,8 +55,10 @@
#include <QPixmap>
#include <QUrl>
+QT_BEGIN_NAMESPACE
class QNetworkReply;
class QPainter;
+QT_END_NAMESPACE
class SlippyMap: public QObject
{
@@ -93,4 +95,5 @@ private:
QUrl m_url;
};
-#endif \ No newline at end of file
+#endif
+