diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-12 18:09:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-12 18:09:16 +0900 |
commit | d230d2497d7abc9f40ef1da174afb09f53f4577d (patch) | |
tree | d82546a1a5e6d7a5daf616e37c0daf24fc73e0eb /src/ldapcontroller.h | |
parent | fb894cd3077a0c4418af878a51e5d5149c97dcca (diff) | |
download | kcmldapcontroller-master.tar.gz kcmldapcontroller-master.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/ldapcontroller.h')
-rw-r--r-- | src/ldapcontroller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ldapcontroller.h b/src/ldapcontroller.h index 19ae97d..895c6dd 100644 --- a/src/ldapcontroller.h +++ b/src/ldapcontroller.h @@ -113,7 +113,7 @@ class LDAPController: public TDECModule TDEAboutData *myAboutData; LDAPControllerConfigBase *m_base; - KSimpleConfig *m_systemconfig; + TDESimpleConfig *m_systemconfig; TQString m_fqdn; int m_prevRole; |