From 0b6dc881694713582da657b087d14c5054c48ca6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 29 Feb 2012 00:58:27 -0600 Subject: [PATCH] Automated conversion from qt3 --- tools/designer/uic/form.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/designer/uic/form.cpp b/tools/designer/uic/form.cpp index a2768de9..02cdcaa7 100644 --- a/tools/designer/uic/form.cpp +++ b/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; }