diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:50:36 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:50:36 -0600 |
commit | 8a2b1b754727b006e9fdf9601c5961dcf841bbc7 (patch) | |
tree | fe526b9fd38cd2ba731772f2aeb83251e43518e3 /kontact_plugin | |
parent | 7fab4be56b6ad900ba26f3f1df23f569008ef876 (diff) | |
download | basket-8a2b1b754727b006e9fdf9601c5961dcf841bbc7.tar.gz basket-8a2b1b754727b006e9fdf9601c5961dcf841bbc7.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'kontact_plugin')
-rw-r--r-- | kontact_plugin/basket_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kontact_plugin/basket_plugin.h b/kontact_plugin/basket_plugin.h index 29f7a7b..a8cbf72 100644 --- a/kontact_plugin/basket_plugin.h +++ b/kontact_plugin/basket_plugin.h @@ -27,7 +27,7 @@ #include "uniqueapphandler.h" #include "basketdcopiface_stub.h" -class KAboutData; +class TDEAboutData; class BasketUniqueAppHandler : public Kontact::UniqueAppHandler { |