diff --git a/ChangeLog b/ChangeLog index a0cdd45..51eb911 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 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 {