klpdunixprinterimpl.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
#ifndef KLPDUNIXPRINTERIMPL_H
00021
#define KLPDUNIXPRINTERIMPL_H
00022
00023
#include "kprinterimpl.h"
00024
00025
class KProcess;
00026
00027
class KLpdUnixPrinterImpl :
public KPrinterImpl
00028 {
00029
public:
00030 KLpdUnixPrinterImpl(
QObject *parent,
const char *name,
const QStringList & );
00031 ~KLpdUnixPrinterImpl();
00032
00033
bool setupCommand(
QString&,
KPrinter*);
00034
00035
protected:
00036
void initLpPrint(
QString&,
KPrinter*);
00037
void initLprPrint(
QString&,
KPrinter*);
00038
QString executable();
00039 };
00040
00041
#endif
This file is part of the documentation for kdeprint Library Version 3.3.0.