summaryrefslogtreecommitdiffstats
path: root/libkdepim/komposer/core/plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkdepim/komposer/core/plugin.cpp')
-rw-r--r--libkdepim/komposer/core/plugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libkdepim/komposer/core/plugin.cpp b/libkdepim/komposer/core/plugin.cpp
index dbadaff5..41af47cd 100644
--- a/libkdepim/komposer/core/plugin.cpp
+++ b/libkdepim/komposer/core/plugin.cpp
@@ -35,8 +35,8 @@ public:
//Core* core;
};
-Plugin::Plugin( TQObject *tqparent, const char *name, const TQStringList & )
- : TQObject( tqparent, name ), d( new Private )
+Plugin::Plugin( TQObject *parent, const char *name, const TQStringList & )
+ : TQObject( parent, name ), d( new Private )
{
//d->core = core;
}