diff options
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; } |