diff options
author | Timothy Pearson <[email protected]> | 2012-07-08 18:48:56 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-07-08 18:48:56 -0500 |
commit | b71881a2acf0b8966a079a8775ff8b72d82e11ff (patch) | |
tree | bbead0e431bad3038acd439cf399877ee6ef3d31 /src/ldapbonding.cpp | |
parent | 486791556e09901cd342b5e93a5298f4944682ae (diff) | |
download | kcmldap-b71881a2acf0b8966a079a8775ff8b72d82e11ff.tar.gz kcmldap-b71881a2acf0b8966a079a8775ff8b72d82e11ff.zip |
Change name to ldapbonding
Diffstat (limited to 'src/ldapbonding.cpp')
-rw-r--r-- | src/ldapbonding.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ldapbonding.cpp b/src/ldapbonding.cpp index 97117e8..b9ed7eb 100644 --- a/src/ldapbonding.cpp +++ b/src/ldapbonding.cpp @@ -57,7 +57,7 @@ typedef KGenericFactory<LDAPConfig, TQWidget> ldapFactory; -K_EXPORT_COMPONENT_FACTORY( kcm_ldap, ldapFactory("kcmldap")) +K_EXPORT_COMPONENT_FACTORY( kcm_ldapbonding, ldapFactory("kcmldapbonding")) KSimpleConfig *systemconfig = 0; |