20 #ifndef CUPSDLOGPAGE_H
21 #define CUPSDLOGPAGE_H
23 #include "cupsdpage.h"
29 class CupsdLogPage :
public CupsdPage
32 CupsdLogPage(TQWidget *parent = 0,
const char *name = 0);
34 bool loadConfig(CupsdConf*, TQString&);
35 bool saveConfig(CupsdConf*, TQString&);
36 void setInfos(CupsdConf*);
39 QDirLineEdit *accesslog_, *errorlog_, *pagelog_;
40 TQComboBox *loglevel_;
41 SizeWidget *maxlogsize_;