diff options
author | Michele Calgaro <[email protected]> | 2020-04-05 00:23:54 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-04-05 00:23:54 +0900 |
commit | a7c35253fa86ccaba568822a967af03ea263bbc0 (patch) | |
tree | 95de61c9fac1dc45624f731377ebf44cdd1b26da /conversions/qt3-tqt3/tqt3_fixups_batch3.diff | |
parent | 428c2d88b4ac80df001d25973a1511d6a3d424c6 (diff) | |
download | scripts-a7c35253fa86ccaba568822a967af03ea263bbc0.tar.gz scripts-a7c35253fa86ccaba568822a967af03ea263bbc0.zip |
Moved conversion scripts from experimental repository.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'conversions/qt3-tqt3/tqt3_fixups_batch3.diff')
-rw-r--r-- | conversions/qt3-tqt3/tqt3_fixups_batch3.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/conversions/qt3-tqt3/tqt3_fixups_batch3.diff b/conversions/qt3-tqt3/tqt3_fixups_batch3.diff new file mode 100644 index 0000000..b9c7caa --- /dev/null +++ b/conversions/qt3-tqt3/tqt3_fixups_batch3.diff @@ -0,0 +1,12 @@ +diff --git tools/designer/uic/form.cpp tools/designer/uic/form.cpp +--- tools/designer/uic/form.cpp ++++ tools/designer/uic/form.cpp +@@ -1414,7 +1414,7 @@ void Uic::createFormImpl( const TQDomElement &e ) + } + } + +- out << indent << "qWarning( \"" << nameOfClass << "::" << fname << ": Not implemented yet\" );" << endl; ++ out << indent << "tqWarning( \"" << nameOfClass << "::" << fname << ": Not implemented yet\" );" << endl; + if ( !retVal.isEmpty() ) + out << indent << "return " << retVal << ";" << endl; + } |