diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:52:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:52:40 -0600 |
commit | 806df34419fa3bbf944a9b8d307cb95dd09e78c7 (patch) | |
tree | 58a48cc11c700738d4c95a0e8975efbb768e61eb /src/processingdialog.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/processingdialog.cpp')
-rw-r--r-- | src/processingdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/processingdialog.cpp b/src/processingdialog.cpp index b241190..c99489c 100644 --- a/src/processingdialog.cpp +++ b/src/processingdialog.cpp @@ -18,7 +18,7 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -#include <kconfig.h> +#include <tdeconfig.h> #include <kapplication.h> #include <kdialog.h> #include <klocale.h> |