summaryrefslogtreecommitdiffstats
path: root/arts/gui/kde/kcombobox_impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'arts/gui/kde/kcombobox_impl.cpp')
-rw-r--r--arts/gui/kde/kcombobox_impl.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/arts/gui/kde/kcombobox_impl.cpp b/arts/gui/kde/kcombobox_impl.cpp
index 58c401ce..fced3445 100644
--- a/arts/gui/kde/kcombobox_impl.cpp
+++ b/arts/gui/kde/kcombobox_impl.cpp
@@ -34,7 +34,7 @@ ComboBoxIntMapper::ComboBoxIntMapper(KComboBox_impl *impl, KComboBox *co)
: TQObject( co, "map TQt signal to aRts" )
,impl(impl)
{
- connect(co, TQT_SIGNAL(activated(const TQString &)), this, TQT_SLOT(activated(const TQString &)));
+ connect(co, TQ_SIGNAL(activated(const TQString &)), this, TQ_SLOT(activated(const TQString &)));
}
void ComboBoxIntMapper::activated(const TQString & newValue)
@@ -101,5 +101,3 @@ void KComboBox_impl::value(const string & newValue)
}
REGISTER_IMPLEMENTATION(KComboBox_impl);
-
-// vim: sw=4 ts=4