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/resourceldapkio.h | |
parent | d1bd46309ad2bee123bdf9081ae5b4e0aa7ccc7e (diff) | |
download | tdelibs-c56660aff3294f6b61ed9d2861f0fc520b5c8efe.tar.gz tdelibs-c56660aff3294f6b61ed9d2861f0fc520b5c8efe.zip |
Fix FTBFS
Diffstat (limited to 'kabc/plugins/ldapkio/resourceldapkio.h')
-rw-r--r-- | kabc/plugins/ldapkio/resourceldapkio.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kabc/plugins/ldapkio/resourceldapkio.h b/kabc/plugins/ldapkio/resourceldapkio.h index 8519955da..6f40b12f8 100644 --- a/kabc/plugins/ldapkio/resourceldapkio.h +++ b/kabc/plugins/ldapkio/resourceldapkio.h @@ -30,15 +30,15 @@ class TDEConfig; namespace KABC { -class KABC_EXPORT ResourceLDAPKIO : public Resource +class KABC_EXPORT ResourceLDAPTDEIO : public Resource { Q_OBJECT public: enum CachePolicy{ Cache_No, Cache_NoConnection, Cache_Always }; - ResourceLDAPKIO( const TDEConfig* ); - virtual ~ResourceLDAPKIO(); + ResourceLDAPTDEIO( const TDEConfig* ); + virtual ~ResourceLDAPTDEIO(); /** * Call this after you used one of the set... methods */ @@ -162,8 +162,8 @@ protected slots: bool AddresseeToLDIF( TQByteArray &ldif, const Addressee &addr, const TQString &olddn ); - class ResourceLDAPKIOPrivate; - ResourceLDAPKIOPrivate *d; + class ResourceLDAPTDEIOPrivate; + ResourceLDAPTDEIOPrivate *d; }; } |