diff options
Diffstat (limited to 'src/gui/widgets/Label.h')
-rw-r--r-- | src/gui/widgets/Label.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/Label.h b/src/gui/widgets/Label.h index 13b2dd9..8d20f4b 100644 --- a/src/gui/widgets/Label.h +++ b/src/gui/widgets/Label.h @@ -36,7 +36,7 @@ namespace Rosegarden class Label : public TQLabel { - Q_OBJECT + TQ_OBJECT public: Label(TQWidget *parent = 0, const char *name=0): |