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/likeback.cpp | |
parent | 7fab4be56b6ad900ba26f3f1df23f569008ef876 (diff) | |
download | basket-8a2b1b754727b006e9fdf9601c5961dcf841bbc7.tar.gz basket-8a2b1b754727b006e9fdf9601c5961dcf841bbc7.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'src/likeback.cpp')
-rw-r--r-- | src/likeback.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/likeback.cpp b/src/likeback.cpp index caeea1a..33161fc 100644 --- a/src/likeback.cpp +++ b/src/likeback.cpp @@ -208,7 +208,7 @@ LikeBackPrivate::~LikeBackPrivate() /********** class LikeBack: **********/ /*************************************/ -LikeBack::LikeBack(Button buttons, bool showBarByDefault, KConfig *config, const KAboutData *aboutData) +LikeBack::LikeBack(Button buttons, bool showBarByDefault, KConfig *config, const TDEAboutData *aboutData) : TQObject() { // Initialize properties (1/2): @@ -364,7 +364,7 @@ LikeBack::Button LikeBack::buttons() return d->buttons; } -const KAboutData* LikeBack::aboutData() +const TDEAboutData* LikeBack::aboutData() { return d->aboutData; } @@ -566,7 +566,7 @@ void LikeBack::askEmailAddress() setEmailAddress(email); } -// FIXME: Should be moved to KAboutData? Cigogne will also need it. +// FIXME: Should be moved to TDEAboutData? Cigogne will also need it. bool LikeBack::isDevelopmentVersion(const TQString &version) { return version.find("alpha", /*index=*/0, /*caseSensitive=*/false) != -1 || |