summaryrefslogtreecommitdiffstats
path: root/tdefile-plugins/html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-05-26 23:59:29 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-05-26 23:59:29 +0900
commitc9599b54422283b1c1dd61afcfe34c34df60c897 (patch)
tree93c8cbe7d7a7cb49be9d22e2e1402d08fa311130 /tdefile-plugins/html
parentb2acce464b915edc1b903d2d52ca7cb9a96dea11 (diff)
downloadtdeaddons-c9599b54422283b1c1dd61afcfe34c34df60c897.tar.gz
tdeaddons-c9599b54422283b1c1dd61afcfe34c34df60c897.zip
Adjusted to latest TQVariant::TQVariant(bool) function.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdefile-plugins/html')
-rw-r--r--tdefile-plugins/html/tdefile_html.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdefile-plugins/html/tdefile_html.cpp b/tdefile-plugins/html/tdefile_html.cpp
index c59711a..be6f24c 100644
--- a/tdefile-plugins/html/tdefile_html.cpp
+++ b/tdefile-plugins/html/tdefile_html.cpp
@@ -151,7 +151,7 @@ bool KHtmlPlugin::readInfo( KFileMetaInfo& info, uint )
// find out if it contains javascript
exp.setPattern("<script>");
- appendItem(group, "Javascript", TQVariant( s.find(exp)!=-1, 42));
+ appendItem(group, "Javascript", TQVariant( s.find(exp)!=-1));
return true;
}