summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/plugin.cpp')
-rw-r--r--umbrello/umbrello/plugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/umbrello/umbrello/plugin.cpp b/umbrello/umbrello/plugin.cpp
index 72dc3169..a682db06 100644
--- a/umbrello/umbrello/plugin.cpp
+++ b/umbrello/umbrello/plugin.cpp
@@ -28,10 +28,10 @@
using namespace Umbrello;
-Plugin::Plugin(TQObject *tqparent,
+Plugin::Plugin(TQObject *parent,
const char *name,
const TQStringList & /* args */) :
- TQObject(tqparent, name),
+ TQObject(parent, name),
Configurable(),
_ref(0),
_instanceName(name),