From 210090aed352271bcd474b28db9644d9461d7189 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:08:47 -0600 Subject: Remove spurious TQ_OBJECT instances --- korganizer/komonthview.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'korganizer/komonthview.h') 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(); -- cgit v1.2.1