summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/Label.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/Label.h')
-rw-r--r--src/gui/widgets/Label.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/gui/widgets/Label.h b/src/gui/widgets/Label.h
index a30b196..60c98fa 100644
--- a/src/gui/widgets/Label.h
+++ b/src/gui/widgets/Label.h
@@ -37,12 +37,13 @@ class TQMouseEvent;
namespace Rosegarden
{
-class Label : public QLabel
+class Label : public TQLabel
{
Q_OBJECT
+ TQ_OBJECT
public:
- Label(TQWidget *parent = 0, const char *name=0):
- TQLabel(parent, name) {;}
+ Label(TQWidget *tqparent = 0, const char *name=0):
+ TQLabel(tqparent, name) {;}
protected:
virtual void mouseDoubleClickEvent(TQMouseEvent * /*e*/)