diff options
Diffstat (limited to 'src/Mainpage.dox')
-rw-r--r-- | src/Mainpage.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Mainpage.dox b/src/Mainpage.dox index 78ee051b..12599626 100644 --- a/src/Mainpage.dox +++ b/src/Mainpage.dox @@ -42,8 +42,8 @@ Example: int main(int argc, char *argv[]) { static const char description[] = I18N_NOOP("My Application"); - KAboutData aboutData("myapp", I18N_NOOP("My Application"), - VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData("myapp", I18N_NOOP("My Application"), + VERSION, description, TDEAboutData::License_GPL, I18N_NOOP("(c) 1999-2004, MyApp developers"), "", "http://www.myapp.org"); aboutData.addAuthor("Me", I18N_NOOP("Creator"), "me@myapp.org"); |