diff -r ee6b0f3a4c2f -r fc7a93ff97c3 texteditor.h --- a/texteditor.h Thu Mar 26 07:49:17 2009 +0000 +++ b/texteditor.h Mon Nov 16 09:47:10 2009 +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 ();