diff -r fac2248e2afa -r 832e96c9abb6 texteditor.h --- a/texteditor.h Mon Mar 08 12:22:15 2010 +0000 +++ b/texteditor.h Mon Mar 08 12:24:26 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();