|
|
|
@ -91,16 +91,16 @@ TQWidget* KMFRuleOptionEditCustom::editWidget() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// It's usually safe to leave the factory code alone.. with the
|
|
|
|
|
// notable exception of the KAboutData data
|
|
|
|
|
// notable exception of the TDEAboutData data
|
|
|
|
|
#include <kaboutdata.h>
|
|
|
|
|
#include <klocale.h>
|
|
|
|
|
|
|
|
|
|
// // KInstance* KMFRuleOptionEditCustomFactory::s_instance = 0L;
|
|
|
|
|
// // KAboutData* KMFRuleOptionEditCustomFactory::s_about = 0L;
|
|
|
|
|
// // TDEInstance* KMFRuleOptionEditCustomFactory::s_instance = 0L;
|
|
|
|
|
// // TDEAboutData* KMFRuleOptionEditCustomFactory::s_about = 0L;
|
|
|
|
|
|
|
|
|
|
KMFRuleOptionEditCustomFactory::KMFRuleOptionEditCustomFactory( TQObject* parent, const char* name )
|
|
|
|
|
: KLibFactory( parent, name ) {
|
|
|
|
|
// // s_instance = new KInstance( "KMFRuleOptionEditCustomFactory" );
|
|
|
|
|
// // s_instance = new TDEInstance( "KMFRuleOptionEditCustomFactory" );
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
TQObject* KMFRuleOptionEditCustomFactory::createObject( TQObject* parent, const char* name,
|
|
|
|
@ -111,9 +111,9 @@ TQObject* KMFRuleOptionEditCustomFactory::createObject( TQObject* parent, const
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// // KInstance* KMFRuleOptionEditCustomFactory::instance() {
|
|
|
|
|
// // TDEInstance* KMFRuleOptionEditCustomFactory::instance() {
|
|
|
|
|
// // if ( !s_instance ) {
|
|
|
|
|
// // s_instance = new KInstance( "KMFRuleOptionEditCustomFactory" );
|
|
|
|
|
// // s_instance = new TDEInstance( "KMFRuleOptionEditCustomFactory" );
|
|
|
|
|
// // }
|
|
|
|
|
// // return s_instance;
|
|
|
|
|
// // }
|
|
|
|
|