summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/notation/HeadersGroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/editors/notation/HeadersGroup.h')
-rw-r--r--src/gui/editors/notation/HeadersGroup.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/editors/notation/HeadersGroup.h b/src/gui/editors/notation/HeadersGroup.h
index b2a9edb..a995646 100644
--- a/src/gui/editors/notation/HeadersGroup.h
+++ b/src/gui/editors/notation/HeadersGroup.h
@@ -51,14 +51,15 @@ class Composition;
class TrackHeader;
-class HeadersGroup : public QVBox
+class HeadersGroup : public TQVBox
{
Q_OBJECT
+ TQ_OBJECT
public:
/**
* Create an empty headers group
*/
- HeadersGroup(TQWidget *parent, NotationView * nv, Composition * comp);
+ HeadersGroup(TQWidget *tqparent, NotationView * nv, Composition * comp);
void removeAllHeaders();