diff options
Diffstat (limited to 'kalarm/lib/label.h')
-rw-r--r-- | kalarm/lib/label.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kalarm/lib/label.h b/kalarm/lib/label.h index 5f26adc8f..deae350f2 100644 --- a/kalarm/lib/label.h +++ b/kalarm/lib/label.h @@ -40,7 +40,7 @@ class LabelFocusWidget; */ class Label : public TQLabel { - Q_OBJECT + TQ_OBJECT friend class LabelFocusWidget; public: @@ -87,7 +87,7 @@ class Label : public TQLabel // Private class for use by Label class LabelFocusWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: LabelFocusWidget(TQWidget* parent, const char* name = 0); |