diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-05-26 01:02:21 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-05-26 01:06:53 +0900 |
| commit | deae55568422b16bd4ed20d4a098b1a826828a2f (patch) | |
| tree | 4357611b0265dd776531a40075722039a3727d59 /puic/uic.cpp | |
| parent | 2a86169cda75eb45bd4d3637f1db565edd657f22 (diff) | |
| download | libtqt-perl-deae5556.tar.gz libtqt-perl-deae5556.zip | |
Adjusted to latest TQVariant::TQVariant(bool) function.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'puic/uic.cpp')
| -rw-r--r-- | puic/uic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puic/uic.cpp b/puic/uic.cpp index d2fbed4..67ec24b 100644 --- a/puic/uic.cpp +++ b/puic/uic.cpp @@ -266,7 +266,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; } |
