summaryrefslogtreecommitdiffstats
path: root/kbabel/addons/kfile-plugins/kfile_po.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbabel/addons/kfile-plugins/kfile_po.cpp')
-rw-r--r--kbabel/addons/kfile-plugins/kfile_po.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbabel/addons/kfile-plugins/kfile_po.cpp b/kbabel/addons/kfile-plugins/kfile_po.cpp
index 5ad0ebaa..cb2b6390 100644
--- a/kbabel/addons/kfile-plugins/kfile_po.cpp
+++ b/kbabel/addons/kfile-plugins/kfile_po.cpp
@@ -40,9 +40,9 @@ using namespace KBabel;
typedef KGenericFactory<KPoPlugin> POFactory;
K_EXPORT_COMPONENT_FACTORY(kfile_po, POFactory("kfile_po"))
-KPoPlugin::KPoPlugin(TQObject *tqparent, const char *name,
+KPoPlugin::KPoPlugin(TQObject *parent, const char *name,
const TQStringList& args)
- : KFilePlugin(tqparent, name, args)
+ : KFilePlugin(parent, name, args)
{
KFileMimeTypeInfo* info = addMimeTypeInfo("application/x-gettext");