20#ifndef CUPSDSECURITYPAGE_H
21#define CUPSDSECURITYPAGE_H
31class CupsdSecurityPage :
public CupsdPage
36 CupsdSecurityPage(TQWidget *parent = 0,
const char *name = 0);
38 bool loadConfig(CupsdConf*, TQString&);
39 bool saveConfig(CupsdConf*, TQString&);
40 void setInfos(CupsdConf*);
45 void slotDefaultList();
46 void slotDeleted(
int);
49 TQLineEdit *remoteroot_, *systemgroup_;
50 QDirLineEdit *encryptcert_, *encryptkey_;
53 TQPtrList<CupsLocation> locs_;