diff options
Diffstat (limited to 'kfile-plugins/pcx/kfile_pcx.cpp')
-rw-r--r-- | kfile-plugins/pcx/kfile_pcx.cpp | 4 |
1 files changed, 2 insertions, 2 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" ); |