1.1 --- a/headingobj.cpp Wed Jan 16 15:45:19 2008 +0000
1.2 +++ b/headingobj.cpp Wed Jan 16 15:45:19 2008 +0000
1.3 @@ -18,7 +18,7 @@
1.4
1.5 HeadingObj::~HeadingObj()
1.6 {
1.7 -// cout << "Destr. HeadingObj "<<heading.ascii()<<endl;
1.8 +// cout << "Destr. HeadingObj "<<qPrintable(heading)<<endl;
1.9 while (!textline.isEmpty())
1.10 delete textline.takeFirst();
1.11 }
2.1 --- a/main.cpp Wed Jan 16 15:45:19 2008 +0000
2.2 +++ b/main.cpp Wed Jan 16 15:45:19 2008 +0000
2.3 @@ -73,7 +73,7 @@
2.4 "http://www.InSilmaril.de/vym\n");
2.5 if (options.parse())
2.6 {
2.7 - cout << endl << options.getHelpText().ascii()<<endl;
2.8 + cout << endl << qPrintable( options.getHelpText())<<endl;
2.9 return 1;
2.10 }
2.11
2.12 @@ -146,7 +146,7 @@
2.13
2.14 if (options.isOn ("help"))
2.15 {
2.16 - cout << options.getHelpText().ascii()<<endl;
2.17 + cout << qPrintable (options.getHelpText())<<endl;
2.18 return 0;
2.19 }
2.20