20 #ifndef KCUPSPRINTERIMPL_H
21 #define KCUPSPRINTERIMPL_H
23 #include "kprinterimpl.h"
25 class KCupsPrinterImpl :
public KPrinterImpl
28 KCupsPrinterImpl(TQObject *parent,
const char *name,
const TQStringList & = TQStringList());
31 bool setupCommand(TQString&,
KPrinter*);
33 void broadcastOption(
const TQString& key,
const TQString& value);
This class is the main interface to access the TDE print framework.