summaryrefslogtreecommitdiffstats
path: root/src/userconfigdlg.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-05-29 18:23:12 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-05-29 18:23:12 -0500
commita6d06dfe2ab0aadb6b0987fb7f96e8f3c9841846 (patch)
treecbc45950449b5942277b8a3490b87bfecf8df023 /src/userconfigdlg.h
parent68e675057219723d6c657db4fd930c5b49ff583c (diff)
downloadkcmldapmanager-a6d06dfe2ab0aadb6b0987fb7f96e8f3c9841846.tar.gz
kcmldapmanager-a6d06dfe2ab0aadb6b0987fb7f96e8f3c9841846.zip
RW support for groups now in place
Diffstat (limited to 'src/userconfigdlg.h')
-rw-r--r--src/userconfigdlg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/userconfigdlg.h b/src/userconfigdlg.h
index 909dd16..a900c0e 100644
--- a/src/userconfigdlg.h
+++ b/src/userconfigdlg.h
@@ -42,9 +42,9 @@ public slots:
public:
LDAPUserConfigBase *m_base;
+ LDAPUserInfo m_user;
private:
- LDAPUserInfo m_user;
LDAPConfig* m_ldapconfig;
TQString m_prevPrimaryGroup;
};