summaryrefslogtreecommitdiffstats
path: root/libtdepim/ldapclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtdepim/ldapclient.h')
-rw-r--r--libtdepim/ldapclient.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/libtdepim/ldapclient.h b/libtdepim/ldapclient.h
index 7eaa3fd0..50293729 100644
--- a/libtdepim/ldapclient.h
+++ b/libtdepim/ldapclient.h
@@ -195,8 +195,8 @@ class KDE_EXPORT LdapClient : public TQObject
void cancelQuery();
protected slots:
- void slotData( KIO::Job*, const TQByteArray &data );
- void slotInfoMessage( KIO::Job*, const TQString &info );
+ void slotData( TDEIO::Job*, const TQByteArray &data );
+ void slotInfoMessage( TDEIO::Job*, const TQString &info );
void slotDone();
protected:
@@ -209,7 +209,7 @@ class KDE_EXPORT LdapClient : public TQObject
TQString mScope;
TQStringList mAttrs;
- TQGuardedPtr<KIO::SimpleJob> mJob;
+ TQGuardedPtr<TDEIO::SimpleJob> mJob;
bool mActive;
bool mReportObjectClass;
@@ -251,9 +251,9 @@ class KDE_EXPORT LdapSearch : public TQObject
public:
LdapSearch();
- static KConfig *config();
- static void readConfig( LdapServer &server, KConfig *config, int num, bool active );
- static void writeConfig( const LdapServer &server, KConfig *config, int j, bool active );
+ static TDEConfig *config();
+ static void readConfig( LdapServer &server, TDEConfig *config, int num, bool active );
+ static void writeConfig( const LdapServer &server, TDEConfig *config, int j, bool active );
void startSearch( const TQString& txt );
void cancelSearch();
@@ -279,7 +279,7 @@ class KDE_EXPORT LdapSearch : public TQObject
void slotFileChanged( const TQString& );
private:
- void readWeighForClient( LdapClient *client, KConfig *config, int clientNumber );
+ void readWeighForClient( LdapClient *client, TDEConfig *config, int clientNumber );
void readConfig();
void finish();
void makeSearchData( TQStringList& ret, LdapResultList& resList );
@@ -292,7 +292,7 @@ class KDE_EXPORT LdapSearch : public TQObject
TQString mConfigFile;
private:
- static KConfig *s_config;
+ static TDEConfig *s_config;
class LdapSearchPrivate* d;
};