diff options
Diffstat (limited to 'kfile-plugins/ics/kfile_ics.cpp')
-rw-r--r-- | kfile-plugins/ics/kfile_ics.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kfile-plugins/ics/kfile_ics.cpp b/kfile-plugins/ics/kfile_ics.cpp index aa4ece8c9..b8346f4f4 100644 --- a/kfile-plugins/ics/kfile_ics.cpp +++ b/kfile-plugins/ics/kfile_ics.cpp @@ -33,8 +33,8 @@ using namespace KCal; typedef KGenericFactory<ICSPlugin> ICSFactory; K_EXPORT_COMPONENT_FACTORY(kfile_ics, ICSFactory( "kfile_ics" )) -ICSPlugin::ICSPlugin( TQObject *tqparent, const char *name, const TQStringList& args ) - : KFilePlugin( tqparent, name, args ) +ICSPlugin::ICSPlugin( TQObject *parent, const char *name, const TQStringList& args ) + : KFilePlugin( parent, name, args ) { KFileMimeTypeInfo* info = addMimeTypeInfo( "text/calendar" ); //TODO: vcs !! |