diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 00:52:38 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 00:52:38 -0600 |
commit | be13585f6ed9a63a3a45b48364cbfcfc91cbd65e (patch) | |
tree | 3dd6b0748ebd393744ca761fe8a8ac9ea503e24a /src/bondwizard.cpp | |
parent | 3fd129675e74c6517addc6679cf56f5e0fa6f5a2 (diff) | |
download | kcmldap-be13585f6ed9a63a3a45b48364cbfcfc91cbd65e.tar.gz kcmldap-be13585f6ed9a63a3a45b48364cbfcfc91cbd65e.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/bondwizard.cpp')
-rw-r--r-- | src/bondwizard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bondwizard.cpp b/src/bondwizard.cpp index e29e4f9..c869447 100644 --- a/src/bondwizard.cpp +++ b/src/bondwizard.cpp @@ -38,7 +38,7 @@ #include <klistview.h> #include <krun.h> #include <kmessagebox.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <knuminput.h> #include <klineedit.h> #include <ktextedit.h> |