diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:07:13 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:07:13 -0600 |
commit | 2c48a779bdae10697b43c37d5bc6e19f4483c35c (patch) | |
tree | f71c6ae5f575c2d13d11d5b071fd8c8bcee84451 /src/ldapmgr.h | |
parent | b58409e24446644a7ee47960d373e3ca6d59b86e (diff) | |
download | kcmldapmanager-2c48a779bdae10697b43c37d5bc6e19f4483c35c.tar.gz kcmldapmanager-2c48a779bdae10697b43c37d5bc6e19f4483c35c.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'src/ldapmgr.h')
-rw-r--r-- | src/ldapmgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ldapmgr.h b/src/ldapmgr.h index e861279..2af5602 100644 --- a/src/ldapmgr.h +++ b/src/ldapmgr.h @@ -35,7 +35,7 @@ class KSimpleConfig; -class LDAPConfig: public KCModule +class LDAPConfig: public TDECModule { Q_OBJECT |