Conditional compilation for Maemo 5 specific code
[irwi] / src / selectremotedlg.cpp
index d13fb92..7bd3f80 100644 (file)
@@ -74,7 +74,9 @@ void SelectRemoteDlg::setDB(RemoteDB *db)
 
 void SelectRemoteDlg::setBusy(bool busy)
 {
+#ifdef Q_WS_MAEMO_5
     setAttribute(Qt::WA_Maemo5ShowProgressIndicator, busy);
+#endif
     setEnabled(!busy);
 }