kmpropbackend.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
#ifndef KMPROPBACKEND_H
00021
#define KMPROPBACKEND_H
00022
00023
#include "kmpropwidget.h"
00024
00025
#include <kdelibs_export.h>
00026
00027
class QLabel;
00028
00029
class KDEPRINT_EXPORT KMPropBackend :
public KMPropWidget
00030 {
00031
public:
00032 KMPropBackend(
QWidget *parent = 0,
const char *name = 0);
00033 ~KMPropBackend();
00034
00035
void setPrinter(KMPrinter*);
00036
00037
protected:
00038
void configureWizard(KMWizard*);
00039
00040
private:
00041
QLabel *m_type;
00042
QLabel *m_uri;
00043 };
00044
00045
#endif
This file is part of the documentation for kdeprint Library Version 3.4.0.