summaryrefslogtreecommitdiffstats
path: root/src/aboutdata.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:50:36 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:50:36 -0600
commit8a2b1b754727b006e9fdf9601c5961dcf841bbc7 (patch)
treefe526b9fd38cd2ba731772f2aeb83251e43518e3 /src/aboutdata.cpp
parent7fab4be56b6ad900ba26f3f1df23f569008ef876 (diff)
downloadbasket-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.cpp4
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" )