summaryrefslogtreecommitdiffstats
path: root/konsole/konsole/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konsole/konsole/main.cpp')
-rw-r--r--konsole/konsole/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/konsole/konsole/main.cpp b/konsole/konsole/main.cpp
index f8859da75..840ac6ac1 100644
--- a/konsole/konsole/main.cpp
+++ b/konsole/konsole/main.cpp
@@ -162,8 +162,8 @@ extern "C" int KDE_EXPORT kdemain(int argc, char* argv[])
bool scrollbaron = true;
bool showtip = true;
- KAboutData aboutData( "konsole", I18N_NOOP("Konsole"),
- KONSOLE_VERSION, description, KAboutData::License_GPL_V2,
+ TDEAboutData aboutData( "konsole", I18N_NOOP("Konsole"),
+ KONSOLE_VERSION, description, TDEAboutData::License_GPL_V2,
"Copyright (c) 1997-2006, Lars Doelle");
aboutData.addAuthor("Robert Knight",I18N_NOOP("Maintainer"), "robertknight@gmail.com");
aboutData.addAuthor("Lars Doelle",I18N_NOOP("Author"), "lars.doelle@on-line.de");