summaryrefslogtreecommitdiffstats
path: root/tools/designer/uic/uic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/designer/uic/uic.cpp')
-rw-r--r--tools/designer/uic/uic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/designer/uic/uic.cpp b/tools/designer/uic/uic.cpp
index 305f7133..c3880271 100644
--- a/tools/designer/uic/uic.cpp
+++ b/tools/designer/uic/uic.cpp
@@ -263,7 +263,7 @@ bool Uic::isFrameworkCodeGenerated( const TQDomElement& e )
{
TQDomElement n = getObjectProperty( e, "frameworkCode" );
if ( n.attribute("name") == "frameworkCode" &&
- !DomTool::elementToVariant( n.firstChild().toElement(), TQVariant( TRUE, 0 ) ).toBool() )
+ !DomTool::elementToVariant( n.firstChild().toElement(), TQVariant( true ) ).toBool() )
return FALSE;
return TRUE;
}