summaryrefslogtreecommitdiffstats
path: root/kbugbuster/gui/msginputdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kbugbuster/gui/msginputdialog.h')
-rw-r--r--kbugbuster/gui/msginputdialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbugbuster/gui/msginputdialog.h b/kbugbuster/gui/msginputdialog.h
index 996a46ef..3b0e8ff3 100644
--- a/kbugbuster/gui/msginputdialog.h
+++ b/kbugbuster/gui/msginputdialog.h
@@ -18,7 +18,7 @@ class MsgInputDialog : public KDialogBase
enum MessageType{ Close, Reply, ReplyPrivate };
MsgInputDialog( MessageType, const Bug &, const Package &,
- const TQString &, TQWidget *tqparent=0);
+ const TQString &, TQWidget *parent=0);
virtual ~MsgInputDialog();
TQString message() const;