Remove timeout from SmartReflex warning.
[qcpufreq] / src / mainwindow.cpp
index 3abf8e6..3c3b98a 100644 (file)
@@ -461,7 +461,7 @@ void MainWindow::setSmartReflex()
     if ( getSmartReflexState() == 1 )
         callHelper( "set_sr", "off");
     else {
-        QMaemo5InformationBox::information(this, tr( "SmartReflex support is known to be unstable on some devices and may cause random reboots." ), QMaemo5InformationBox::DefaultTimeout);
+        QMaemo5InformationBox::information(this, tr( "SmartReflex support is known to be unstable on some devices and may cause random reboots." ));
         callHelper( "set_sr", "on");
     }