summaryrefslogtreecommitdiffstats
path: root/blinken/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'blinken/src/main.cpp')
-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");