texteditor.h
changeset 355 ca0c7650fbe4
parent 142 3590c3490789
child 366 e95081c21da2
     1.1 --- a/texteditor.h	Sun Jul 31 12:24:53 2005 +0000
     1.2 +++ b/texteditor.h	Wed Jun 21 07:35:32 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 {