summaryrefslogtreecommitdiffstats
path: root/kbabel/common/importplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbabel/common/importplugin.cpp')
-rw-r--r--kbabel/common/importplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbabel/common/importplugin.cpp b/kbabel/common/importplugin.cpp
index 4ef1562c..ed6d15ef 100644
--- a/kbabel/common/importplugin.cpp
+++ b/kbabel/common/importplugin.cpp
@@ -43,7 +43,7 @@
using namespace KBabel;
-CatalogImportPlugin::CatalogImportPlugin(TQObject* tqparent, const char* name) : TQObject(tqparent,name)
+CatalogImportPlugin::CatalogImportPlugin(TQObject* parent, const char* name) : TQObject(parent,name)
{
d = new CatalogImportPluginPrivate;
d->_catalog = 0;