20 #ifndef CUPSDSERVERPAGE_H
21 #define CUPSDSERVERPAGE_H
23 #include "cupsdpage.h"
29 class CupsdServerPage :
public CupsdPage
34 CupsdServerPage(TQWidget *parent = 0,
const char *name = 0);
36 bool loadConfig(CupsdConf*, TQString&);
37 bool saveConfig(CupsdConf*, TQString&);
38 void setInfos(CupsdConf*);
41 void classChanged(
int);
44 TQLineEdit *servername_, *serveradmin_, *language_, *printcap_, *otherclassname_;
45 TQComboBox *classification_, *charset_, *printcapformat_;
46 TQCheckBox *classoverride_;