diff options
Diffstat (limited to 'korganizer/statusdialog.h')
-rw-r--r-- | korganizer/statusdialog.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/korganizer/statusdialog.h b/korganizer/statusdialog.h index d97c1ac20..6c1b90f2d 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 |