@ -40,8 +40,8 @@ extern "C"
}
}
}
}
K Instance * KSVGPluginFactory : : s_instance = 0 ;
TDE Instance * KSVGPluginFactory : : s_instance = 0 ;
K AboutData * KSVGPluginFactory : : s_about = 0 ;
TDE AboutData * KSVGPluginFactory : : s_about = 0 ;
KSVGPluginFactory : : KSVGPluginFactory ( TQObject * parent , const char * name ) : KParts : : Factory ( parent , name )
KSVGPluginFactory : : KSVGPluginFactory ( TQObject * parent , const char * name ) : KParts : : Factory ( parent , name )
{
{
@ -75,16 +75,16 @@ KParts::Part *KSVGPluginFactory::createPartObject(TQWidget *parentWidget, const
return new KSVGPlugin ( parentWidget , wname , parent , name , width , height ) ;
return new KSVGPlugin ( parentWidget , wname , parent , name , width , height ) ;
}
}
K Instance * KSVGPluginFactory : : instance ( )
TDE Instance * KSVGPluginFactory : : instance ( )
{
{
if ( ! s_instance )
if ( ! s_instance )
{
{
s_about = new K AboutData( " ksvg " , I18N_NOOP ( " KSVG " ) , " 0.1 " , " KSVG \n Freedom for veKtors " , K AboutData: : License_GPL_V2 , " (c) 2001-2003, The KSVG Team " , 0 , " http://svg.kde.org " ) ;
s_about = new TDE AboutData( " ksvg " , I18N_NOOP ( " KSVG " ) , " 0.1 " , " KSVG \n Freedom for veKtors " , TDE AboutData: : License_GPL_V2 , " (c) 2001-2003, The KSVG Team " , 0 , " http://svg.kde.org " ) ;
s_about - > addAuthor ( " Rob Buis " , 0 , " buis@kde.org " ) ;
s_about - > addAuthor ( " Rob Buis " , 0 , " buis@kde.org " ) ;
s_about - > addAuthor ( " Nikolas Zimmermann " , 0 , " wildfox@kde.org " ) ;
s_about - > addAuthor ( " Nikolas Zimmermann " , 0 , " wildfox@kde.org " ) ;
s_about - > addCredit ( " Adrian Page " , 0 ) ;
s_about - > addCredit ( " Adrian Page " , 0 ) ;
s_about - > addCredit ( " Andreas Streichardt " , 0 , " mop@spaceregents.de " ) ;
s_about - > addCredit ( " Andreas Streichardt " , 0 , " mop@spaceregents.de " ) ;
s_instance = new K Instance( s_about ) ;
s_instance = new TDE Instance( s_about ) ;
}
}
return s_instance ;
return s_instance ;