diff options
Diffstat (limited to 'korganizer/komonthview.h')
-rw-r--r-- | korganizer/komonthview.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/korganizer/komonthview.h b/korganizer/komonthview.h index 24f05f308..d9b63bd98 100644 --- a/korganizer/komonthview.h +++ b/korganizer/komonthview.h @@ -51,7 +51,7 @@ class KOMonthCellToolTip : public TQToolTip class KNoScrollListBox: public TQListBox { Q_OBJECT - TQ_OBJECT + public: KNoScrollListBox(TQWidget *parent=0, const char *name=0); ~KNoScrollListBox() {} @@ -135,7 +135,7 @@ class KOMonthView; class MonthViewCell : public TQWidget { Q_OBJECT - TQ_OBJECT + public: class CreateItemVisitor; MonthViewCell( KOMonthView * ); @@ -245,7 +245,7 @@ class MonthViewCell : public TQWidget class KOMonthView: public KOEventView { Q_OBJECT - TQ_OBJECT + public: KOMonthView(Calendar *cal, TQWidget *parent = 0, const char *name = 0 ); ~KOMonthView(); |