diff options
author | Michele Calgaro <[email protected]> | 2025-01-22 18:12:18 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-01-22 18:12:18 +0900 |
commit | 59a11910fd9e4d230a8871e5aa0ebeec20708703 (patch) | |
tree | 1546b71cb420e9a3efb103e698515ecbe6b9141f /plugins/lirc | |
parent | edb9099d0190fb2828c8ca93d6e8629430b41491 (diff) | |
download | tderadio-59a11910fd9e4d230a8871e5aa0ebeec20708703.tar.gz tderadio-59a11910fd9e4d230a8871e5aa0ebeec20708703.zip |
Use tdeApp
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'plugins/lirc')
-rw-r--r-- | plugins/lirc/lircsupport.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/lirc/lircsupport.cpp b/plugins/lirc/lircsupport.cpp index 0c74b86..2b8a3f0 100644 --- a/plugins/lirc/lircsupport.cpp +++ b/plugins/lirc/lircsupport.cpp @@ -511,7 +511,7 @@ bool LircSupport::checkActions(const TQString &lirc_string, int repeat_counter, break; case LIRC_APPLICATION_QUIT : retval = true; - kapp->quit(); + tdeApp->quit(); break; default: break; |