diff -r 46553c106c52 -r bec082472471 texteditor.h --- a/texteditor.h Mon Mar 22 15:37:23 2010 +0000 +++ b/texteditor.h Tue Mar 30 17:30:39 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();