1.1 --- a/texteditor.h Tue Jun 14 09:41:37 2005 +0000
1.2 +++ b/texteditor.h Sat Jul 23 10:26:30 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();