summaryrefslogtreecommitdiffstats
path: root/src/tderadioapp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tderadioapp.cpp')
-rw-r--r--src/tderadioapp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tderadioapp.cpp b/src/tderadioapp.cpp
index 83b481f..c30c78e 100644
--- a/src/tderadioapp.cpp
+++ b/src/tderadioapp.cpp
@@ -129,7 +129,7 @@ TDERadioApp::TDERadioApp()
m_quitting(false)
{
m_Instances.setAutoDelete(true);
- connect(this, TQT_SIGNAL(aboutToQuit()), this, TQT_SLOT(slotAboutToQuit()));
+ connect(this, TQ_SIGNAL(aboutToQuit()), this, TQ_SLOT(slotAboutToQuit()));
}