summaryrefslogtreecommitdiffstats
path: root/plugins/gui-standard-display
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-22 18:12:18 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-01-22 18:12:18 +0900
commit59a11910fd9e4d230a8871e5aa0ebeec20708703 (patch)
tree1546b71cb420e9a3efb103e698515ecbe6b9141f /plugins/gui-standard-display
parentedb9099d0190fb2828c8ca93d6e8629430b41491 (diff)
downloadtderadio-59a11910fd9e4d230a8871e5aa0ebeec20708703.tar.gz
tderadio-59a11910fd9e4d230a8871e5aa0ebeec20708703.zip
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'plugins/gui-standard-display')
-rw-r--r--plugins/gui-standard-display/radioview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gui-standard-display/radioview.cpp b/plugins/gui-standard-display/radioview.cpp
index 43f1a1b..f7ade87 100644
--- a/plugins/gui-standard-display/radioview.cpp
+++ b/plugins/gui-standard-display/radioview.cpp
@@ -172,7 +172,7 @@ RadioView::RadioView(const TQString &name)
TQObject::connect(btnPower, TQ_SIGNAL(toggled(bool)),
this, TQ_SLOT(slotPower(bool)));
TQObject::connect(btnQuit, TQ_SIGNAL(clicked()),
- kapp, TQ_SLOT(quit()));
+ tdeApp, TQ_SLOT(quit()));
TQObject::connect(btnConfigure, TQ_SIGNAL(toggled(bool)),
this, TQ_SLOT(slotConfigure(bool)));
TQObject::connect(btnRecording, TQ_SIGNAL(clicked()),