diff -r 338ebdc9b947 -r 14f2b1b15242 texteditor.h --- a/texteditor.h Fri Oct 02 14:31:03 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 ();