diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:52:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:52:08 -0600 |
commit | 784a2227ffdcb03a1e37b1390a8b6e0985ddda9c (patch) | |
tree | 2497bf931758f4bbbf3ec4c538c947b1df27692b /src/tellico_strings.cpp | |
parent | 2b2b805df5f62a0bc900253dd3e774f2e2ad31e3 (diff) | |
download | tellico-784a2227ffdcb03a1e37b1390a8b6e0985ddda9c.tar.gz tellico-784a2227ffdcb03a1e37b1390a8b6e0985ddda9c.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/tellico_strings.cpp')
-rw-r--r-- | src/tellico_strings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tellico_strings.cpp b/src/tellico_strings.cpp index e80cbd7..15f269b 100644 --- a/src/tellico_strings.cpp +++ b/src/tellico_strings.cpp @@ -13,7 +13,7 @@ #include "tellico_strings.h" -#include <klocale.h> +#include <tdelocale.h> const char* Tellico::errorLoad = I18N_NOOP("Tellico is unable to load the file - %1."); const char* Tellico::errorWrite = I18N_NOOP("Tellico is unable to write the file - %1."); |