summaryrefslogtreecommitdiffstats
path: root/kioslave/nfs/kio_nfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'kioslave/nfs/kio_nfs.h')
-rw-r--r--kioslave/nfs/kio_nfs.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kioslave/nfs/kio_nfs.h b/kioslave/nfs/kio_nfs.h
index 9f6d38103..73b36e64d 100644
--- a/kioslave/nfs/kio_nfs.h
+++ b/kioslave/nfs/kio_nfs.h
@@ -58,7 +58,7 @@ class NFSFileHandle
typedef TQMap<TQString,NFSFileHandle> NFSFileHandleMap;
-class NFSProtocol : public KIO::SlaveBase
+class NFSProtocol : public TDEIO::SlaveBase
{
public:
NFSProtocol (const TQCString &pool, const TQCString &app );
@@ -80,12 +80,12 @@ class NFSProtocol : public KIO::SlaveBase
virtual void rename(const KURL &src, const KURL &dest, bool overwrite);
virtual void copy( const KURL& src, const KURL &dest, int mode, bool overwrite );
protected:
-// void createVirtualDirEntry(KIO::UDSEntry & entry);
+// void createVirtualDirEntry(TDEIO::UDSEntry & entry);
bool checkForError(int clientStat, int nfsStat, const TQString& text);
bool isExportedDir(const TQString& path);
- void completeUDSEntry(KIO::UDSEntry& entry, fattr& attributes);
- void completeBadLinkUDSEntry(KIO::UDSEntry& entry, fattr& attributes);
- void completeAbsoluteLinkUDSEntry(KIO::UDSEntry& entry, const TQCString& path);
+ void completeUDSEntry(TDEIO::UDSEntry& entry, fattr& attributes);
+ void completeBadLinkUDSEntry(TDEIO::UDSEntry& entry, fattr& attributes);
+ void completeAbsoluteLinkUDSEntry(TDEIO::UDSEntry& entry, const TQCString& path);
bool isValidLink(const TQString& parentDir, const TQString& linkDest);
// bool isAbsoluteLink(const TQString& path);