diff -r 4083860dd82e -r 16b250a57c17 texteditor.h --- a/texteditor.h Tue Jun 14 09:41:37 2005 +0000 +++ b/texteditor.h Fri Jul 22 15:38:06 2005 +0000 @@ -10,6 +10,8 @@ enum EditorState {inactiveEditor,emptyEditor,filledEditor}; +QString textConvertToASCII(const QString &); + class TextEditor : public QMainWindow { Q_OBJECT public: @@ -56,7 +58,6 @@ void textSave(); void textConvertPar(); void textJoinLines(); - QString textConvertToASCII(const QString &); void textExportAsASCII(); void textPrint(); void textEditUndo();