summaryrefslogtreecommitdiffstats
path: root/part/kxmleditorfactory.cpp
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.cpp
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.cpp')
-rw-r--r--part/kxmleditorfactory.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/part/kxmleditorfactory.cpp b/part/kxmleditorfactory.cpp
index 7479d31..5f57ea8 100644
--- a/part/kxmleditorfactory.cpp
+++ b/part/kxmleditorfactory.cpp
@@ -32,7 +32,7 @@ extern "C"
}
}
-KInstance * KXMLEditorFactory::s_instance = 0L;
+TDEInstance * KXMLEditorFactory::s_instance = 0L;
KXEConfiguration * KXMLEditorFactory::s_pKXEConfig = 0L;
KXMLEditorFactory::KXMLEditorFactory( TQObject * pParent, const char * pszName )
@@ -86,11 +86,11 @@ KParts::Part * KXMLEditorFactory::createPartObject( TQWidget * pParentWidget, co
return pPart;
}
-KInstance * KXMLEditorFactory::instance()
+TDEInstance * KXMLEditorFactory::instance()
{
if ( ! s_instance )
{
- s_instance = new KInstance( new KXMLEditorAboutData() );
+ s_instance = new TDEInstance( new KXMLEditorAboutData() );
}
return s_instance;
}