summaryrefslogtreecommitdiffstats
path: root/kig/kfile/kfile_kig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kig/kfile/kfile_kig.cpp')
-rw-r--r--kig/kfile/kfile_kig.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kig/kfile/kfile_kig.cpp b/kig/kfile/kfile_kig.cpp
index defae8c2..496a851f 100644
--- a/kig/kfile/kfile_kig.cpp
+++ b/kig/kfile/kfile_kig.cpp
@@ -35,8 +35,8 @@ typedef KGenericFactory<KigPlugin> kigFactory;
K_EXPORT_COMPONENT_FACTORY( kfile_kig, kigFactory( "kfile_kig" ) )
-KigPlugin::KigPlugin( TQObject *tqparent, const char *name, const TQStringList &args )
- : KFilePlugin( tqparent, name, args )
+KigPlugin::KigPlugin( TQObject *parent, const char *name, const TQStringList &args )
+ : KFilePlugin( parent, name, args )
{
KFileMimeTypeInfo::ItemInfo* item;