diff -r 14f2b1b15242 -r bfacef6f29c1 texteditor.h --- a/texteditor.h Fri Nov 13 08:32:03 2009 +0000 +++ b/texteditor.h Tue Mar 09 13:09:05 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();