radioapp/radiowidgets/inc/radiowindow.h
changeset 38 f8c3d4e6102c
parent 34 bc10a61bd7d3
child 51 bbebb0235466
--- a/radioapp/radiowidgets/inc/radiowindow.h	Thu Jul 08 12:44:18 2010 +0300
+++ b/radioapp/radiowidgets/inc/radiowindow.h	Fri Jul 23 10:16:59 2010 +0300
@@ -24,8 +24,6 @@
 #include <QWeakPointer>
 #include <QScopedPointer>
 #include <QSharedPointer>
-#include <qsysteminfo.h>
-using namespace QtMobility; // has to be here to be able to connect SLOT queryOfflineUsage
 
 // User includes
 #include "radiowidgetsexport.h"
@@ -59,7 +57,7 @@
 
     void showErrorMessage( const QString& text );
 
-    void init( QSystemDeviceInfo* deviceInfo );
+    void init();
 
     QString orientationSection();
 
@@ -77,7 +75,6 @@
     void updateOrientation( Qt::Orientation orientation );
     void showVolumeLevel( int volume );
     void updateAntennaStatus( bool connected );
-    void queryOfflineUsage( QSystemDeviceInfo::Profile profile );
 
 private:
 
@@ -123,12 +120,6 @@
      */
     QScopedPointer<HbMessageBox>        mMessageBox;
 
-    /**
-     * Pointer to qsystemdeviceinfo
-     * Own.
-     */
-    QScopedPointer<QSystemDeviceInfo>   mDeviceInfo;
-
 };