22 #ifndef CONFIGGUILDAP_H
23 #define CONFIGGUILDAP_H
25 #include "configgui.h"
26 #include "tdeabc/ldapconfigwidget.h"
33 class LdapConfigWidget;
38 class ConfigGuiLdap : public ConfigGui
44 ConfigGuiLdap( const QSync::Member &, TQWidget *parent );
46 void load( const TQString &xml );
47 TQString save() const;
52 TDEABC::LdapConfigWidget *mLdapWidget;
53 KLineEdit *mKeyAttribute;
54 KComboBox *mSearchScope;
55 TQCheckBox *mEncryption;
56 TQCheckBox *mReadLdap;
57 TQCheckBox *mWriteLdap;
|