diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:05:57 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:05:57 -0600 |
commit | 0ea54195f4400f13a5cc109feee4b3779fbd2f0f (patch) | |
tree | 14f5fe9a43c0a4bc41119c9d518713a3f91bd4c1 /ark/compressedfile.cpp | |
parent | 0ec14ccb8401eff2be20f861953a77431410955c (diff) | |
download | tdeutils-0ea54195f4400f13a5cc109feee4b3779fbd2f0f.tar.gz tdeutils-0ea54195f4400f13a5cc109feee4b3779fbd2f0f.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'ark/compressedfile.cpp')
-rw-r--r-- | ark/compressedfile.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ark/compressedfile.cpp b/ark/compressedfile.cpp index 2688f6c..7e08c0e 100644 --- a/ark/compressedfile.cpp +++ b/ark/compressedfile.cpp @@ -40,9 +40,9 @@ #include <ktempdir.h> #include <kprocess.h> #include <kmimetype.h> -#include <kio/netaccess.h> -#include <kio/global.h> -#include <kfileitem.h> +#include <tdeio/netaccess.h> +#include <tdeio/global.h> +#include <tdefileitem.h> #include <kapplication.h> #include <kglobal.h> |