summaryrefslogtreecommitdiffstats
path: root/kresources/groupwise/kabc_resourcegroupwise.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:53:50 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:53:50 +0000
commit7be55ffa061c026e35e2d6a0effe1161ddb0d41f (patch)
tree8474f9b444b2756228600050f07a7ff25de532b2 /kresources/groupwise/kabc_resourcegroupwise.h
parentf587f20a6d09f1729dd0a8c1cd8ee0110aec7451 (diff)
downloadtdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.tar.gz
tdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kresources/groupwise/kabc_resourcegroupwise.h')
-rw-r--r--kresources/groupwise/kabc_resourcegroupwise.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/kresources/groupwise/kabc_resourcegroupwise.h b/kresources/groupwise/kabc_resourcegroupwise.h
index 8fad2a67..cd634a01 100644
--- a/kresources/groupwise/kabc_resourcegroupwise.h
+++ b/kresources/groupwise/kabc_resourcegroupwise.h
@@ -46,9 +46,9 @@ class KDE_EXPORT ResourceGroupwise : public ResourceCached
public:
ResourceGroupwise( const KConfig * );
ResourceGroupwise( const KURL &url,
- const QString &user, const QString &password,
- const QStringList &readAddressBooks,
- const QString &writeAddressBook );
+ const TQString &user, const TQString &password,
+ const TQStringList &readAddressBooks,
+ const TQString &writeAddressBook );
~ResourceGroupwise();
void readConfig( const KConfig * );
@@ -140,9 +140,9 @@ class KDE_EXPORT ResourceGroupwise : public ResourceCached
void fetchUABResult( KIO::Job * );
void updateSABResult( KIO::Job * );
/** DATA PROCESSING SLOTS **/
- void slotReadJobData( KIO::Job *, const QByteArray & );
- void slotUpdateJobData( KIO::Job *, const QByteArray & );
- /** HELPER SLOT **/
+ void slotReadJobData( KIO::Job *, const TQByteArray & );
+ void slotUpdateJobData( KIO::Job *, const TQByteArray & );
+ /** HELPER TQT_SLOT **/
void slotJobPercent( KIO::Job *job, unsigned long percent );
void cancelLoad();
@@ -156,7 +156,7 @@ class KDE_EXPORT ResourceGroupwise : public ResourceCached
KPIM::ProgressItem *mProgress;
KPIM::ProgressItem *mSABProgress;
KPIM::ProgressItem *mUABProgress;
- QString mJobData;
+ TQString mJobData;
ResourceState mState;
unsigned long mServerFirstSequence, mServerLastSequence, mServerLastPORebuildTime;