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.h | |
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.h')
-rw-r--r-- | src/ldapcontroller.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ldapcontroller.h b/src/ldapcontroller.h index ba4d351..ff49296 100644 --- a/src/ldapcontroller.h +++ b/src/ldapcontroller.h @@ -25,12 +25,12 @@ #include <kaboutdata.h> #include <kpushbutton.h> #include <klistview.h> -#include <kfileitem.h> +#include <tdefileitem.h> #include <kglobalsettings.h> #include <tqpushbutton.h> #include <tqcombobox.h> #include <tqtimer.h> -#include <kio/jobclasses.h> +#include <tdeio/jobclasses.h> #include <libtdeldap.h> |