parent
e81eb9ddbd
commit
5f7045a267
@ -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;
|
||||
}
|
Loading…
Reference in new issue