20 #ifndef CUPSDJOBSPAGE_H
21 #define CUPSDJOBSPAGE_H
23 #include "cupsdpage.h"
28 class CupsdJobsPage :
public CupsdPage
33 CupsdJobsPage(TQWidget *parent = 0,
const char *name = 0);
35 bool loadConfig(CupsdConf*, TQString&);
36 bool saveConfig(CupsdConf*, TQString&);
37 void setInfos(CupsdConf*);
40 void historyChanged(
bool);
43 KIntNumInput *maxjobs_, *maxjobsperprinter_, *maxjobsperuser_;
44 TQCheckBox *keepjobhistory_, *keepjobfiles_, *autopurgejobs_;