kdelibs/kdeprint kprinter.cpp,1.8,1.9 Author: faure Mon Apr 2 11:54:14 UTC 2001 In directory cvs.kde.org:/var/tmp/cvs-serv29996 Modified Files: kprinter.cpp Log Message: Bugfixes suggested by Michael for my problems: - setOutputFileName calls setOutputToFile(bool), as QPrinter does. - detect that we haven't called preparePrinting when we start to print, to make it possible to use KPrinter without calling setup(). This is used by KOffice's preview functionality.