summaryrefslogtreecommitdiffstats
path: root/kmilo/thinkpad
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-01-20 17:21:59 +0900
committerMichele Calgaro <[email protected]>2025-01-20 17:21:59 +0900
commitfdc23582b64fae3199f9c6aa9c382f1570bb92e7 (patch)
tree40203e52ba40da070f86f8f9b0123eb6b09b1c92 /kmilo/thinkpad
parent8e2288b4463a0dbe89fccc63f5120746ca5d18ae (diff)
downloadtdeutils-rename/tdeapp.tar.gz
tdeutils-rename/tdeapp.zip
Use tdeApprename/tdeapp
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kmilo/thinkpad')
-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()) {