diff options
Diffstat (limited to 'kbugbuster')
-rw-r--r-- | kbugbuster/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kbugbuster/main.cpp b/kbugbuster/main.cpp index e472dec7..ec30480c 100644 --- a/kbugbuster/main.cpp +++ b/kbugbuster/main.cpp @@ -44,8 +44,8 @@ static const KCmdLineOptions options[] = int main(int argc, char *argv[]) { - KAboutData aboutData( "kbugbuster", I18N_NOOP( "KBugBuster" ), - VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData( "kbugbuster", I18N_NOOP( "KBugBuster" ), + VERSION, description, TDEAboutData::License_GPL, I18N_NOOP("(c) 2001,2002,2003 the KBugBuster authors") ); aboutData.addAuthor( "Martijn Klingens", 0, "klingens@kde.org" ); aboutData.addAuthor( "Cornelius Schumacher", 0, "schumacher@kde.org" ); |