diff options
Diffstat (limited to 'kommander/editor')
-rw-r--r-- | kommander/editor/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kommander/editor/main.cpp b/kommander/editor/main.cpp index 672abd25..7f790f0b 100644 --- a/kommander/editor/main.cpp +++ b/kommander/editor/main.cpp @@ -40,8 +40,8 @@ static KCmdLineOptions options[] = int main( int argc, char *argv[] ) { - KAboutData aboutData( "kommander", I18N_NOOP("Kommander"), - KOMMANDER_VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData( "kommander", I18N_NOOP("Kommander"), + KOMMANDER_VERSION, description, TDEAboutData::License_GPL, "(C) 2002-2005 Kommander authors", text); aboutData.addAuthor("Eric Laffoon", I18N_NOOP("Project manager"), "eric@tdewebdev.org"); aboutData.addAuthor("Andras Mantia", I18N_NOOP("Current maintainer"), "amantia@tdewebdev.org"); |