qtmobility/examples/fetchgooglemaps/mapwindow.h
changeset 11 06b8e2af4411
parent 5 453da2cfceef
--- a/qtmobility/examples/fetchgooglemaps/mapwindow.h	Thu May 27 13:42:11 2010 +0300
+++ b/qtmobility/examples/fetchgooglemaps/mapwindow.h	Fri Jun 11 14:26:25 2010 +0300
@@ -1,6 +1,6 @@
 /****************************************************************************
 **
-** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
 ** All rights reserved.
 ** Contact: Nokia Corporation (qt-info@nokia.com)
 **
@@ -53,9 +53,7 @@
 QTM_BEGIN_NAMESPACE
 class QGeoPositionInfo;
 class QGeoPositionInfoSource;
-#ifndef Q_WS_MAEMO_5
 class QNetworkSession;
-#endif
 QTM_END_NAMESPACE
 
 QTM_USE_NAMESPACE
@@ -81,9 +79,7 @@
     QLabel *headingAndSpeedLabel;
     QLabel *dateTimeLabel;
     bool loading;
-#ifndef Q_WS_MAEMO_5
     QTM_PREPEND_NAMESPACE(QNetworkSession) *session;
-#endif
     bool usingLogFile;
     QGeoPositionInfoSource *location;
     bool waitingForFix;