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 | |
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')
-rw-r--r-- | kontact_plugin/basket_plugin.cpp | 2 | ||||
-rw-r--r-- | kontact_plugin/basket_plugin.h | 2 |
2 files changed, 2 insertions, 2 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> diff --git a/kontact_plugin/basket_plugin.h b/kontact_plugin/basket_plugin.h index a8cbf72..4980318 100644 --- a/kontact_plugin/basket_plugin.h +++ b/kontact_plugin/basket_plugin.h @@ -22,7 +22,7 @@ #define BASKET_PLUGIN_H #include <klocale.h> -#include <kparts/part.h> +#include <tdeparts/part.h> #include <kontact/plugin.h> #include "uniqueapphandler.h" #include "basketdcopiface_stub.h" |