diff options
author | Timothy Pearson <[email protected]> | 2013-01-30 13:43:41 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-30 13:43:41 -0600 |
commit | fb3914c062f1a66bec49d9e56aabce53bb79385a (patch) | |
tree | 6e2b4840c4e59b1bb8ff22be7da5d92d17845840 /iso/iso.h | |
parent | 314a114ebf348f0232454a1e1936543a2aa0c9a3 (diff) | |
download | krusader-fb3914c062f1a66bec49d9e56aabce53bb79385a.tar.gz krusader-fb3914c062f1a66bec49d9e56aabce53bb79385a.zip |
Fix a few remaining references to kio_
Diffstat (limited to 'iso/iso.h')
-rw-r--r-- | iso/iso.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -28,11 +28,11 @@ class KIso; -class kio_isoProtocol : public TDEIO::SlaveBase +class tdeio_isoProtocol : public TDEIO::SlaveBase { public: - kio_isoProtocol( const TQCString &pool, const TQCString &app ); - virtual ~kio_isoProtocol(); + tdeio_isoProtocol( const TQCString &pool, const TQCString &app ); + virtual ~tdeio_isoProtocol(); virtual void listDir( const KURL & url ); virtual void stat( const KURL & url ); |