diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2016-03-26 12:41:49 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-03-26 14:15:13 +0100 |
commit | ea0a6815c10291d1ae30029f5183e3eaaf838fda (patch) | |
tree | e522c735ad703edee863c5d490f519f9cf713120 /part/kxmleditorfactory.cpp | |
parent | 38dca4b75c471ddf950e2f9f03801c550d7d26fd (diff) | |
download | kxmleditor-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.cpp | 6 |
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; } |