summaryrefslogtreecommitdiffstats
path: root/src/gui/rulers/ControlItem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/rulers/ControlItem.h')
-rw-r--r--src/gui/rulers/ControlItem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/rulers/ControlItem.h b/src/gui/rulers/ControlItem.h
index e90a06d..2aea4b8 100644
--- a/src/gui/rulers/ControlItem.h
+++ b/src/gui/rulers/ControlItem.h
@@ -29,7 +29,7 @@ namespace Rosegarden {
class ControlRuler;
class ElementAdapter;
-class ControlItem : public QCanvasRectangle
+class ControlItem : public TQCanvasRectangle
{
public:
ControlItem(ControlRuler* controlRuler,
@@ -54,7 +54,7 @@ public:
virtual void setSelected(bool yes);
- /// recompute height according to represented value prior to a canvas repaint
+ /// recompute height according to represented value prior to a canvas tqrepaint
virtual void updateFromValue();
/// update value according to height after a user edit