summaryrefslogtreecommitdiffstats
path: root/src/gui/application/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/application/main.cpp')
-rw-r--r--src/gui/application/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/application/main.cpp b/src/gui/application/main.cpp
index c9ade00..863c085 100644
--- a/src/gui/application/main.cpp
+++ b/src/gui/application/main.cpp
@@ -248,7 +248,7 @@ and Events (our basic music element). To help lift the ambiguity,
between coordinates and staff lines: the former is especially
complicated because of its support for page tqlayout.)\n
-# The canvas view transmits this kind of info as a signal, which is
- connected to a slot in the tqparent EditView.
+ connected to a slot in the parent EditView.
-# The EditView delegates action to the current tool.\n
-# The tool performs the actual job (inserting or deleting a note,
etc...).