diff -r 832e96c9abb6 -r b98c1793bb8b texteditor.h --- a/texteditor.h Mon Mar 08 12:24:26 2010 +0000 +++ b/texteditor.h Fri Apr 09 14:16:02 2010 +0000 @@ -28,7 +28,10 @@ NoteObj getNoteObj(); void setNote(const NoteObj ¬e); - bool findText(const QString &, const QTextDocument::FindFlags &,QTextCursor &cursor); + bool findText(const QString &, const QTextDocument::FindFlags &); + bool findText(const QString &, const QTextDocument::FindFlags &,int i); + void setTextCursor (const QTextCursor & cursor ); + QTextCursor getTextCursor(); protected: void setupFileActions();