diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:46:27 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:46:27 -0600 |
commit | 90e169eaaf023cdf206d9b9fbc012956625a2004 (patch) | |
tree | 15bb81934400cdb821415193951b77ba70fea350 /src/tdeio_locate.cpp | |
parent | 933a52dc11e5e1c2044e6a4d344daf6a22578d69 (diff) | |
download | tdeio-locate-90e169eaaf023cdf206d9b9fbc012956625a2004.tar.gz tdeio-locate-90e169eaaf023cdf206d9b9fbc012956625a2004.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/tdeio_locate.cpp')
-rw-r--r-- | src/tdeio_locate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tdeio_locate.cpp b/src/tdeio_locate.cpp index 7440dae..3e53946 100644 --- a/src/tdeio_locate.cpp +++ b/src/tdeio_locate.cpp @@ -34,7 +34,7 @@ #include <kdebug.h> #include <kde_file.h> #include <kiconloader.h> -#include <klocale.h> +#include <tdelocale.h> #include <kurl.h> #include <kuser.h> #include <tqfile.h> |