diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:12:12 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:12:12 -0600 |
commit | 527c1d6eee022fbe0fed30d64ca6695c48925be2 (patch) | |
tree | 0ce098887e1f76dcba419110ebe925c51363604a /virt/virt.h | |
parent | b8fb4538e9eddfeb9eb0fa8def496f58cb7a9bf1 (diff) | |
download | krusader-527c1d6eee022fbe0fed30d64ca6695c48925be2.tar.gz krusader-527c1d6eee022fbe0fed30d64ca6695c48925be2.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'virt/virt.h')
-rw-r--r-- | virt/virt.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/virt/virt.h b/virt/virt.h index bd35c29..9b436d7 100644 --- a/virt/virt.h +++ b/virt/virt.h @@ -23,7 +23,7 @@ #include <kconfig.h> #include <kio/slavebase.h> -class VirtProtocol : public KIO::SlaveBase { +class VirtProtocol : public TDEIO::SlaveBase { public: VirtProtocol( const TQCString &pool, const TQCString &app ); virtual ~VirtProtocol(); @@ -41,12 +41,12 @@ protected: bool save(); bool load(); - void local_entry(const KURL& url,KIO::UDSEntry& entry); + void local_entry(const KURL& url,TDEIO::UDSEntry& entry); bool addDir(TQString& path); static TQDict<KURL::List> kioVirtDict; - static KConfig* kio_virt_db; + static TDEConfig* kio_virt_db; bool rewriteURL(const KURL&, KURL&); |