Rename additional global TQt functions

pull/2/head
Timothy Pearson 13 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 2001-09-27 Adriaan de Groot
* Added FUNCTIONSETUP everywhere. * Added FUNCTIONSETUP everywhere.
* Replaced email addresses with kde-pim@kde.org or groot@kde.org. * Replaced email addresses with kde-pim@kde.org or groot@kde.org.
* Removed qDebug everywhere. * Removed tqDebug everywhere.
2001-09-26 Adriaan de Groot 2001-09-26 Adriaan de Groot

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

Loading…
Cancel
Save