diff -r ee6b0f3a4c2f -r 735c7ea1d2a9 texteditor.h --- a/texteditor.h Thu Mar 26 07:49:17 2009 +0000 +++ b/texteditor.h Tue Jan 05 11:23:12 2010 +0000 @@ -5,7 +5,6 @@ enum EditorState {inactiveEditor,emptyEditor,filledEditor}; -class MyTextEdit; class NoteObj; class TextEditor : public QMainWindow { @@ -14,6 +13,7 @@ TextEditor(); ~TextEditor(); + void reset(); bool isEmpty(); void setShowWithMain (bool); bool showWithMain ();