summaryrefslogtreecommitdiffstats
path: root/qt3-tqt3/tqt3_fixups_batch3.diff
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-04-05 01:09:36 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-04-05 01:09:36 +0900
commit709ee21567a86cb9c1bfcfc541b6de730ba3e279 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /qt3-tqt3/tqt3_fixups_batch3.diff
parent1df632a0e6e550a5a100247c6b4713078e78f413 (diff)
downloadexperimental-r14.0.x.tar.gz
experimental-r14.0.x.zip
Experimental scripts have been removed from non master branch.r14.0.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'qt3-tqt3/tqt3_fixups_batch3.diff')
-rw-r--r--qt3-tqt3/tqt3_fixups_batch3.diff12
1 files changed, 0 insertions, 12 deletions
diff --git a/qt3-tqt3/tqt3_fixups_batch3.diff b/qt3-tqt3/tqt3_fixups_batch3.diff
deleted file mode 100644
index b9c7caa..0000000
--- a/qt3-tqt3/tqt3_fixups_batch3.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-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;
- }