qtmobility/examples/satellitedialog/satellitedialog.h
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 5 453da2cfceef
--- a/qtmobility/examples/satellitedialog/satellitedialog.h	Fri Apr 16 15:51:22 2010 +0300
+++ b/qtmobility/examples/satellitedialog/satellitedialog.h	Mon May 03 13:18:40 2010 +0300
@@ -108,10 +108,10 @@
 
     void switchButtonClicked();
     void noSatelliteTimeout();
-#if defined(Q_OS_SYMBIAN)
+/*#if defined(Q_OS_SYMBIAN)
     // workaround for QTBUG-4771
     void restoreWindowTitle();
-#endif
+#endif*/
 
 private:
     int m_noSatelliteTimeoutSeconds;
@@ -124,10 +124,10 @@
     SatelliteWidget *satelliteWidget;
     QPushButton *switchButton;
     QPushButton *cancelButton;
-#if defined(Q_OS_SYMBIAN)
+/*#if defined(Q_OS_SYMBIAN)
     // workaround for QTBUG-4771
     QString oldTitle;
-#endif
+#endif*/
 };
 
 #endif // #ifndef QGEOSATELLITEDIALOG_H