summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--lib/pilotAddress.cc2
2 files changed, 2 insertions, 2 deletions
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 [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 &copyFrom)
{
if (copyFrom.entry[i])
{
- fAddressInfo.entry[i] = qstrdup(copyFrom.entry[i]);
+ fAddressInfo.entry[i] = tqstrdup(copyFrom.entry[i]);
}
else
{