22 #ifndef CONFIGGUILDAP_H
23 #define CONFIGGUILDAP_H
25 #include "configgui.h"
26 #include "kabc/ldapconfigwidget.h"
32 class KABC::LdapConfigWidget;
36 class ConfigGuiLdap : public ConfigGui
42 ConfigGuiLdap( const QSync::Member &, TQWidget *parent );
44 void load( const TQString &xml );
45 TQString save() const;
50 KABC::LdapConfigWidget *mLdapWidget;
51 KLineEdit *mKeyAttribute;
52 KComboBox *mSearchScope;
53 TQCheckBox *mEncryption;
54 TQCheckBox *mReadLdap;
55 TQCheckBox *mWriteLdap;
|