|
|
|
@ -58,7 +58,7 @@ typedef KGenericFactory<OTRPreferences> OTRPreferencesFactory;
|
|
|
|
|
K_EXPORT_COMPONENT_FACTORY( kcm_kopete_otr, OTRPreferencesFactory("kcm_kopete_otr"))
|
|
|
|
|
|
|
|
|
|
OTRPreferences::OTRPreferences(TQWidget *parent, const char* /*name*/, const TQStringList &args)
|
|
|
|
|
: KCModule(OTRPreferencesFactory::instance(), parent, args)
|
|
|
|
|
: TDECModule(OTRPreferencesFactory::instance(), parent, args)
|
|
|
|
|
{
|
|
|
|
|
( new TQVBoxLayout( this ) )->setAutoAdd( true );
|
|
|
|
|
preferencesDialog = new OTRPrefsUI(this);
|
|
|
|
|