summaryrefslogtreecommitdiffstats
path: root/knetwalk/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:17:59 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:17:59 -0600
commitc75428cb70ed336c2d3f40d71ad41444097a6626 (patch)
treedb66ae525d43cec6633b7e3d4d6035abc38baf9c /knetwalk/src
parent3f52288dea050e15d91fa5753229f436a7b5a247 (diff)
downloadtdegames-c75428cb70ed336c2d3f40d71ad41444097a6626.tar.gz
tdegames-c75428cb70ed336c2d3f40d71ad41444097a6626.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'knetwalk/src')
-rw-r--r--knetwalk/src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/knetwalk/src/main.cpp b/knetwalk/src/main.cpp
index b5c4b82f..ea55a816 100644
--- a/knetwalk/src/main.cpp
+++ b/knetwalk/src/main.cpp
@@ -39,8 +39,8 @@ static KCmdLineOptions options[] =
int main(int argc, char ** argv)
{
- KAboutData about("knetwalk", I18N_NOOP("knetwalk"), version, description,
- KAboutData::License_GPL, I18N_NOOP("(C) 2004, 2005 Andi Peredri, ported to KDE by Thomas Nagy"), 0,
+ TDEAboutData about("knetwalk", I18N_NOOP("knetwalk"), version, description,
+ TDEAboutData::License_GPL, I18N_NOOP("(C) 2004, 2005 Andi Peredri, ported to KDE by Thomas Nagy"), 0,
"tnagyemail-mail@yahoo.fr");
about.addAuthor( "Andi Peredri", 0, "andi@ukr.net" );
about.addAuthor( "Thomas Nagy", 0, "tnagy2^8@yahoo.fr" );