Introduced basic export to Open Document format
authorinsilmaril
Tue, 24 Jan 2006 15:09:48 +0000
changeset 19068c49789ec0b
parent 189 ca30b203fb73
child 191 2658342e3310
Introduced basic export to Open Document format
texteditor.h
     1.1 --- a/texteditor.h	Tue Jan 24 15:09:48 2006 +0000
     1.2 +++ b/texteditor.h	Tue Jan 24 15:09:48 2006 +0000
     1.3 @@ -11,8 +11,6 @@
     1.4  
     1.5  enum EditorState {inactiveEditor,emptyEditor,filledEditor};
     1.6  
     1.7 -QString textConvertToASCII(const QString &);
     1.8 -
     1.9  class MyTextEdit;
    1.10  
    1.11  class TextEditor : public QMainWindow {