summaryrefslogtreecommitdiffstats
path: root/tdelirc/irkick
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-01-20 17:21:59 +0900
committerMichele Calgaro <[email protected]>2025-02-03 21:40:22 +0900
commit2f64e55b006125b1110fcdb05df19909159cee71 (patch)
tree113f02dbb3164ef83f2b7cec5e26adb6b5dc97f3 /tdelirc/irkick
parent1feaed7cc0457e3cdafe0c0ce8119ae6ec618cb8 (diff)
downloadtdeutils-2f64e55b006125b1110fcdb05df19909159cee71.tar.gz
tdeutils-2f64e55b006125b1110fcdb05df19909159cee71.zip
Use tdeApp
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdelirc/irkick')
-rw-r--r--tdelirc/irkick/irkick.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdelirc/irkick/irkick.cpp b/tdelirc/irkick/irkick.cpp
index cf4827a..af72da7 100644
--- a/tdelirc/irkick/irkick.cpp
+++ b/tdelirc/irkick/irkick.cpp
@@ -49,7 +49,7 @@ void IRKTrayIcon::mousePressEvent(TQMouseEvent *e)
IRKick::IRKick(const TQCString &obj) : TQObject(), DCOPObject(obj), npApp(TQString())
{
- kapp->dcopClient()->setDefaultObject(obj);
+ tdeApp->dcopClient()->setDefaultObject(obj);
theClient = new KLircClient();
theTrayIcon = new IRKTrayIcon();
@@ -120,7 +120,7 @@ void IRKick::doQuit()
case KMessageBox::Yes: theConfig.writeEntry("AutoStart", true); break;
case KMessageBox::Cancel: return;
}
- TDEApplication::kApplication()->quit();
+ tdeApp->quit();
}
void IRKick::resetModes()