diff options
Diffstat (limited to 'korganizer/statusdialog.h')
-rw-r--r-- | korganizer/statusdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korganizer/statusdialog.h b/korganizer/statusdialog.h index 6c1b90f2d..9f01bca6e 100644 --- a/korganizer/statusdialog.h +++ b/korganizer/statusdialog.h @@ -31,7 +31,7 @@ class StatusDialog : public KDialog Q_OBJECT TQ_OBJECT public: - StatusDialog(TQWidget* tqparent=0,const char* name=0); + StatusDialog(TQWidget* parent=0,const char* name=0); ~StatusDialog(); Attendee::PartStat status(); |