diff options
Diffstat (limited to 'kbabel/common/importplugin.cpp')
-rw-r--r-- | kbabel/common/importplugin.cpp | 2 |
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; |