summaryrefslogtreecommitdiffstats
path: root/kmilo/thinkpad/thinkpad.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmilo/thinkpad/thinkpad.cpp')
-rw-r--r--kmilo/thinkpad/thinkpad.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmilo/thinkpad/thinkpad.cpp b/kmilo/thinkpad/thinkpad.cpp
index 16e22a9..50bc532 100644
--- a/kmilo/thinkpad/thinkpad.cpp
+++ b/kmilo/thinkpad/thinkpad.cpp
@@ -461,7 +461,7 @@ bool ThinkPadMonitor::retrieveVolume() {
}
if (kmix_error) { // maybe the error occurred because kmix wasn't running
- if (kapp->startServiceByDesktopName("kmix")==0) { // trying to start kmix
+ if (tdeApp->startServiceByDesktopName("kmix")==0) { // trying to start kmix
// trying again
reply = kmixClient->call("masterVolume");
if (reply.isValid()) {