summaryrefslogtreecommitdiffstats
path: root/kopete/libkopete/kopeteplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/libkopete/kopeteplugin.cpp')
-rw-r--r--kopete/libkopete/kopeteplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/libkopete/kopeteplugin.cpp b/kopete/libkopete/kopeteplugin.cpp
index 0e83498a..99c95fba 100644
--- a/kopete/libkopete/kopeteplugin.cpp
+++ b/kopete/libkopete/kopeteplugin.cpp
@@ -36,7 +36,7 @@ Plugin::Plugin( TDEInstance *instance, TQObject *parent, const char *name )
: TQObject( parent, name ), KXMLGUIClient(), d(new Private)
{
setInstance( instance );
- KSettings::Dispatcher::self()->registerInstance( instance, this, TQT_SIGNAL( settingsChanged() ) );
+ KSettings::Dispatcher::self()->registerInstance( instance, this, TQ_SIGNAL( settingsChanged() ) );
}
Plugin::~Plugin()