diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:51:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:51:43 -0600 |
commit | 389eafdbc58b29246500ba26fea7a361e709b2bb (patch) | |
tree | c95384356b798fe2b140a6cd82b22923d20dee06 /src/main.cpp | |
parent | 0fde6f4f75a47dd290b9168c1984eec10afd1c84 (diff) | |
download | soundkonverter-389eafdbc58b29246500ba26fea7a361e709b2bb.tar.gz soundkonverter-389eafdbc58b29246500ba26fea7a361e709b2bb.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/main.cpp')
-rwxr-xr-x | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 8beedaa..a06d59d 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -6,7 +6,7 @@ #include <tdeaboutdata.h> #include <tdecmdlineargs.h> -#include <klocale.h> +#include <tdelocale.h> static const char description[] = I18N_NOOP("soundKonverter is a frontend to various audio converters, Replay Gain tools and CD rippers.\n\nPlease file bug reports at https://bugs.launchpad.net/ubuntu/+source/soundkonverter\nor simply send me a mail to [email protected]"); |