summaryrefslogtreecommitdiffstats
path: root/kioslave/mac/kio_mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'kioslave/mac/kio_mac.h')
-rw-r--r--kioslave/mac/kio_mac.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kioslave/mac/kio_mac.h b/kioslave/mac/kio_mac.h
index 1376efe7a..2501791b2 100644
--- a/kioslave/mac/kio_mac.h
+++ b/kioslave/mac/kio_mac.h
@@ -26,7 +26,7 @@
#include <tqfile.h>
#include <tqtextstream.h>
-class MacProtocol : public TQObject, public KIO::SlaveBase
+class MacProtocol : public TQObject, public TDEIO::SlaveBase
{
Q_OBJECT
public:
@@ -40,12 +40,12 @@ protected slots:
void slotSetDataStdOutput(TDEProcess*, char *s, int len);
protected:
TQString prepareHP(const KURL& _url);
- TQValueList<KIO::UDSAtom> makeUDS(const TQString& _line);
+ TQValueList<TDEIO::UDSAtom> makeUDS(const TQString& _line);
int makeTime(TQString mday, TQString mon, TQString third);
TQString getMimetype(TQString type, TQString app);
- TQValueList<KIO::UDSAtom> doStat(const KURL& url);
+ TQValueList<TDEIO::UDSAtom> doStat(const KURL& url);
- KIO::filesize_t processedBytes;
+ TDEIO::filesize_t processedBytes;
TQString standardOutputStream;
TDEProcess* myTDEProcess;