diff options
Diffstat (limited to 'part/kxmleditorabout.h')
-rw-r--r-- | part/kxmleditorabout.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/part/kxmleditorabout.h b/part/kxmleditorabout.h index 67478f0..05b54dd 100644 --- a/part/kxmleditorabout.h +++ b/part/kxmleditorabout.h @@ -18,8 +18,8 @@ #ifndef KXMLEDITORABOUT_H #define KXMLEDITORABOUT_H -#include <kaboutdata.h> -#include <klocale.h> +#include <tdeaboutdata.h> +#include <tdelocale.h> #ifdef HAVE_CONFIG_H #include <config.h> @@ -27,15 +27,15 @@ static const char *description = I18N_NOOP("KXML Editor is an utility to display and edit XML files"); -class KXMLEditorAboutData : public KAboutData +class KXMLEditorAboutData : public TDEAboutData { public: KXMLEditorAboutData() - : KAboutData( "kxmleditor", + : TDEAboutData( "kxmleditor", I18N_NOOP("KXML Editor"), VERSION, description, - KAboutData::License_GPL, + TDEAboutData::License_GPL, "(c) 2001-2004, The KXML Editor Developers", 0, "http://kxmleditor.sourceforge.net", |