diff options
Diffstat (limited to 'src/ldapbonding.cpp')
-rw-r--r-- | src/ldapbonding.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ldapbonding.cpp b/src/ldapbonding.cpp index 14bed6d..e7ce4ab 100644 --- a/src/ldapbonding.cpp +++ b/src/ldapbonding.cpp @@ -20,12 +20,12 @@ #include <tqlayout.h> -#include <klocale.h> -#include <kglobal.h> +#include <tdelocale.h> +#include <tdeglobal.h> #include <kcombobox.h> #include <tdeparts/genericfactory.h> #include <ksimpleconfig.h> -#include <kglobalsettings.h> +#include <tdeglobalsettings.h> #include <kstandarddirs.h> #include <kurlrequester.h> #include <tdelistview.h> @@ -37,7 +37,7 @@ #include <knuminput.h> #include <kpassdlg.h> #include <klineedit.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <tdesu/process.h> |