diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:49:58 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:49:58 -0600 |
commit | ce48246cc195efc2819745839e6472f488b24c48 (patch) | |
tree | 2ad1b85a862bde02770664709f475d13dfd86a23 /tar | |
parent | 7d9ce9ebe178f9a328f0f34f5c2997e16bc701e6 (diff) | |
download | krusader-ce48246cc195efc2819745839e6472f488b24c48.tar.gz krusader-ce48246cc195efc2819745839e6472f488b24c48.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'tar')
-rw-r--r-- | tar/tar.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ #include <kzip.h> #include <kar.h> #include <kmimemagic.h> -#include <klocale.h> +#include <tdelocale.h> #include <tdeversion.h> #include <errno.h> // to be removed |