summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/config/plugins/kopetepluginconfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/kopete/config/plugins/kopetepluginconfig.cpp')
-rw-r--r--kopete/kopete/config/plugins/kopetepluginconfig.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/kopete/config/plugins/kopetepluginconfig.cpp b/kopete/kopete/config/plugins/kopetepluginconfig.cpp
index d54bc68a..a7ae332d 100644
--- a/kopete/kopete/config/plugins/kopetepluginconfig.cpp
+++ b/kopete/kopete/config/plugins/kopetepluginconfig.cpp
@@ -55,9 +55,9 @@ KopetePluginConfig::KopetePluginConfig( TQWidget *parent, const char *name )
( new TQVBoxLayout( plainPage(), 0, 0 ) )->setAutoAdd( true );
d->pluginSelector = new KPluginSelector( plainPage() );
setMainWidget( d->pluginSelector );
- connect( d->pluginSelector, TQT_SIGNAL( changed( bool ) ), this, TQT_SLOT( setChanged( bool ) ) );
- connect( d->pluginSelector, TQT_SIGNAL( configCommitted( const TQCString & ) ),
- KSettings::Dispatcher::self(), TQT_SLOT( reparseConfiguration( const TQCString & ) ) );
+ connect( d->pluginSelector, TQ_SIGNAL( changed( bool ) ), this, TQ_SLOT( setChanged( bool ) ) );
+ connect( d->pluginSelector, TQ_SIGNAL( configCommitted( const TQCString & ) ),
+ KSettings::Dispatcher::self(), TQ_SLOT( reparseConfiguration( const TQCString & ) ) );
d->pluginSelector->addPlugins( Kopete::PluginManager::self()->availablePlugins( "Plugins" ), i18n( "General Plugins" ), "Plugins" );
}