summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/notation/NotationStaff.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/editors/notation/NotationStaff.h')
-rw-r--r--src/gui/editors/notation/NotationStaff.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/editors/notation/NotationStaff.h b/src/gui/editors/notation/NotationStaff.h
index b941ac0..bb056c0 100644
--- a/src/gui/editors/notation/NotationStaff.h
+++ b/src/gui/editors/notation/NotationStaff.h
@@ -223,7 +223,7 @@ public:
/**
* Insert time signature at x-coordinate \a x.
*/
- virtual void insertTimeSignature(double tqlayoutX,
+ virtual void insertTimeSignature(double layoutX,
const TimeSignature &timeSig);
/**
@@ -234,7 +234,7 @@ public:
/**
* Insert repeated clef and key at start of new line, at x-coordinate \a x.
*/
- virtual void insertRepeatedClefAndKey(double tqlayoutX, int barNo);
+ virtual void insertRepeatedClefAndKey(double layoutX, int barNo);
/**
* Delete all repeated clefs and keys.
@@ -301,7 +301,7 @@ public:
* Draw a note on the staff to show an insert position prior to
* an insert.
*/
- virtual void showPreviewNote(double tqlayoutX, int heightOnStaff,
+ virtual void showPreviewNote(double layoutX, int heightOnStaff,
const Note &note, bool grace);
/**
@@ -423,7 +423,7 @@ protected:
* This function calls painter.save(), and the caller must call
* painter.restore() after use.
*/
- virtual double setPainterClipping(TQPainter *, double tqlayoutX, int tqlayoutY,
+ virtual double setPainterClipping(TQPainter *, double layoutX, int layoutY,
double dx, double w, LinedStaffCoords &coords,
FitPolicy policy);