diff -ru src-1.1.1pre1/klpq/main.cpp src-1.1.1pre1-386linuxlibc6/klpq/main.cpp --- src-1.1.1pre1/klpq/main.cpp Sun Jan 10 18:47:19 1999 +++ src-1.1.1pre1-386linuxlibc6/klpq/main.cpp Sun Apr 25 18:16:45 1999 @@ -33,6 +33,7 @@ #include #include #include +#include #include #include @@ -175,13 +176,18 @@ } if( no_printcap ) { - debug(klocale->translate("Sorry, can't open your printcap file.")); + QMessageBox::critical( 0, "klpq", + QString(klocale->translate("Sorry, can't open your printcap file.")) + + "\n\n" + klocale->translate("klpq will no exit.")); exit(1); } if( empty_printcap ) { - debug(klocale->translate("Sorry, unable to parse your printcap.")); - debug(klocale->translate("Please email your printcap to Christoph.Neerfeld@home.ivm.de")); + QMessageBox::critical( 0, "klpq", + QString(klocale->translate("Sorry, unable to parse your printcap.")) + + "\n" + + klocale->translate("Please email your printcap to Christoph.Neerfeld@home.ivm.de") + + "\n\n" + klocale->translate("klpq will no exit.")); exit(1); }