summaryrefslogtreecommitdiffstats
path: root/konqueror/keditbookmarks/actionsimpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konqueror/keditbookmarks/actionsimpl.cpp')
-rw-r--r--konqueror/keditbookmarks/actionsimpl.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/konqueror/keditbookmarks/actionsimpl.cpp b/konqueror/keditbookmarks/actionsimpl.cpp
index b1b7c8c83..595e91021 100644
--- a/konqueror/keditbookmarks/actionsimpl.cpp
+++ b/konqueror/keditbookmarks/actionsimpl.cpp
@@ -429,9 +429,9 @@ void ActionsImpl::slotPrint() {
s_part = KParts::ComponentFactory
::createPartInstanceFromQuery<KParts::ReadOnlyPart>(
"text/html", TQString::null);
- s_part->setProperty("pluginsEnabled", TQVariant(false, 1));
- s_part->setProperty("javaScriptEnabled", TQVariant(false, 1));
- s_part->setProperty("javaEnabled", TQVariant(false, 1));
+ s_part->setProperty("pluginsEnabled", TQVariant(false));
+ s_part->setProperty("javaScriptEnabled", TQVariant(false));
+ s_part->setProperty("javaEnabled", TQVariant(false));
// doc->openStream( "text/html", KURL() );
// doc->writeStream( TQCString( "<HTML><BODY>FOO</BODY></HTML>" ) );