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 | |
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')
-rw-r--r-- | src/tdeio_locate.cpp | 2 | ||||
-rw-r--r-- | src/tdeio_locate.kcfg | 2 |
2 files changed, 2 insertions, 2 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> diff --git a/src/tdeio_locate.kcfg b/src/tdeio_locate.kcfg index f0525e7..6b86e9a 100644 --- a/src/tdeio_locate.kcfg +++ b/src/tdeio_locate.kcfg @@ -5,7 +5,7 @@ http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > <kcfgfile name="tdeio_locaterc"/> - <include>klocale.h</include> + <include>tdelocale.h</include> <group name="General"> <entry name="caseSensitivity" type="Int"> <label>Case sensitivity</label> |