author | insilmaril |
Tue Jan 24 15:09:48 2006 +0000 (2006-01-24) | |
changeset 190 | 68c49789ec0b |
parent 189 | ca30b203fb73 |
child 191 | 2658342e3310 |
texteditor.h | file | annotate | diff | revisions |
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 {