diff options
author | Slávek Banko <[email protected]> | 2016-03-26 12:41:49 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-03-26 14:15:13 +0100 |
commit | ea0a6815c10291d1ae30029f5183e3eaaf838fda (patch) | |
tree | e522c735ad703edee863c5d490f519f9cf713120 /part/kxmleditorabout.h | |
parent | 38dca4b75c471ddf950e2f9f03801c550d7d26fd (diff) | |
download | kxmleditor-ea0a6815c10291d1ae30029f5183e3eaaf838fda.tar.gz kxmleditor-ea0a6815c10291d1ae30029f5183e3eaaf838fda.zip |
Initial TDE conversion
Signed-off-by: Slávek Banko <[email protected]>
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", |