20 #ifndef KLPDUNIXPRINTERIMPL_H
21 #define KLPDUNIXPRINTERIMPL_H
23 #include "kprinterimpl.h"
27 class KLpdUnixPrinterImpl :
public KPrinterImpl
30 KLpdUnixPrinterImpl(TQObject *parent,
const char *name,
const TQStringList & );
31 ~KLpdUnixPrinterImpl();
33 bool setupCommand(TQString&,
KPrinter*);
36 void initLpPrint(TQString&,
KPrinter*);
37 void initLprPrint(TQString&,
KPrinter*);
38 TQString executable();
This class is the main interface to access the TDE print framework.