diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 15:05:00 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 15:05:00 -0600 |
commit | c56660aff3294f6b61ed9d2861f0fc520b5c8efe (patch) | |
tree | 0b68a0a41b7e8345ef45cc84d4a38f948cd4c131 /kabc/plugins/ldapkio/resourceldapkioplugin.cpp | |
parent | d1bd46309ad2bee123bdf9081ae5b4e0aa7ccc7e (diff) | |
download | tdelibs-c56660aff3294f6b61ed9d2861f0fc520b5c8efe.tar.gz tdelibs-c56660aff3294f6b61ed9d2861f0fc520b5c8efe.zip |
Fix FTBFS
Diffstat (limited to 'kabc/plugins/ldapkio/resourceldapkioplugin.cpp')
-rw-r--r-- | kabc/plugins/ldapkio/resourceldapkioplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/plugins/ldapkio/resourceldapkioplugin.cpp b/kabc/plugins/ldapkio/resourceldapkioplugin.cpp index 7edb90e22..6d928412d 100644 --- a/kabc/plugins/ldapkio/resourceldapkioplugin.cpp +++ b/kabc/plugins/ldapkio/resourceldapkioplugin.cpp @@ -31,6 +31,6 @@ extern "C" KDE_EXPORT void *init_kabc_ldapkio() { TDEGlobal::locale()->insertCatalogue("kabc_ldapkio"); - return new KRES::PluginFactory<ResourceLDAPKIO, ResourceLDAPTDEIOConfig>(); + return new KRES::PluginFactory<ResourceLDAPTDEIO, ResourceLDAPTDEIOConfig>(); } } |