diff options
Diffstat (limited to 'src/ldapmgr.cpp')
-rw-r--r-- | src/ldapmgr.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ldapmgr.cpp b/src/ldapmgr.cpp index 716c88b..5da7169 100644 --- a/src/ldapmgr.cpp +++ b/src/ldapmgr.cpp @@ -21,11 +21,11 @@ #include <tqlayout.h> #include <tqapplication.h> -#include <klocale.h> -#include <kglobal.h> +#include <tdelocale.h> +#include <tdeglobal.h> #include <tdeparts/genericfactory.h> #include <ksimpleconfig.h> -#include <kglobalsettings.h> +#include <tdeglobalsettings.h> #include <kstandarddirs.h> #include <kurlrequester.h> #include <tdelistview.h> @@ -36,7 +36,7 @@ #include <tqheader.h> #include <ksimpleconfig.h> #include <kcombobox.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <klineedit.h> #include <kiconloader.h> |