diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:45:42 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:45:42 -0600 |
commit | c92252ae3e3414b845276e32f8bee63b2903550e (patch) | |
tree | 285630c7880e74e7c6b869ebdd7ffbacf416f318 /src/ldapmgr.cpp | |
parent | 2838587c8a20d2cbd7028d113d6c063c527e02fd (diff) | |
download | kcmldapmanager-c92252ae3e3414b845276e32f8bee63b2903550e.tar.gz kcmldapmanager-c92252ae3e3414b845276e32f8bee63b2903550e.zip |
Rename additional header files to avoid conflicts with KDE4
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> |