diff options
Diffstat (limited to 'kbugbuster/gui/msginputdialog.h')
-rw-r--r-- | kbugbuster/gui/msginputdialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kbugbuster/gui/msginputdialog.h b/kbugbuster/gui/msginputdialog.h index 0ba59008..996a46ef 100644 --- a/kbugbuster/gui/msginputdialog.h +++ b/kbugbuster/gui/msginputdialog.h @@ -13,11 +13,12 @@ class KListBox; class MsgInputDialog : public KDialogBase { Q_OBJECT + TQ_OBJECT public: enum MessageType{ Close, Reply, ReplyPrivate }; MsgInputDialog( MessageType, const Bug &, const Package &, - const TQString &, TQWidget *parent=0); + const TQString &, TQWidget *tqparent=0); virtual ~MsgInputDialog(); TQString message() const; |