summaryrefslogtreecommitdiffstats
path: root/kresources/groupwise/kabc_resourcegroupwise.h
diff options
context:
space:
mode:
Diffstat (limited to 'kresources/groupwise/kabc_resourcegroupwise.h')
-rw-r--r--kresources/groupwise/kabc_resourcegroupwise.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/kresources/groupwise/kabc_resourcegroupwise.h b/kresources/groupwise/kabc_resourcegroupwise.h
index 23912916..658ddd76 100644
--- a/kresources/groupwise/kabc_resourcegroupwise.h
+++ b/kresources/groupwise/kabc_resourcegroupwise.h
@@ -29,7 +29,7 @@
#include <kio/job.h>
-class KConfig;
+class TDEConfig;
class GroupwiseServer;
@@ -45,15 +45,15 @@ class KDE_EXPORT ResourceGroupwise : public ResourceCached
public:
- ResourceGroupwise( const KConfig * );
+ ResourceGroupwise( const TDEConfig * );
ResourceGroupwise( const KURL &url,
const TQString &user, const TQString &password,
const TQStringList &readAddressBooks,
const TQString &writeAddressBook );
~ResourceGroupwise();
- void readConfig( const KConfig * );
- void writeConfig( KConfig * );
+ void readConfig( const TDEConfig * );
+ void writeConfig( TDEConfig * );
void readAddressBooks();
void writeAddressBooks();
@@ -137,14 +137,14 @@ class KDE_EXPORT ResourceGroupwise : public ResourceCached
private slots:
/** STATE CHANGING SLOTS **/
- void fetchSABResult( KIO::Job * );
- void fetchUABResult( KIO::Job * );
- void updateSABResult( KIO::Job * );
+ void fetchSABResult( TDEIO::Job * );
+ void fetchUABResult( TDEIO::Job * );
+ void updateSABResult( TDEIO::Job * );
/** DATA PROCESSING SLOTS **/
- void slotReadJobData( KIO::Job *, const TQByteArray & );
- void slotUpdateJobData( KIO::Job *, const TQByteArray & );
+ void slotReadJobData( TDEIO::Job *, const TQByteArray & );
+ void slotUpdateJobData( TDEIO::Job *, const TQByteArray & );
/** HELPER TQT_SLOT **/
- void slotJobPercent( KIO::Job *job, unsigned long percent );
+ void slotJobPercent( TDEIO::Job *job, unsigned long percent );
void cancelLoad();
private:
@@ -153,7 +153,7 @@ class KDE_EXPORT ResourceGroupwise : public ResourceCached
GroupwiseServer *mServer;
- KIO::TransferJob *mJob;
+ TDEIO::TransferJob *mJob;
KPIM::ProgressItem *mProgress;
KPIM::ProgressItem *mSABProgress;
KPIM::ProgressItem *mUABProgress;