22#ifndef CONFIGGUILDAP_H
23#define CONFIGGUILDAP_H
26#include "tdeabc/ldapconfigwidget.h"
33 class LdapConfigWidget;
38class 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;
|