summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/serverapp.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/core/launcher/serverapp.cpp b/core/launcher/serverapp.cpp
index e18bcee..11381e6 100644
--- a/core/launcher/serverapp.cpp
+++ b/core/launcher/serverapp.cpp
@@ -22,3 +22,3 @@
22 22
23#include <opie/odevice.h> 23#include <opie2/odevice.h>
24 24
@@ -371,6 +371,6 @@ void ServerApplication::apmTimeout() {
371 371
372 if ( m_ps->acStatus() == PowerStatus::Online ) { 372 if ( m_ps->acStatus() == PowerStatus::Online ) {
373 return; 373 return;
374 } 374 }
375 375
376 int bat = m_ps-> batteryPercentRemaining(); 376 int bat = m_ps-> batteryPercentRemaining();
@@ -387,3 +387,3 @@ void ServerApplication::apmTimeout() {
387 battlow.setButtonText(QMessageBox::Cancel, tr("Ok")); 387 battlow.setButtonText(QMessageBox::Cancel, tr("Ok"));
388 battlow.exec(); 388 battlow.exec();
389 } else if ( bat <= m_powerVeryLow ) 389 } else if ( bat <= m_powerVeryLow )
@@ -391,3 +391,3 @@ void ServerApplication::apmTimeout() {
391 } 391 }
392 392
393 if ( m_ps-> backupBatteryStatus() == PowerStatus::VeryLow ) { 393 if ( m_ps-> backupBatteryStatus() == PowerStatus::VeryLow ) {
@@ -401,4 +401,4 @@ void ServerApplication::apmTimeout() {
401 battlow.setButtonText(QMessageBox::Cancel, tr("Ok")); 401 battlow.setButtonText(QMessageBox::Cancel, tr("Ok"));
402 battlow.exec(); 402 battlow.exec();
403 } 403 }
404} 404}
@@ -828,3 +828,3 @@ void ServerApplication::keyClick(int , bool press, bool )
828 if ( press && m_keyclick_sound ) 828 if ( press && m_keyclick_sound )
829 ODevice::inst() -> keySound(); 829 ODevice::inst() -> playKeySound();
830 830
@@ -835,3 +835,3 @@ void ServerApplication::screenClick(bool press)
835 if ( press && m_screentap_sound ) 835 if ( press && m_screentap_sound )
836 ODevice::inst() -> touchSound(); 836 ODevice::inst() -> playTouchSound();
837} 837}
@@ -840,3 +840,3 @@ void ServerApplication::soundAlarm() {
840 if ( me ()->m_alarm_sound ) 840 if ( me ()->m_alarm_sound )
841 ODevice::inst()->alarmSound(); 841 ODevice::inst()->playAlarmSound();
842} 842}