summaryrefslogtreecommitdiffstats
path: root/qt3-tqt3/tqt3_fixups_batch3.diff
diff options
context:
space:
mode:
Diffstat (limited to 'qt3-tqt3/tqt3_fixups_batch3.diff')
-rw-r--r--qt3-tqt3/tqt3_fixups_batch3.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/qt3-tqt3/tqt3_fixups_batch3.diff b/qt3-tqt3/tqt3_fixups_batch3.diff
new file mode 100644
index 0000000..b9c7caa
--- /dev/null
+++ b/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;
+ }