diff options
Diffstat (limited to 'arts/gui/kde/klineedit_impl.h')
-rw-r--r-- | arts/gui/kde/klineedit_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arts/gui/kde/klineedit_impl.h b/arts/gui/kde/klineedit_impl.h index b9099ac2..2bd6b693 100644 --- a/arts/gui/kde/klineedit_impl.h +++ b/arts/gui/kde/klineedit_impl.h @@ -47,13 +47,13 @@ public: void textChanged(const std::string& newText); }; -class KLineEditStringMapper :public QObject { +class KLineEditStringMapper :public TQObject { Q_OBJECT KLineEdit_impl *impl; public: KLineEditStringMapper(KLineEdit_impl *impl, KLineEdit *ed); public slots: - void textChanged(const QString& newText); + void textChanged(const TQString& newText); }; } |