summaryrefslogtreecommitdiffstats
path: root/kdbg/pgmsettings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdbg/pgmsettings.cpp')
-rw-r--r--kdbg/pgmsettings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdbg/pgmsettings.cpp b/kdbg/pgmsettings.cpp
index 92bc08d..5a19e55 100644
--- a/kdbg/pgmsettings.cpp
+++ b/kdbg/pgmsettings.cpp
@@ -77,7 +77,7 @@ OutputSettings::OutputSettings(TQWidget* parent) :
// there is no simpler way to get to the active button than
// to connect to a signal
- connect(m_group, SIGNAL(clicked(int)), SLOT(slotLevelChanged(int)));
+ connect(m_group, TQ_SIGNAL(clicked(int)), TQ_SLOT(slotLevelChanged(int)));
}
void OutputSettings::setTTYLevel(int l)