summaryrefslogtreecommitdiffstats
path: root/part/kxmleditorfactory.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-03-26 12:41:49 +0100
committerSlávek Banko <slavek.banko@axis.cz>2016-03-26 14:15:13 +0100
commitea0a6815c10291d1ae30029f5183e3eaaf838fda (patch)
treee522c735ad703edee863c5d490f519f9cf713120 /part/kxmleditorfactory.h
parent38dca4b75c471ddf950e2f9f03801c550d7d26fd (diff)
downloadkxmleditor-ea0a6815c10291d1ae30029f5183e3eaaf838fda.tar.gz
kxmleditor-ea0a6815c10291d1ae30029f5183e3eaaf838fda.zip
Initial TDE conversion
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'part/kxmleditorfactory.h')
-rw-r--r--part/kxmleditorfactory.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/part/kxmleditorfactory.h b/part/kxmleditorfactory.h
index fa33d61..9a19bf2 100644
--- a/part/kxmleditorfactory.h
+++ b/part/kxmleditorfactory.h
@@ -22,9 +22,9 @@
#ifndef KXMLEDITORFACTORY_H
#define KXMLEDITORFACTORY_H
-#include <kparts/factory.h>
+#include <tdeparts/factory.h>
-class KInstance;
+class TDEInstance;
class KXEConfiguration;
/**
@brief Factory for creating our parts.
@@ -42,11 +42,11 @@ class KXMLEditorFactory : public KParts::Factory
/** @short Creates part object, depending on given part class */
virtual KParts::Part * createPartObject( TQWidget * pParentWidget = 0, const char * pszWidgetName = 0, TQObject * pParent = 0, const char * pszName = 0, const char * pszClassName = "KParts::Part", const TQStringList & args = TQStringList() );
- static KInstance * instance();
+ static TDEInstance * instance();
static KXEConfiguration * configuration();
private:
- static KInstance * s_instance;
+ static TDEInstance * s_instance;
/** @brief Our configuration - the same for all parts. */
static KXEConfiguration * s_pKXEConfig;