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 /tar/tar.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 'tar/tar.h')
-rw-r--r-- | tar/tar.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ #ifndef _TAR_H #define _TAR_H -#include <kio/slavebase.h> +#include <tdeio/slavebase.h> #include <sys/types.h> class ArchiveProtocol : public TDEIO::SlaveBase { |