kmwclass.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef KMWCLASS_H
00021 #define KMWCLASS_H
00022
00023 #include "kmwizardpage.h"
00024
00025 class KListBox;
00026
00027 class KMWClass : public KMWizardPage
00028 {
00029 Q_OBJECT
00030 public:
00031 KMWClass(QWidget *parent = 0, const char *name = 0);
00032 ~KMWClass();
00033
00034 bool isValid(QString&);
00035 void initPrinter(KMPrinter*);
00036 void updatePrinter(KMPrinter*);
00037
00038 protected slots:
00039 void slotAdd();
00040 void slotRemove();
00041
00042 private:
00043 KListBox *m_list1, *m_list2;
00044 };
00045
00046 #endif
This file is part of the documentation for kdeprint Library Version 3.2.3.