diff -r 14f2b1b15242 -r 25a950c2eb98 texteditor.h --- a/texteditor.h Fri Nov 13 08:32:03 2009 +0000 +++ b/texteditor.h Tue Mar 09 08:29:09 2010 +0000 @@ -28,7 +28,7 @@ NoteObj getNoteObj(); void setNote(const NoteObj ¬e); - bool findText(const QString &, const QTextDocument::FindFlags &); // find Text + bool findText(const QString &, const QTextDocument::FindFlags &,QTextCursor &cursor); protected: void setupFileActions();