kfoomaticprinterimpl.cpp
26 KFoomaticPrinterImpl::KFoomaticPrinterImpl(TQObject *parent, const char *name, const TQStringList & /*args*/)
47 cmd = exe + TQString::fromLatin1(" -P %1 -# %2").arg(quote(printer->printerName())).arg(printer->numCopies());
51 printer->setErrorMessage(i18n("No valid print executable was found in your path. Check your installation."));
This class is the main interface to access the TDE print framework.
Definition: kprinter.h:89