diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 00:52:40 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 00:52:40 -0600 |
commit | 806df34419fa3bbf944a9b8d307cb95dd09e78c7 (patch) | |
tree | 58a48cc11c700738d4c95a0e8975efbb768e61eb /src/ldapcontroller.cpp | |
parent | 3a3f9665cc5e89160ce7e418d7b1d2dbf23c1d7a (diff) | |
download | kcmldapcontroller-806df34419fa3bbf944a9b8d307cb95dd09e78c7.tar.gz kcmldapcontroller-806df34419fa3bbf944a9b8d307cb95dd09e78c7.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/ldapcontroller.cpp')
-rw-r--r-- | src/ldapcontroller.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ldapcontroller.cpp b/src/ldapcontroller.cpp index 0f49c68..ddde195 100644 --- a/src/ldapcontroller.cpp +++ b/src/ldapcontroller.cpp @@ -35,7 +35,7 @@ #include <klistview.h> #include <kopenwith.h> #include <kpropertiesdialog.h> -#include <kio/job.h> +#include <tdeio/job.h> #include <tqdir.h> #include <tqheader.h> #include <kcombobox.h> @@ -45,7 +45,7 @@ #include <kprocess.h> #include <tdesu/process.h> #include <libtdeldap.h> -#include <kfiledialog.h> +#include <tdefiledialog.h> #include <kpassdlg.h> #include "sha1.h" |