texteditor.h
changeset 390 0e1aeb21cb78
parent 388 3a58c9ef4a18
child 427 fb74fa7bfb4c
     1.1 --- a/texteditor.h	Thu Sep 21 13:48:05 2006 +0000
     1.2 +++ b/texteditor.h	Mon Oct 16 12:42:54 2006 +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