diff options
Diffstat (limited to 'kverbos')
-rw-r--r-- | kverbos/kverbos/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kverbos/kverbos/main.cpp b/kverbos/kverbos/main.cpp index 91dd6c71..dc05e985 100644 --- a/kverbos/kverbos/main.cpp +++ b/kverbos/kverbos/main.cpp @@ -35,8 +35,8 @@ static KCmdLineOptions options[] = int main(int argc, char *argv[]) { - KAboutData aboutData( "kverbos", I18N_NOOP("KVerbos"), - VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData( "kverbos", I18N_NOOP("KVerbos"), + VERSION, description, TDEAboutData::License_GPL, "(c) 2001, Arnold Kraschinski", 0, 0, "[email protected]"); aboutData.addAuthor("Arnold Kraschinski",0, "[email protected]"); aboutData.addCredit("David Vignoni", I18N_NOOP("svg icon"), "[email protected]"); |