diff options
Diffstat (limited to 'parts/documentation/protocols/chm/kchmpart.h')
-rw-r--r-- | parts/documentation/protocols/chm/kchmpart.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/documentation/protocols/chm/kchmpart.h b/parts/documentation/protocols/chm/kchmpart.h index 37bb4695..7cbda958 100644 --- a/parts/documentation/protocols/chm/kchmpart.h +++ b/parts/documentation/protocols/chm/kchmpart.h @@ -39,7 +39,7 @@ class KChmPartFactory: public KParts::Factory virtual ~KChmPartFactory(); virtual KParts::Part* createPartObject( - TQWidget *tqparentWidget, const char *widgetName, + TQWidget *parentWidget, const char *widgetName, TQObject *tqparent, const char *name, const char *classname, const TQStringList &args ); |