diff options
Diffstat (limited to 'arts/gui/kde/klineedit_impl.cpp')
-rw-r--r-- | arts/gui/kde/klineedit_impl.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arts/gui/kde/klineedit_impl.cpp b/arts/gui/kde/klineedit_impl.cpp index e3643645..3054270e 100644 --- a/arts/gui/kde/klineedit_impl.cpp +++ b/arts/gui/kde/klineedit_impl.cpp @@ -29,8 +29,8 @@ using namespace std; KLineEditStringMapper::KLineEditStringMapper(KLineEdit_impl *impl, KLineEdit *ke) :impl(impl) { - connect(ke, TQT_SIGNAL(textChanged(const TQString&)), - this, TQT_SLOT(textChanged(const TQString&))); + connect(ke, TQ_SIGNAL(textChanged(const TQString&)), + this, TQ_SLOT(textChanged(const TQString&))); } void KLineEditStringMapper::textChanged(const TQString& newText) @@ -71,5 +71,3 @@ void KLineEdit_impl::caption(const string& /*newCaption*/) } REGISTER_IMPLEMENTATION(KLineEdit_impl); - -// vim: sw=4 ts=4 |