diff -r 3a58c9ef4a18 -r bc23a0157a39 texteditor.h --- a/texteditor.h Thu Sep 14 11:38:18 2006 +0000 +++ b/texteditor.h Fri Dec 29 13:52:17 2006 +0000 @@ -2,11 +2,6 @@ #define TEXTEDITOR_H #include -#include -#include -#include -#include - enum EditorState {inactiveEditor,emptyEditor,filledEditor}; @@ -49,6 +44,7 @@ signals: void textHasChanged(); + void textEditorClosed(); void fontFamilyHasChanged(); void fontSizeHasChanged();