diff options
Diffstat (limited to 'libkdepim/kdatepickerpopup.h')
-rw-r--r-- | libkdepim/kdatepickerpopup.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libkdepim/kdatepickerpopup.h b/libkdepim/kdatepickerpopup.h index 4b5632804..98138dfed 100644 --- a/libkdepim/kdatepickerpopup.h +++ b/libkdepim/kdatepickerpopup.h @@ -54,11 +54,11 @@ class KDE_EXPORT KDatePickerPopup: public TQPopupMenu @param items List of all desirable items, separated with a bitwise OR. @param date Initial date of datepicker-widget. - @param tqparent The object's tqparent. + @param parent The object's parent. @param name The object's name. */ KDatePickerPopup( int items = DatePicker, const TQDate &date = TQDate::tqcurrentDate(), - TQWidget *tqparent = 0, const char *name = 0 ); + TQWidget *parent = 0, const char *name = 0 ); /** @return A pointer to the private variable mDatePicker, an instance of |