summaryrefslogtreecommitdiffstats
path: root/part/kxmleditorabout.h
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2016-03-26 12:41:49 +0100
committerSlávek Banko <[email protected]>2016-03-26 14:15:13 +0100
commitea0a6815c10291d1ae30029f5183e3eaaf838fda (patch)
treee522c735ad703edee863c5d490f519f9cf713120 /part/kxmleditorabout.h
parent38dca4b75c471ddf950e2f9f03801c550d7d26fd (diff)
downloadkxmleditor-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.h10
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",