20 #ifndef CUPSDFILTERPAGE_H
21 #define CUPSDFILTERPAGE_H
23 #include "cupsdpage.h"
30 class CupsdFilterPage :
public CupsdPage
33 CupsdFilterPage(TQWidget *parent = 0,
const char *name = 0);
35 bool loadConfig(CupsdConf*, TQString&);
36 bool saveConfig(CupsdConf*, TQString&);
37 void setInfos(CupsdConf*);
40 TQLineEdit *user_, *group_;
41 KIntNumInput *filterlimit_;
42 SizeWidget *ripcache_;