diff options
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; }; } |