diff options
Diffstat (limited to 'certmanager/lib/cryptplugfactory.cpp')
-rw-r--r-- | certmanager/lib/cryptplugfactory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/certmanager/lib/cryptplugfactory.cpp b/certmanager/lib/cryptplugfactory.cpp index 6165cadda..12adac0f0 100644 --- a/certmanager/lib/cryptplugfactory.cpp +++ b/certmanager/lib/cryptplugfactory.cpp @@ -38,9 +38,9 @@ #include "cryptplugwrapperlist.h" #include <tdeconfig.h> -#include <klocale.h> +#include <tdelocale.h> #include <kdebug.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <tdeapplication.h> #include <assert.h> |