diff options
author | Michele Calgaro <[email protected]> | 2025-01-20 17:21:59 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-01-20 17:21:59 +0900 |
commit | fdc23582b64fae3199f9c6aa9c382f1570bb92e7 (patch) | |
tree | 40203e52ba40da070f86f8f9b0123eb6b09b1c92 /kmilo/thinkpad | |
parent | 8e2288b4463a0dbe89fccc63f5120746ca5d18ae (diff) | |
download | tdeutils-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.cpp | 2 |
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()) { |