diff options
Diffstat (limited to 'kfile-plugins/png/kfile_png.cpp')
-rw-r--r-- | kfile-plugins/png/kfile_png.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kfile-plugins/png/kfile_png.cpp b/kfile-plugins/png/kfile_png.cpp index 2f128cf7..531fdfe3 100644 --- a/kfile-plugins/png/kfile_png.cpp +++ b/kfile-plugins/png/kfile_png.cpp @@ -87,9 +87,9 @@ typedef KGenericFactory<KPngPlugin> PngFactory; K_EXPORT_COMPONENT_FACTORY(kfile_png, PngFactory("kfile_png")) -KPngPlugin::KPngPlugin(TQObject *tqparent, const char *name, +KPngPlugin::KPngPlugin(TQObject *parent, const char *name, const TQStringList &args) - : KFilePlugin(tqparent, name, args) + : KFilePlugin(parent, name, args) { kdDebug(7034) << "png plugin\n"; |