diff options
Diffstat (limited to 'kbugbuster/gui/msginputdialog.h')
-rw-r--r-- | kbugbuster/gui/msginputdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbugbuster/gui/msginputdialog.h b/kbugbuster/gui/msginputdialog.h index 3b0e8ff3..539a3589 100644 --- a/kbugbuster/gui/msginputdialog.h +++ b/kbugbuster/gui/msginputdialog.h @@ -13,7 +13,7 @@ class KListBox; class MsgInputDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: enum MessageType{ Close, Reply, ReplyPrivate }; |