diff options
Diffstat (limited to 'arts/tools/choosebusdlg.h')
-rw-r--r-- | arts/tools/choosebusdlg.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arts/tools/choosebusdlg.h b/arts/tools/choosebusdlg.h index 320df6e3..252226bd 100644 --- a/arts/tools/choosebusdlg.h +++ b/arts/tools/choosebusdlg.h @@ -30,19 +30,19 @@ class QPushButton; class ChooseBusDlg :public KDialog { Q_OBJECT - QListBox *listbox; + TQListBox *listbox; KLineEdit * lineedit; int _newbusitemindex; public: - ChooseBusDlg(QWidget *parent); + ChooseBusDlg(TQWidget *parent); public slots: - QString result(); + TQString result(); void help(); protected slots: - void textChanged( const QString & ); + void textChanged( const TQString & ); }; #endif |