summaryrefslogtreecommitdiffstats
path: root/lib/kotext/KoTextDocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kotext/KoTextDocument.h')
-rw-r--r--lib/kotext/KoTextDocument.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kotext/KoTextDocument.h b/lib/kotext/KoTextDocument.h
index 44bb0001..1f7739aa 100644
--- a/lib/kotext/KoTextDocument.h
+++ b/lib/kotext/KoTextDocument.h
@@ -55,7 +55,7 @@ public:
enum SelectionId {
Standard = 0,
InputMethodPreedit = 1,
- HighlightSelection = 2, // used to highlight during search/tqreplace
+ HighlightSelection = 2, // used to highlight during search/replace
Temp = 32000 // This selection must not be drawn, it's used e.g. by undo/redo to
// remove multiple lines with removeSelectedText()
};
@@ -135,7 +135,7 @@ public:
KoTextFormatCollection *formatCollection() const;
- bool tqfind( const TQString &expr, bool cs, bool wo, bool forward, int *parag, int *index, KoTextCursor *cursor );
+ bool find( const TQString &expr, bool cs, bool wo, bool forward, int *parag, int *index, KoTextCursor *cursor );
//void setTextFormat( TQt::TextFormat f );
//TQt::TextFormat textFormat() const;