summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-29 00:58:27 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-29 00:58:27 -0600
commit0b6dc881694713582da657b087d14c5054c48ca6 (patch)
tree97cd084206596aba4d6a1323c9e14b2c5ea19c39
parentfd3a3130ba3c445d3c0f2ef8052f78672008a565 (diff)
downloadtqt3-0b6dc881.tar.gz
tqt3-0b6dc881.zip
Automated conversion from qt3
-rw-r--r--tools/designer/uic/form.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}