summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/configwindow.cpp
Side-by-side diff
Diffstat (limited to 'noncore/net/wellenreiter/gui/configwindow.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/gui/configwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/net/wellenreiter/gui/configwindow.cpp b/noncore/net/wellenreiter/gui/configwindow.cpp
index ca53471..48fe89c 100644
--- a/noncore/net/wellenreiter/gui/configwindow.cpp
+++ b/noncore/net/wellenreiter/gui/configwindow.cpp
@@ -319,8 +319,8 @@ void WellenreiterConfigWindow::performAction( const QString& type,
switch( action )
{
case 0: /* Ignore */ return;
- case 1: /* Play Alarm */ ODevice::inst()->alarmSound(); return;
- case 2: /* Play Click */ ODevice::inst()->touchSound(); return;
+ case 1: /* Play Alarm */ ODevice::inst()->playAlarmSound(); return;
+ case 2: /* Play Click */ ODevice::inst()->playTouchSound(); return;
case 3: /* Blink LED */ break; //FIXME: Implement this
case 4: /* Run Script */
{