summaryrefslogtreecommitdiffstats
path: root/kfile-plugins/vcf/kfile_vcf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kfile-plugins/vcf/kfile_vcf.cpp')
-rw-r--r--kfile-plugins/vcf/kfile_vcf.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kfile-plugins/vcf/kfile_vcf.cpp b/kfile-plugins/vcf/kfile_vcf.cpp
index 6c083895b..84b29696e 100644
--- a/kfile-plugins/vcf/kfile_vcf.cpp
+++ b/kfile-plugins/vcf/kfile_vcf.cpp
@@ -33,10 +33,10 @@ typedef KGenericFactory<KVcfPlugin> VcfFactory;
K_EXPORT_COMPONENT_FACTORY(kfile_vcf, VcfFactory( "kfile_vcf" ))
-KVcfPlugin::KVcfPlugin(TQObject *parent, const char *name,
+KVcfPlugin::KVcfPlugin(TQObject *tqparent, const char *name,
const TQStringList &args)
- : KFilePlugin(parent, name, args)
+ : KFilePlugin(tqparent, name, args)
{
KFileMimeTypeInfo* info = addMimeTypeInfo( "text/x-vcard" );