summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/tempo/TempoView.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/editors/tempo/TempoView.h')
-rw-r--r--src/gui/editors/tempo/TempoView.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/editors/tempo/TempoView.h b/src/gui/editors/tempo/TempoView.h
index fcf3efb..b715d24 100644
--- a/src/gui/editors/tempo/TempoView.h
+++ b/src/gui/editors/tempo/TempoView.h
@@ -62,6 +62,7 @@ class Composition;
class TempoView : public EditViewBase, public CompositionObserver
{
Q_OBJECT
+ TQ_OBJECT
enum Filter
{
@@ -71,7 +72,7 @@ class TempoView : public EditViewBase, public CompositionObserver
};
public:
- TempoView(RosegardenGUIDoc *doc, TQWidget *parent, timeT);
+ TempoView(RosegardenGUIDoc *doc, TQWidget *tqparent, timeT);
virtual ~TempoView();
virtual bool applyLayout(int staffNo = -1);