summaryrefslogtreecommitdiffstats
path: root/blinken
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 /blinken
parentf2240fa06f8350fbbd6e6a4f23fe0c164768c6c1 (diff)
downloadtdeedu-78f8b2d68bde64c6e656effef397080ddfa1048d.tar.gz
tdeedu-78f8b2d68bde64c6e656effef397080ddfa1048d.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'blinken')
-rw-r--r--blinken/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/blinken/src/main.cpp b/blinken/src/main.cpp
index 42104631..ff84f46c 100644
--- a/blinken/src/main.cpp
+++ b/blinken/src/main.cpp
@@ -18,7 +18,7 @@
int main(int argc, char *argv[])
{
- KAboutData about("blinken", I18N_NOOP("blinKen"), "0.1.1", I18N_NOOP("A memory enhancement game"), KAboutData::License_GPL, "© 2005 Albert Astals Cid\n© 2005 Danny Allen");
+ TDEAboutData about("blinken", I18N_NOOP("blinKen"), "0.1.1", I18N_NOOP("A memory enhancement game"), TDEAboutData::License_GPL, "© 2005 Albert Astals Cid\n© 2005 Danny Allen");
about.addAuthor("Albert Astals Cid", I18N_NOOP("Coding"), "tsdgeos@terra.es");
about.addAuthor("Danny Allen", I18N_NOOP("Design, Graphics and Sounds"), "danny@dannyallen.co.uk");
about.addCredit("Steve Jordi", I18N_NOOP("GPL'ed his 'Steve' font so that we could use it"), "steve@sjordi.com");