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