summaryrefslogtreecommitdiffstats
path: root/kfile-plugins/pcx
diff options
context:
space:
mode:
Diffstat (limited to 'kfile-plugins/pcx')
-rw-r--r--kfile-plugins/pcx/kfile_pcx.cpp4
-rw-r--r--kfile-plugins/pcx/kfile_pcx.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/kfile-plugins/pcx/kfile_pcx.cpp b/kfile-plugins/pcx/kfile_pcx.cpp
index bd81e3f7..5dceec9d 100644
--- a/kfile-plugins/pcx/kfile_pcx.cpp
+++ b/kfile-plugins/pcx/kfile_pcx.cpp
@@ -56,8 +56,8 @@ TQDataStream &operator>>( TQDataStream &s, PCXHEADER &ph )
return s;
}
-KPcxPlugin::KPcxPlugin( TQObject *tqparent, const char *name,
- const TQStringList &args ) : KFilePlugin( tqparent, name, args )
+KPcxPlugin::KPcxPlugin( TQObject *parent, const char *name,
+ const TQStringList &args ) : KFilePlugin( parent, name, args )
{
kdDebug(7034) << "PCX file meta info plugin" << endl;
KFileMimeTypeInfo* info = addMimeTypeInfo( "image/x-pcx" );
diff --git a/kfile-plugins/pcx/kfile_pcx.h b/kfile-plugins/pcx/kfile_pcx.h
index f406e79f..942c139e 100644
--- a/kfile-plugins/pcx/kfile_pcx.h
+++ b/kfile-plugins/pcx/kfile_pcx.h
@@ -76,7 +76,7 @@ class KPcxPlugin: public KFilePlugin
TQ_OBJECT
public:
- KPcxPlugin(TQObject *tqparent, const char *name, const TQStringList& args);
+ KPcxPlugin(TQObject *parent, const char *name, const TQStringList& args);
virtual bool readInfo(KFileMetaInfo& info, uint what);
private: