1.1 --- a/texteditor.h Thu Sep 14 11:38:18 2006 +0000
1.2 +++ b/texteditor.h Tue Jan 23 11:50:53 2007 +0000
1.3 @@ -2,11 +2,6 @@
1.4 #define TEXTEDITOR_H
1.5
1.6 #include <QtGui>
1.7 -#include <QTextEdit>
1.8 -#include <QFontDatabase>
1.9 -#include <QComboBox>
1.10 -#include <QCloseEvent>
1.11 -
1.12
1.13 enum EditorState {inactiveEditor,emptyEditor,filledEditor};
1.14
1.15 @@ -49,6 +44,7 @@
1.16
1.17 signals:
1.18 void textHasChanged();
1.19 + void textEditorClosed();
1.20 void fontFamilyHasChanged();
1.21 void fontSizeHasChanged();
1.22