diff options
Diffstat (limited to 'korganizer/koagenda.h')
-rw-r--r-- | korganizer/koagenda.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/koagenda.h b/korganizer/koagenda.h index 2dfb45517..9bc7b00d5 100644 --- a/korganizer/koagenda.h +++ b/korganizer/koagenda.h @@ -77,9 +77,9 @@ class KOAgenda : public TQScrollView TQ_OBJECT public: KOAgenda ( int columns, int rows, int columnSize, CalendarView *calendarView, - TQWidget *tqparent=0, const char *name = 0, WFlags f = 0 ); + TQWidget *parent=0, const char *name = 0, WFlags f = 0 ); - KOAgenda ( int columns, CalendarView *calendarView, TQWidget *tqparent = 0, + KOAgenda ( int columns, CalendarView *calendarView, TQWidget *parent = 0, const char *name = 0, WFlags f = 0 ); virtual ~KOAgenda(); |