summaryrefslogtreecommitdiffstats
path: root/pyuic3/object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pyuic3/object.cpp')
-rw-r--r--pyuic3/object.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuic3/object.cpp b/pyuic3/object.cpp
index b4c443b..5ee2b73 100644
--- a/pyuic3/object.cpp
+++ b/pyuic3/object.cpp
@@ -492,7 +492,7 @@ TQString Uic::setObjectProperty( const TQString& objClass, const TQString& obj,
if ( stdset )
v = "%1";
else
- v = "TQVariant(%1,0)";
+ v = "TQVariant(%1)";
v = v.arg( mkBool( e.firstChild().toText().data() ) );
} else if ( e.tagName() == "pixmap" ) {
v = e.firstChild().toText().data();