diff options
Diffstat (limited to 'kgeography/src')
-rw-r--r-- | kgeography/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kgeography/src/main.cpp b/kgeography/src/main.cpp index 5a6d867b..48b21c3b 100644 --- a/kgeography/src/main.cpp +++ b/kgeography/src/main.cpp @@ -16,7 +16,7 @@ int main(int argc, char *argv[]) { - KAboutData about("kgeography", I18N_NOOP("KGeography"), "0.4.4", I18N_NOOP("A geography learning program"), KAboutData::License_GPL, "© 2004-2005 Albert Astals Cid", 0, "http://kgeography.berlios.de"); + TDEAboutData about("kgeography", I18N_NOOP("KGeography"), "0.4.4", I18N_NOOP("A geography learning program"), TDEAboutData::License_GPL, "© 2004-2005 Albert Astals Cid", 0, "http://kgeography.berlios.de"); about.addAuthor("Albert Astals Cid", I18N_NOOP("Programmer and designer"), "tsdgeos@terra.es"); about.addCredit("Danny Allen", I18N_NOOP("Small refinements"), "danny@dannyallen.co.uk"); about.addCredit("Giuseppe Caruso", I18N_NOOP("Italy flags and Italy by provinces map"), "caruso@pietrobo.com"); |