summaryrefslogtreecommitdiffstats
path: root/kbugbuster/gui/severityselectdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kbugbuster/gui/severityselectdialog.h')
-rw-r--r--kbugbuster/gui/severityselectdialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kbugbuster/gui/severityselectdialog.h b/kbugbuster/gui/severityselectdialog.h
index 150123cd..778f2900 100644
--- a/kbugbuster/gui/severityselectdialog.h
+++ b/kbugbuster/gui/severityselectdialog.h
@@ -8,8 +8,9 @@
class SeveritySelectDialog : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- SeveritySelectDialog(TQWidget *parent=0,const char *name=0);
+ SeveritySelectDialog(TQWidget *tqparent=0,const char *name=0);
void setSeverity( Bug::Severity );