summaryrefslogtreecommitdiffstats
path: root/kgeography/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:17:27 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:17:27 -0600
commit78f8b2d68bde64c6e656effef397080ddfa1048d (patch)
tree83166b4ada30661b704e9ba65346af0f6608f94d /kgeography/src
parentf2240fa06f8350fbbd6e6a4f23fe0c164768c6c1 (diff)
downloadtdeedu-78f8b2d68bde64c6e656effef397080ddfa1048d.tar.gz
tdeedu-78f8b2d68bde64c6e656effef397080ddfa1048d.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'kgeography/src')
-rw-r--r--kgeography/src/main.cpp2
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");