From ea0a6815c10291d1ae30029f5183e3eaaf838fda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 26 Mar 2016 12:41:49 +0100 Subject: Initial TDE conversion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- part/kxmleditorfactory.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'part/kxmleditorfactory.h') 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 +#include -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; -- cgit v1.2.1