summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/notation/NotationGroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/editors/notation/NotationGroup.h')
-rw-r--r--src/gui/editors/notation/NotationGroup.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/editors/notation/NotationGroup.h b/src/gui/editors/notation/NotationGroup.h
index 9906747..c7b1134 100644
--- a/src/gui/editors/notation/NotationGroup.h
+++ b/src/gui/editors/notation/NotationGroup.h
@@ -73,13 +73,13 @@ public:
/**
* Writes the BEAMED, BEAM_ABOVE, and STEM_UP properties into the
- * notes in the group, as appropriate. Does not require tqlayout x
+ * notes in the group, as appropriate. Does not require layout x
* coordinates to have been set.
*/
void applyStemProperties();
/**
- * Writes beam data into each note in the group. Notes' tqlayout x
+ * Writes beam data into each note in the group. Notes' layout x
* coordinates must already have been set. Does not require
* applyStemProperties to have already been called.
*/
@@ -87,7 +87,7 @@ public:
/**
* Writes tupling line data into each note in the group. Notes'
- * tqlayout x coordinates must already have been set. Does nothing
+ * layout x coordinates must already have been set. Does nothing
* if this is not a tupled group.
*/
void applyTuplingLine(NotationStaff &);