diff -r ee6b0f3a4c2f -r 14f2b1b15242 texteditor.h --- a/texteditor.h Thu Mar 26 07:49:17 2009 +0000 +++ b/texteditor.h Fri Nov 13 08:32:03 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 ();