diff options
Diffstat (limited to 'kig/kfile/kfile_drgeo.cpp')
-rw-r--r-- | kig/kfile/kfile_drgeo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kig/kfile/kfile_drgeo.cpp b/kig/kfile/kfile_drgeo.cpp index 4cec1da4..b921131b 100644 --- a/kig/kfile/kfile_drgeo.cpp +++ b/kig/kfile/kfile_drgeo.cpp @@ -29,8 +29,8 @@ typedef KGenericFactory<DrgeoPlugin> drgeoFactory; K_EXPORT_COMPONENT_FACTORY( kfile_drgeo, drgeoFactory( "kfile_drgeo" ) ) -DrgeoPlugin::DrgeoPlugin( TQObject *tqparent, const char *name, const TQStringList &args ) - : KFilePlugin( tqparent, name, args ) +DrgeoPlugin::DrgeoPlugin( TQObject *parent, const char *name, const TQStringList &args ) + : KFilePlugin( parent, name, args ) { info = addMimeTypeInfo( "application/x-drgeo" ); |