diff options
Diffstat (limited to 'kcontrol/smartcard')
-rw-r--r-- | kcontrol/smartcard/smartcard.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kcontrol/smartcard/smartcard.cpp b/kcontrol/smartcard/smartcard.cpp index 8c57cb73e..f0891db16 100644 --- a/kcontrol/smartcard/smartcard.cpp +++ b/kcontrol/smartcard/smartcard.cpp @@ -35,10 +35,10 @@ #include <tdeconfig.h> #include <kdebug.h> #include <kdialog.h> -#include <kglobal.h> +#include <tdeglobal.h> #include <tdelistview.h> -#include <klocale.h> -#include <kmessagebox.h> +#include <tdelocale.h> +#include <tdemessagebox.h> #include <tdepopupmenu.h> #include "smartcard.h" |