summaryrefslogtreecommitdiffstats
path: root/kig/kig/aboutdata.h
diff options
context:
space:
mode:
Diffstat (limited to 'kig/kig/aboutdata.h')
-rw-r--r--kig/kig/aboutdata.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kig/kig/aboutdata.h b/kig/kig/aboutdata.h
index 9a70ad4c..950e5797 100644
--- a/kig/kig/aboutdata.h
+++ b/kig/kig/aboutdata.h
@@ -20,13 +20,13 @@
#include "config.h"
-inline KAboutData* kigAboutData( const char* name, const char* iname )
+inline TDEAboutData* kigAboutData( const char* name, const char* iname )
{
const char* version = "v" KIGVERSION;
const char* description = I18N_NOOP( "TDE Interactive Geometry" );
- KAboutData* tmp = new KAboutData( name, iname, version,
- description, KAboutData::License_GPL,
+ TDEAboutData* tmp = new TDEAboutData( name, iname, version,
+ description, TDEAboutData::License_GPL,
I18N_NOOP( "(C) 2002-2005, The Kig developers" ),
0, "http://edu.kde.org/kig" );
tmp->addAuthor("Dominique Devriese",