diff options
Diffstat (limited to 'khelpcenter/view.cpp')
| -rw-r--r-- | khelpcenter/view.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/khelpcenter/view.cpp b/khelpcenter/view.cpp index 8d198f9be..68470964d 100644 --- a/khelpcenter/view.cpp +++ b/khelpcenter/view.cpp @@ -20,9 +20,9 @@  using namespace KHC; -View::View( TQWidget *tqparentWidget, const char *widgetName, +View::View( TQWidget *parentWidget, const char *widgetName,                    TQObject *parent, const char *name, KHTMLPart::GUIProfile prof, KActionCollection *col ) -    : KHTMLPart( tqparentWidget, widgetName, parent, name, prof ), mState( Docu ), mActionCollection(col) +    : KHTMLPart( parentWidget, widgetName, parent, name, prof ), mState( Docu ), mActionCollection(col)  {      setJScriptEnabled(false);      setJavaEnabled(false); | 
