diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:55:42 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:55:42 -0600 |
commit | bc71c5b1f383050cd74e96812fda7e91f88f4dfa (patch) | |
tree | 6db2129df9836d876966b3fd2435a1578104021a /virt/virt.h | |
parent | ecb4aba1737ce20e9e8aa3f719e7beea95e0b162 (diff) | |
download | krusader-bc71c5b1f383050cd74e96812fda7e91f88f4dfa.tar.gz krusader-bc71c5b1f383050cd74e96812fda7e91f88f4dfa.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'virt/virt.h')
-rw-r--r-- | virt/virt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virt/virt.h b/virt/virt.h index 9b436d7..fd04265 100644 --- a/virt/virt.h +++ b/virt/virt.h @@ -20,8 +20,8 @@ #include <sys/types.h> #include <tqdict.h> -#include <kconfig.h> -#include <kio/slavebase.h> +#include <tdeconfig.h> +#include <tdeio/slavebase.h> class VirtProtocol : public TDEIO::SlaveBase { public: |