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 9b6a7dc1..0e83498a 100644
--- a/kopete/libkopete/kopeteplugin.cpp
+++ b/kopete/libkopete/kopeteplugin.cpp
@@ -32,7 +32,7 @@ public:
TQString indexField;
};
-Plugin::Plugin( KInstance *instance, TQObject *parent, const char *name )
+Plugin::Plugin( TDEInstance *instance, TQObject *parent, const char *name )
: TQObject( parent, name ), KXMLGUIClient(), d(new Private)
{
setInstance( instance );