diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | lib/pilotAddress.cc | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 [email protected] or [email protected]. -* Removed qDebug everywhere. +* Removed tqDebug everywhere. 2001-09-26 Adriaan de Groot diff --git a/lib/pilotAddress.cc b/lib/pilotAddress.cc index 8865c93..0706a39 100644 --- a/lib/pilotAddress.cc +++ b/lib/pilotAddress.cc @@ -257,7 +257,7 @@ void PilotAddress::_copyAddressInfo(const struct Address ©From) { if (copyFrom.entry[i]) { - fAddressInfo.entry[i] = qstrdup(copyFrom.entry[i]); + fAddressInfo.entry[i] = tqstrdup(copyFrom.entry[i]); } else { |