diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 23:10:52 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 23:10:52 -0600 |
commit | a5d36de72a70fe5f06faaeccfeb4539f35f51d8b (patch) | |
tree | f197db7230f12b66ee6934729d5ab3670279e13b /src/bondwizard.cpp | |
parent | d11b2f6a6cb58a91d0ee154d0db54afff6d494c9 (diff) | |
download | kcmldap-a5d36de72a70fe5f06faaeccfeb4539f35f51d8b.tar.gz kcmldap-a5d36de72a70fe5f06faaeccfeb4539f35f51d8b.zip |
Rename many classes and header files 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 c869447..3cf97b1 100644 --- a/src/bondwizard.cpp +++ b/src/bondwizard.cpp @@ -35,7 +35,7 @@ #include <kstandarddirs.h> #include <klocale.h> #include <kapplication.h> -#include <klistview.h> +#include <tdelistview.h> #include <krun.h> #include <kmessagebox.h> #include <tdeconfig.h> |