From e74082b93d1948385d8d32ed92e61396b74d72f1 Mon Sep 17 00:00:00 2001 From: zecke Date: Sat, 07 Feb 2004 18:51:44 +0000 Subject: Rename the rest bunch of functions <- fix compiling... Readd the todo mark about constness initButtons is not const... --- (limited to 'libopie2/opiecore/device/odevice.cpp') diff --git a/libopie2/opiecore/device/odevice.cpp b/libopie2/opiecore/device/odevice.cpp index 6c8432f..72b9ac7 100644 --- a/libopie2/opiecore/device/odevice.cpp +++ b/libopie2/opiecore/device/odevice.cpp @@ -354,9 +354,9 @@ ODirection ODevice::direction() const } /** -* This plays an alarmSound +* This plays an alarm sound */ -void ODevice::alarmSound() +void ODevice::playAlarmSound() { #ifndef QT_NO_SOUND static Sound snd ( "alarm" ); @@ -369,7 +369,7 @@ void ODevice::alarmSound() /** * This plays a key sound */ -void ODevice::keySound() +void ODevice::playKeySound() { #ifndef QT_NO_SOUND static Sound snd ( "keysound" ); @@ -382,7 +382,7 @@ void ODevice::keySound() /** * This plays a touch sound */ -void ODevice::touchSound() +void ODevice::playTouchSound() { #ifndef QT_NO_SOUND static Sound snd ( "touchsound" ); -- cgit v0.9.0.2