diff options
Diffstat (limited to 'src/main_assistant.cpp')
-rw-r--r-- | src/main_assistant.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main_assistant.cpp b/src/main_assistant.cpp index 8f8214b2..1f3ecf9b 100644 --- a/src/main_assistant.cpp +++ b/src/main_assistant.cpp @@ -30,8 +30,8 @@ static KCmdLineOptions options[] = int main(int argc, char *argv[]) { static const char description[] = I18N_NOOP("The TDevelop Integrated Development Environment:\nassistant and documentation viewer"); - KAboutData aboutData("kdevassistant", I18N_NOOP("TDevelop Assistant"), - VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData("kdevassistant", I18N_NOOP("TDevelop Assistant"), + VERSION, description, TDEAboutData::License_GPL, I18N_NOOP("(c) 1999-2007, The KDevelop developers"), "", "http://www.kdevelop.org"); aboutData.addAuthor("Alexander Dymo", I18N_NOOP("Release coordinator, Overall improvements, Pascal support, C++ support, New File and Documentation parts"), "adymo@tdevelop.org"); aboutData.addAuthor("Amilcar do Carmo Lucas", I18N_NOOP("Release coordinator, API documentation, Doxygen and autoproject patches"), "amilcar@ida.ing.tu-bs.de"); |