diff options
Diffstat (limited to 'plugins/search/htmlpart.cpp')
-rw-r--r-- | plugins/search/htmlpart.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/search/htmlpart.cpp b/plugins/search/htmlpart.cpp index 00d5326..bad55d6 100644 --- a/plugins/search/htmlpart.cpp +++ b/plugins/search/htmlpart.cpp @@ -36,8 +36,8 @@ using namespace bt; namespace kt { - HTMLPart::HTMLPart(TQWidget *tqparent) - : KHTMLPart(tqparent) + HTMLPart::HTMLPart(TQWidget *parent) + : KHTMLPart(parent) { setJScriptEnabled(true); setJavaEnabled(true); |