diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:07:19 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:07:19 -0600 |
commit | d31a28ff1aa6d56b5e03153649ca8981ee530710 (patch) | |
tree | 09b2b983a523e0288f88fbe1f85aa898b61c882c /kontact_plugin/basket_plugin.cpp | |
parent | 3a8431fc92f4824b798e05a67bd73249b6c8d0c8 (diff) | |
download | basket-d31a28ff1aa6d56b5e03153649ca8981ee530710.tar.gz basket-d31a28ff1aa6d56b5e03153649ca8981ee530710.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kontact_plugin/basket_plugin.cpp')
-rw-r--r-- | kontact_plugin/basket_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kontact_plugin/basket_plugin.cpp b/kontact_plugin/basket_plugin.cpp index 691bc5f..b53567a 100644 --- a/kontact_plugin/basket_plugin.cpp +++ b/kontact_plugin/basket_plugin.cpp @@ -19,7 +19,7 @@ ***************************************************************************/ #include <kgenericfactory.h> -#include <kparts/componentfactory.h> +#include <tdeparts/componentfactory.h> #include <kontact/core.h> #include <klocale.h> #include <kcmdlineargs.h> |