texteditor.h
changeset 131 16b250a57c17
parent 106 4083860dd82e
child 142 3590c3490789
     1.1 --- a/texteditor.h	Tue Jul 19 15:57:49 2005 +0000
     1.2 +++ b/texteditor.h	Fri Jul 22 15:38:06 2005 +0000
     1.3 @@ -10,6 +10,8 @@
     1.4  
     1.5  enum EditorState {inactiveEditor,emptyEditor,filledEditor};
     1.6  
     1.7 +QString textConvertToASCII(const QString &);
     1.8 +
     1.9  class TextEditor : public QMainWindow {
    1.10      Q_OBJECT
    1.11  public:
    1.12 @@ -56,7 +58,6 @@
    1.13      void textSave();
    1.14  	void textConvertPar();
    1.15  	void textJoinLines();
    1.16 -	QString textConvertToASCII(const QString &);
    1.17  	void textExportAsASCII();
    1.18      void textPrint();
    1.19  	void textEditUndo();