summaryrefslogtreecommitdiffstats
path: root/qt3-tqt3/tqt3_fixups_batch3.diff
blob: b9c7caa376a1c95426b70195360c9c64e3355da8 (plain)
1
2
3
4
5
6
7
8
9
10
11
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;
 		}