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 --- kalarm/lib/label.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kalarm/lib/label.h') diff --git a/kalarm/lib/label.h b/kalarm/lib/label.h index ba418aee8..5f26adc8f 100644 --- a/kalarm/lib/label.h +++ b/kalarm/lib/label.h @@ -41,7 +41,7 @@ class LabelFocusWidget; class Label : public TQLabel { Q_OBJECT - TQ_OBJECT + friend class LabelFocusWidget; public: /** Constructs an empty label. @@ -88,7 +88,7 @@ class Label : public TQLabel class LabelFocusWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: LabelFocusWidget(TQWidget* parent, const char* name = 0); protected: -- cgit v1.2.1