summaryrefslogtreecommitdiffstats
path: root/kresources/scalix/kioslave/scalix.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:37:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:37:21 -0600
commit86d8364ac704bdc8ad2dfcf52307d9626cfac567 (patch)
tree97d3ac2c2f60780d9a1de4f82caac7cb27534501 /kresources/scalix/kioslave/scalix.h
parenta9bde819f2b421dcc44741156e75eca4bb5fb4f4 (diff)
downloadtdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.tar.gz
tdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kresources/scalix/kioslave/scalix.h')
-rw-r--r--kresources/scalix/kioslave/scalix.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kresources/scalix/kioslave/scalix.h b/kresources/scalix/kioslave/scalix.h
index 62c2428b..dc034b7b 100644
--- a/kresources/scalix/kioslave/scalix.h
+++ b/kresources/scalix/kioslave/scalix.h
@@ -26,7 +26,7 @@
#include <tqobject.h>
-class Scalix : public TQObject, public KIO::SlaveBase
+class Scalix : public TQObject, public TDEIO::SlaveBase
{
Q_OBJECT
@@ -38,9 +38,9 @@ class Scalix : public TQObject, public KIO::SlaveBase
void put( const KURL &url, int permissions, bool overwrite, bool resume );
private slots:
- void slotRetrieveResult( KIO::Job* );
- void slotPublishResult( KIO::Job* );
- void slotInfoMessage( KIO::Job*, const TQString& );
+ void slotRetrieveResult( TDEIO::Job* );
+ void slotPublishResult( TDEIO::Job* );
+ void slotInfoMessage( TDEIO::Job*, const TQString& );
private:
void retrieveFreeBusy( const KURL& );