diff options
Diffstat (limited to 'kplato/kptcalendarpanel.h')
-rw-r--r-- | kplato/kptcalendarpanel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kplato/kptcalendarpanel.h b/kplato/kptcalendarpanel.h index 18302ec1..9cf6c4f8 100644 --- a/kplato/kptcalendarpanel.h +++ b/kplato/kptcalendarpanel.h @@ -54,13 +54,13 @@ public: /** The usual constructor. The given date will be displayed * initially. **/ - CalendarPanel(TQWidget *tqparent=0, TQDate=TQDate::tqcurrentDate(), const char *name=0, WFlags f=0); + CalendarPanel(TQWidget *parent=0, TQDate=TQDate::tqcurrentDate(), const char *name=0, WFlags f=0); /** * Standard qt widget constructor. The initial date will be the * current date. */ - CalendarPanel( TQWidget *tqparent, const char *name ); + CalendarPanel( TQWidget *parent, const char *name ); /** * The destructor. |