diff options
Diffstat (limited to 'dcoppython/test/dcopserver/main.cpp')
-rw-r--r-- | dcoppython/test/dcopserver/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dcoppython/test/dcopserver/main.cpp b/dcoppython/test/dcopserver/main.cpp index 1a99f280..458986eb 100644 --- a/dcoppython/test/dcopserver/main.cpp +++ b/dcoppython/test/dcopserver/main.cpp @@ -6,7 +6,7 @@ #include <tdeapplication.h> #include <tdeaboutdata.h> #include <tdecmdlineargs.h> -#include <klocale.h> +#include <tdelocale.h> static const char *description = I18N_NOOP("A TDE KPart Application"); |