From 9521203755e7750868accf26b8b46ab08251879b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 5 Apr 2020 00:27:56 +0900 Subject: Experimental scripts have been moved to the TDE/scripts repository. Signed-off-by: Michele Calgaro --- qt3-tqt3/tqt3_fixups_batch3.diff | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 qt3-tqt3/tqt3_fixups_batch3.diff (limited to 'qt3-tqt3/tqt3_fixups_batch3.diff') 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; - } -- cgit v1.2.1