diff options
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" ) |
