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 /src/basket_part.h | |
parent | 7fab4be56b6ad900ba26f3f1df23f569008ef876 (diff) | |
download | basket-8a2b1b754727b006e9fdf9601c5961dcf841bbc7.tar.gz basket-8a2b1b754727b006e9fdf9601c5961dcf841bbc7.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'src/basket_part.h')
-rw-r--r-- | src/basket_part.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basket_part.h b/src/basket_part.h index 068e659..719c604 100644 --- a/src/basket_part.h +++ b/src/basket_part.h @@ -66,7 +66,7 @@ public: */ virtual void setModified(bool modified); - static KAboutData *createAboutData(); + static TDEAboutData *createAboutData(); signals: void showPart(); |