diff options
Diffstat (limited to 'part/kxesearchdialog.cpp')
-rw-r--r-- | part/kxesearchdialog.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/part/kxesearchdialog.cpp b/part/kxesearchdialog.cpp index 09e3a49..b6cb5cc 100644 --- a/part/kxesearchdialog.cpp +++ b/part/kxesearchdialog.cpp @@ -17,9 +17,9 @@ #include "kxesearchdialog.h" -#include <qpushbutton.h> +#include <tqpushbutton.h> -KXESearchDialog::KXESearchDialog(QWidget *parent, const char *name, bool modal) +KXESearchDialog::KXESearchDialog(TQWidget *parent, const char *name, bool modal) : KXESearchDialogBase(parent, name, modal) { m_pPushButtonFind->setEnabled(false); @@ -27,7 +27,7 @@ KXESearchDialog::KXESearchDialog(QWidget *parent, const char *name, bool modal) m_pPushButtonFind->setDefault(true); } -void KXESearchDialog::slotTextChanged(const QString& string) +void KXESearchDialog::slotTextChanged(const TQString& string) { if ( string.isEmpty() ) m_pPushButtonFind->setEnabled(false); |