summaryrefslogtreecommitdiffstats
path: root/korganizer/statusdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/statusdialog.h')
-rw-r--r--korganizer/statusdialog.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/korganizer/statusdialog.h b/korganizer/statusdialog.h
index d97c1ac2..6c1b90f2 100644
--- a/korganizer/statusdialog.h
+++ b/korganizer/statusdialog.h
@@ -29,14 +29,15 @@ class TQComboBox;
class StatusDialog : public KDialog
{
Q_OBJECT
+ TQ_OBJECT
public:
- StatusDialog(TQWidget* parent=0,const char* name=0);
+ StatusDialog(TQWidget* tqparent=0,const char* name=0);
~StatusDialog();
Attendee::PartStat status();
private:
- TQComboBox *mStatus;
+ TQComboBox *mtqStatus;
};
#endif