diff options
Diffstat (limited to 'example/example_factory.cc')
-rw-r--r-- | example/example_factory.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/example_factory.cc b/example/example_factory.cc index 307b7e939..9564e5fae 100644 --- a/example/example_factory.cc +++ b/example/example_factory.cc @@ -22,7 +22,7 @@ #include <example_aboutdata.h> #include <kinstance.h> #include <kiconloader.h> -#include <klocale.h> +#include <tdelocale.h> #include <kdebug.h> K_EXPORT_COMPONENT_FACTORY( libexamplepart, ExampleFactory ) |