summaryrefslogtreecommitdiffstats
path: root/kgoldrunner/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kgoldrunner/src/main.cpp')
-rw-r--r--kgoldrunner/src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kgoldrunner/src/main.cpp b/kgoldrunner/src/main.cpp
index 5c6c0b9d..394ae415 100644
--- a/kgoldrunner/src/main.cpp
+++ b/kgoldrunner/src/main.cpp
@@ -18,9 +18,9 @@ static const char version[] = "2.0";
int main (int argc, char **argv)
{
- KAboutData about("kgoldrunner", I18N_NOOP("KGoldrunner" ),
+ TDEAboutData about("kgoldrunner", I18N_NOOP("KGoldrunner" ),
version, description,
- KAboutData::License_GPL,
+ TDEAboutData::License_GPL,
"(C) 2003 Ian Wadham and Marco Krüger");
about.addAuthor( "Ian Wadham", I18N_NOOP("Current author"),
"ianw2@optusnet.com.au" );