diff -r 3a58c9ef4a18 -r 0e1aeb21cb78 texteditor.h --- a/texteditor.h Thu Sep 14 11:38:18 2006 +0000 +++ b/texteditor.h Mon Oct 16 12:42:54 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();