diff options
Diffstat (limited to 'kpdf/shell/main.cpp')
-rw-r--r-- | kpdf/shell/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpdf/shell/main.cpp b/kpdf/shell/main.cpp index 09ba5613..b159e79e 100644 --- a/kpdf/shell/main.cpp +++ b/kpdf/shell/main.cpp @@ -16,7 +16,7 @@ #include <tdeapplication.h> #include <tdeaboutdata.h> #include <tdecmdlineargs.h> -#include <klocale.h> +#include <tdelocale.h> static const char description[] = I18N_NOOP("kpdf, a kde pdf viewer based on xpdf"); |