qtmobility/examples/satellitedialog/satellitedialog.cpp
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 5 453da2cfceef
--- a/qtmobility/examples/satellitedialog/satellitedialog.cpp	Fri Apr 16 15:51:22 2010 +0300
+++ b/qtmobility/examples/satellitedialog/satellitedialog.cpp	Mon May 03 13:18:40 2010 +0300
@@ -405,24 +405,24 @@
 
     setLayout(mainLayout);
 
-#if defined(Q_OS_SYMBIAN)
+/*#if defined(Q_OS_SYMBIAN)
     // workaround for QTBUG-4771
     oldTitle = windowTitle();
     connect(this, SIGNAL(finished(int)), this, SLOT(restoreWindowTitle()));
-#endif
+#endif*/
 
     setWindowTitle(tr("Waiting for GPS fix"));
 
     setModal(true);
 }
 
-#if defined(Q_OS_SYMBIAN)
+/*#if defined(Q_OS_SYMBIAN)
 // workaround for QTBUG-4771
 void SatelliteDialog::restoreWindowTitle()
 {
     setWindowTitle(oldTitle);
 }
-#endif
+#endif*/
 
 void SatelliteDialog::connectSources(QGeoPositionInfoSource *posSource, QGeoSatelliteInfoSource *satSource)
 {