20 #ifndef BROWSEDIALOG_H
21 #define BROWSEDIALOG_H
23 #include <kdialogbase.h>
29 class BrowseDialog :
public KDialogBase
34 BrowseDialog(TQWidget *parent = 0,
const char *name = 0);
36 TQString addressString();
37 void setInfos(CupsdConf*);
38 static TQString newAddress(TQWidget *parent = 0, CupsdConf *conf = 0);
39 static TQString editAddress(
const TQString& s, TQWidget *parent = 0, CupsdConf *conf = 0);
42 void slotTypeChanged(
int);
46 TQLineEdit *from_, *to_;