summaryrefslogtreecommitdiffstats
path: root/korganizer/statusdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/statusdialog.h')
-rw-r--r--korganizer/statusdialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/statusdialog.h b/korganizer/statusdialog.h
index 66a9d364..e0bcb447 100644
--- a/korganizer/statusdialog.h
+++ b/korganizer/statusdialog.h
@@ -30,13 +30,13 @@ class StatusDialog : public KDialog
{
Q_OBJECT
public:
- StatusDialog(QWidget* parent=0,const char* name=0);
+ StatusDialog(TQWidget* parent=0,const char* name=0);
~StatusDialog();
Attendee::PartStat status();
private:
- QComboBox *mStatus;
+ TQComboBox *mStatus;
};
#endif