summaryrefslogtreecommitdiffstats
path: root/src/userconfigdlg.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-05-30 13:21:40 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-05-30 13:21:40 -0500
commit4d66047a3136662532e79d5e41038db246d334dd (patch)
tree6f7c32698d61d8187b8df97d84ce4f47ad0c0b0b /src/userconfigdlg.h
parenta890828d5269f6535567dcb3498eba62d5335ee1 (diff)
downloadkcmldapmanager-4d66047a3136662532e79d5e41038db246d334dd.tar.gz
kcmldapmanager-4d66047a3136662532e79d5e41038db246d334dd.zip
Basic user editing, and full group editing, support now in place
Diffstat (limited to 'src/userconfigdlg.h')
-rw-r--r--src/userconfigdlg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/userconfigdlg.h b/src/userconfigdlg.h
index a900c0e..de5be1c 100644
--- a/src/userconfigdlg.h
+++ b/src/userconfigdlg.h
@@ -43,6 +43,7 @@ public slots:
public:
LDAPUserConfigBase *m_base;
LDAPUserInfo m_user;
+ TQStringList selectedGroups;
private:
LDAPConfig* m_ldapconfig;