diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-29 00:58:27 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-29 00:58:27 -0600 |
commit | 0b6dc881694713582da657b087d14c5054c48ca6 (patch) | |
tree | 97cd084206596aba4d6a1323c9e14b2c5ea19c39 /tools/designer/uic | |
parent | fd3a3130ba3c445d3c0f2ef8052f78672008a565 (diff) | |
download | tqt3-0b6dc881694713582da657b087d14c5054c48ca6.tar.gz tqt3-0b6dc881694713582da657b087d14c5054c48ca6.zip |
Automated conversion from qt3
Diffstat (limited to 'tools/designer/uic')
-rw-r--r-- | tools/designer/uic/form.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/designer/uic/form.cpp b/tools/designer/uic/form.cpp index a2768de90..02cdcaa7d 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; } |