23 #include "kmwizardpage.h"
24 #include <tdelibs_export.h>
30 class TDEPRINT_EXPORT KMWBackend :
public KMWizardPage
33 KMWBackend(TQWidget *parent = 0,
const char *name = 0);
35 bool isValid(TQString&);
36 void initPrinter(KMPrinter*);
37 void updatePrinter(KMPrinter*);
39 void addBackend(
int ID,
const TQString& txt,
bool on =
true,
const TQString& whatsThis = TQString::null,
int nextpage = -1);
40 void addBackend(
int ID = -1,
bool on =
true,
int nextpage = -1);
41 void enableBackend(
int ID,
bool on =
true);
44 TQButtonGroup *m_buttons;
45 TQVBoxLayout *m_layout;