From 78f8b2d68bde64c6e656effef397080ddfa1048d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:17:27 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- blinken/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blinken/src/main.cpp') 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"); -- cgit v1.2.1