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 /virt/virt.h | |
parent | 314a114ebf348f0232454a1e1936543a2aa0c9a3 (diff) | |
download | krusader-fb3914c062f1a66bec49d9e56aabce53bb79385a.tar.gz krusader-fb3914c062f1a66bec49d9e56aabce53bb79385a.zip |
Fix a few remaining references to kio_
Diffstat (limited to 'virt/virt.h')
-rw-r--r-- | virt/virt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virt/virt.h b/virt/virt.h index fd04265..8f5bc79 100644 --- a/virt/virt.h +++ b/virt/virt.h @@ -46,7 +46,7 @@ protected: static TQDict<KURL::List> kioVirtDict; - static TDEConfig* kio_virt_db; + static TDEConfig* tdeio_virt_db; bool rewriteURL(const KURL&, KURL&); |