diff -r ee6b0f3a4c2f -r 4a84d7e444d8 texteditor.h --- a/texteditor.h Thu Mar 26 07:49:17 2009 +0000 +++ b/texteditor.h Thu Jan 21 11:56:57 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 ();