diff options
Diffstat (limited to 'kbugbuster/gui/severityselectdialog.h')
-rw-r--r-- | kbugbuster/gui/severityselectdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbugbuster/gui/severityselectdialog.h b/kbugbuster/gui/severityselectdialog.h index 778f2900..46f52bb0 100644 --- a/kbugbuster/gui/severityselectdialog.h +++ b/kbugbuster/gui/severityselectdialog.h @@ -10,7 +10,7 @@ class SeveritySelectDialog : public KDialogBase Q_OBJECT TQ_OBJECT public: - SeveritySelectDialog(TQWidget *tqparent=0,const char *name=0); + SeveritySelectDialog(TQWidget *parent=0,const char *name=0); void setSeverity( Bug::Severity ); |