diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:08:39 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:08:39 -0600 |
commit | 6f52f5ad985cd348d7c1ac3ec4558b2d4ca737a8 (patch) | |
tree | d6e37a941856b71498c1e8ee87b59edb0724fc32 /src | |
parent | 9cc9520b6cd2219450f386a0b5a17a06f43f2370 (diff) | |
download | kcmldapmanager-6f52f5ad985cd348d7c1ac3ec4558b2d4ca737a8.tar.gz kcmldapmanager-6f52f5ad985cd348d7c1ac3ec4558b2d4ca737a8.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r-- | src/ldapmgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ldapmgr.cpp b/src/ldapmgr.cpp index a0fd164..f84351b 100644 --- a/src/ldapmgr.cpp +++ b/src/ldapmgr.cpp @@ -23,7 +23,7 @@ #include <klocale.h> #include <kglobal.h> -#include <kparts/genericfactory.h> +#include <tdeparts/genericfactory.h> #include <ksimpleconfig.h> #include <kglobalsettings.h> #include <kstandarddirs.h> |