diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:58:20 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:58:20 -0600 |
commit | 6915c95d7c4a42d19ebbec3c87c1e308b20ec272 (patch) | |
tree | 027fb6e879e17c2d65cbea9eab5c9da028618972 /noatun/app | |
parent | 9d63b7d4600a5822f26793062dd2eca819bcfb1d (diff) | |
download | tdemultimedia-6915c95d7c4a42d19ebbec3c87c1e308b20ec272.tar.gz tdemultimedia-6915c95d7c4a42d19ebbec3c87c1e308b20ec272.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'noatun/app')
-rw-r--r-- | noatun/app/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/app/main.cpp b/noatun/app/main.cpp index 20c18c18..d39b2735 100644 --- a/noatun/app/main.cpp +++ b/noatun/app/main.cpp @@ -3,7 +3,7 @@ //#include <dcopclient.h> #include <tdeaboutdata.h> #include <tdecmdlineargs.h> -#include <klocale.h> +#include <tdelocale.h> static const char description[] = I18N_NOOP("The Fusion of Frequencies"); static const char version[] = NOATUN_VERSION; |