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/aboutdata.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/aboutdata.cpp')
-rw-r--r-- | src/aboutdata.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/aboutdata.cpp b/src/aboutdata.cpp index fa70b6f..b5e8cfd 100644 --- a/src/aboutdata.cpp +++ b/src/aboutdata.cpp @@ -31,8 +31,8 @@ static const char description[] = I18N_NOOP( // Or how to make order of disorganized toughts. AboutData::AboutData() - : KAboutData( "basket", I18N_NOOP("BasKet Note Pads"), - VERSION, description, KAboutData::License_GPL_V2, + : TDEAboutData( "basket", I18N_NOOP("BasKet Note Pads"), + VERSION, description, TDEAboutData::License_GPL_V2, "(c) 2003-2007, S\303\251bastien Lao\303\273t", 0, "http://basket.kde.org/", "basket-devel@lists.sourceforge.net" ) |