diff options
Diffstat (limited to 'korganizer/komonthview.h')
-rw-r--r-- | korganizer/komonthview.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/korganizer/komonthview.h b/korganizer/komonthview.h index 7a988559a..732a63a1a 100644 --- a/korganizer/komonthview.h +++ b/korganizer/komonthview.h @@ -36,7 +36,7 @@ class KNoScrollListBox; class KOMonthCellToolTip : public TQToolTip { public: - KOMonthCellToolTip (TQWidget* tqparent, Calendar *calendar, const TQDate &date, KNoScrollListBox* lv ); + KOMonthCellToolTip (TQWidget* parent, Calendar *calendar, const TQDate &date, KNoScrollListBox* lv ); protected: void maybeTip( const TQPoint & pos); @@ -53,7 +53,7 @@ class KNoScrollListBox: public TQListBox Q_OBJECT TQ_OBJECT public: - KNoScrollListBox(TQWidget *tqparent=0, const char *name=0); + KNoScrollListBox(TQWidget *parent=0, const char *name=0); ~KNoScrollListBox() {} void setBackground( bool primary, bool workday ); @@ -145,7 +145,7 @@ class MonthViewCell : public TQWidget /** @return Date of cell */ TQDate date() const; - /** @return MonthView tqparent */ + /** @return MonthView parent */ KOMonthView *monthView() { return mMonthView; } /** @@ -247,7 +247,7 @@ class KOMonthView: public KOEventView Q_OBJECT TQ_OBJECT public: - KOMonthView(Calendar *cal, TQWidget *tqparent = 0, const char *name = 0 ); + KOMonthView(Calendar *cal, TQWidget *parent = 0, const char *name = 0 ); ~KOMonthView(); /** Returns maximum number of days supported by the komonthview */ |