summaryrefslogtreecommitdiffstats
path: root/arts/tools/choosebusdlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'arts/tools/choosebusdlg.h')
-rw-r--r--arts/tools/choosebusdlg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arts/tools/choosebusdlg.h b/arts/tools/choosebusdlg.h
index 6f1a506d..9ba29b8a 100644
--- a/arts/tools/choosebusdlg.h
+++ b/arts/tools/choosebusdlg.h
@@ -30,12 +30,13 @@ class TQPushButton;
class ChooseBusDlg :public KDialog {
Q_OBJECT
+ TQ_OBJECT
TQListBox *listbox;
KLineEdit * lineedit;
int _newbusitemindex;
public:
- ChooseBusDlg(TQWidget *parent);
+ ChooseBusDlg(TQWidget *tqparent);
public slots:
TQString result();