summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/src/widgets/tqmultilineedit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tqtinterface/qt4/src/widgets/tqmultilineedit.cpp')
-rw-r--r--tqtinterface/qt4/src/widgets/tqmultilineedit.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tqtinterface/qt4/src/widgets/tqmultilineedit.cpp b/tqtinterface/qt4/src/widgets/tqmultilineedit.cpp
index 22066bc..1dba7ed 100644
--- a/tqtinterface/qt4/src/widgets/tqmultilineedit.cpp
+++ b/tqtinterface/qt4/src/widgets/tqmultilineedit.cpp
@@ -262,7 +262,7 @@ void TQMultiLineEdit::pageUp( bool mark )
/*! Inserts \a txt at paragraph number \a line. If \a line is less
than zero, or larger than the number of paragraphs, the new text is
- put at the end. If \a txt tqcontains newline characters, several
+ put at the end. If \a txt contains newline characters, several
paragraphs are inserted.
The cursor position is not changed.
@@ -452,7 +452,7 @@ void TQMultiLineEdit::cursorWordBackward( bool mark )
*/
/*! Inserts string \a s at paragraph number \a line, after character
- number \a col in the paragraph. If \a s tqcontains newline
+ number \a col in the paragraph. If \a s contains newline
characters, new lines are inserted.
If \a mark is TRUE the inserted string will be selected.