diff options
Diffstat (limited to 'kdepasswd/kdepasswd.cpp')
-rw-r--r-- | kdepasswd/kdepasswd.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdepasswd/kdepasswd.cpp b/kdepasswd/kdepasswd.cpp index 1f108e2cf..6f1c38aa3 100644 --- a/kdepasswd/kdepasswd.cpp +++ b/kdepasswd/kdepasswd.cpp @@ -9,10 +9,10 @@ #include <config.h> #include <kuniqueapplication.h> -#include <klocale.h> +#include <tdelocale.h> #include <tdeaboutdata.h> #include <tdecmdlineargs.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <kuser.h> #include <kdebug.h> |