diff options
Diffstat (limited to 'kspread/plugins/insertcalendar/kspread_plugininsertcalendar.h')
| -rw-r--r-- | kspread/plugins/insertcalendar/kspread_plugininsertcalendar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kspread/plugins/insertcalendar/kspread_plugininsertcalendar.h b/kspread/plugins/insertcalendar/kspread_plugininsertcalendar.h index be93fea5e..e0c2ef890 100644 --- a/kspread/plugins/insertcalendar/kspread_plugininsertcalendar.h +++ b/kspread/plugins/insertcalendar/kspread_plugininsertcalendar.h @@ -57,7 +57,7 @@ class KSPREAD_EXPORT PluginInsertCalendar : public KParts::Plugin protected: /** - * This is the tqparent part of the plugin. It is used + * This is the parent part of the plugin. It is used * to access the spreadsheet and actually insert the * calendar. * @@ -78,7 +78,7 @@ class KSPREAD_EXPORT PluginInsertCalendar : public KParts::Plugin /** * Constructor. This constructor is usable with KGenericFactory. */ - PluginInsertCalendar( TQObject *tqparent, const char *name, const TQStringList& args ); + PluginInsertCalendar( TQObject *parent, const char *name, const TQStringList& args ); /** * Virtual destructor. |
