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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kbugbuster/gui/severityselectdialog.h b/kbugbuster/gui/severityselectdialog.h
index 12f36fe5..150123cd 100644
--- a/kbugbuster/gui/severityselectdialog.h
+++ b/kbugbuster/gui/severityselectdialog.h
@@ -9,15 +9,15 @@ class SeveritySelectDialog : public KDialogBase
{
Q_OBJECT
public:
- SeveritySelectDialog(QWidget *parent=0,const char *name=0);
+ SeveritySelectDialog(TQWidget *parent=0,const char *name=0);
void setSeverity( Bug::Severity );
Bug::Severity selectedSeverity();
- QString selectedSeverityAsString();
+ TQString selectedSeverityAsString();
private:
- QButtonGroup *mButtonGroup;
+ TQButtonGroup *mButtonGroup;
};
#endif