changeset 290 | 04b9fcb185ba |
parent 142 | 3590c3490789 |
child 366 | e95081c21da2 |
1.1 --- a/texteditor.h Sun Jul 31 12:24:53 2005 +0000 1.2 +++ b/texteditor.h Mon Apr 10 11:21:35 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 {