diff options
Diffstat (limited to 'noatun/app/main.cpp')
-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; |