diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:53:50 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:53:50 +0000 |
commit | 7be55ffa061c026e35e2d6a0effe1161ddb0d41f (patch) | |
tree | 8474f9b444b2756228600050f07a7ff25de532b2 /kresources/scalix/kioslave/scalix.h | |
parent | f587f20a6d09f1729dd0a8c1cd8ee0110aec7451 (diff) | |
download | tdepim-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/scalix/kioslave/scalix.h')
-rw-r--r-- | kresources/scalix/kioslave/scalix.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kresources/scalix/kioslave/scalix.h b/kresources/scalix/kioslave/scalix.h index 3697c49d7..25a2fdeac 100644 --- a/kresources/scalix/kioslave/scalix.h +++ b/kresources/scalix/kioslave/scalix.h @@ -24,14 +24,14 @@ #include <kio/job.h> #include <kio/slavebase.h> -#include <qobject.h> +#include <tqobject.h> -class Scalix : public QObject, public KIO::SlaveBase +class Scalix : public TQObject, public KIO::SlaveBase { Q_OBJECT public: - Scalix( const QCString &protocol, const QCString &pool, const QCString &app ); + Scalix( const TQCString &protocol, const TQCString &pool, const TQCString &app ); void get( const KURL &url ); void put( const KURL &url, int permissions, bool overwrite, bool resume ); @@ -39,13 +39,13 @@ class Scalix : public QObject, public KIO::SlaveBase private slots: void slotRetrieveResult( KIO::Job* ); void slotPublishResult( KIO::Job* ); - void slotInfoMessage( KIO::Job*, const QString& ); + void slotInfoMessage( KIO::Job*, const TQString& ); private: void retrieveFreeBusy( const KURL& ); void publishFreeBusy( const KURL& ); - QString mFreeBusyData; + TQString mFreeBusyData; }; #endif |