diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:08:38 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:08:38 -0600 |
commit | bf50ae9e4bf255fbf4f55d65f1676be902510e25 (patch) | |
tree | ad7082dde973bb062e6abcb3249bd61495c2ea3e /src | |
parent | cf5724ec85944e55fa55f61c8d3a09012ff24fd9 (diff) | |
download | kcmldapcontroller-bf50ae9e4bf255fbf4f55d65f1676be902510e25.tar.gz kcmldapcontroller-bf50ae9e4bf255fbf4f55d65f1676be902510e25.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r-- | src/ldapcontroller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ldapcontroller.cpp b/src/ldapcontroller.cpp index b6c7a03..0f49c68 100644 --- a/src/ldapcontroller.cpp +++ b/src/ldapcontroller.cpp @@ -27,7 +27,7 @@ #include <klocale.h> #include <kglobal.h> -#include <kparts/genericfactory.h> +#include <tdeparts/genericfactory.h> #include <ksimpleconfig.h> #include <kglobalsettings.h> #include <kstandarddirs.h> |