Rename additional global TQt functions

pull/2/head
Timothy Pearson 12 years ago
parent 082de66a34
commit 09caf8121b

@ -2909,7 +2909,7 @@ The conduit configuration is different -- again -- and easier to understand.
2001-09-27 Adriaan de Groot
* Added FUNCTIONSETUP everywhere.
* Replaced email addresses with kde-pim@kde.org or groot@kde.org.
* Removed qDebug everywhere.
* Removed tqDebug everywhere.
2001-09-26 Adriaan de Groot

@ -257,7 +257,7 @@ void PilotAddress::_copyAddressInfo(const struct Address &copyFrom)
{
if (copyFrom.entry[i])
{
fAddressInfo.entry[i] = qstrdup(copyFrom.entry[i]);
fAddressInfo.entry[i] = tqstrdup(copyFrom.entry[i]);
}
else
{

Loading…
Cancel
Save