23 #include <kdialogbase.h>
24 #include <tqptrlist.h>
29 class CupsdDialog :
public KDialogBase
33 CupsdDialog(TQWidget *parent = 0,
const char *name = 0);
36 bool setConfigFile(
const TQString& filename);
38 static bool configure(
const TQString& filename = TQString::null, TQWidget *parent = 0, TQString *errormsg = 0);
39 static bool restartServer(TQString& msg);
40 static int serverPid();
41 static int serverOwner();
48 void addConfPage(CupsdPage*);
49 void constructDialog();
53 TQPtrList<CupsdPage> pagelist_;