changeset 356 | 08b3473cb7ab |
parent 142 | 3590c3490789 |
child 366 | e95081c21da2 |
1.1 --- a/texteditor.h Sun Jul 31 12:24:53 2005 +0000 1.2 +++ b/texteditor.h Thu Jul 13 08:40:03 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 {