summaryrefslogtreecommitdiffstats
path: root/kmahjongg/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmahjongg/main.cpp')
-rw-r--r--kmahjongg/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmahjongg/main.cpp b/kmahjongg/main.cpp
index bc8cb58f..ca432466 100644
--- a/kmahjongg/main.cpp
+++ b/kmahjongg/main.cpp
@@ -10,8 +10,8 @@ static const char description[] = I18N_NOOP("Mahjongg for TDE");
int main( int argc, char** argv )
{
- KAboutData aboutData( "kmahjongg", I18N_NOOP("KMahjongg"),
- KMAHJONGG_VERSION, description, KAboutData::License_GPL,
+ TDEAboutData aboutData( "kmahjongg", I18N_NOOP("KMahjongg"),
+ KMAHJONGG_VERSION, description, TDEAboutData::License_GPL,
"(c) 1997, Mathias Mueller");
aboutData.addAuthor("Mathias Mueller", I18N_NOOP("Original Author"), "in5y158@public.uni-hamburg.de");
aboutData.addAuthor("Albert Astals Cid", I18N_NOOP("Current maintainer"), "astals11@terra.es");