summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:21:16 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:21:16 -0600
commit09caf8121b1ba13bfd346eb3379c74af5809c85a (patch)
tree61a1205f3a2445e1326f14f43db3fcaa50c6745f /lib
parent082de66a347ae1965bc562b7eacf12dd28575b1f (diff)
downloadkpilot-09caf8121b1ba13bfd346eb3379c74af5809c85a.tar.gz
kpilot-09caf8121b1ba13bfd346eb3379c74af5809c85a.zip
Rename additional global TQt functions
Diffstat (limited to 'lib')
-rw-r--r--lib/pilotAddress.cc2
1 files changed, 1 insertions, 1 deletions
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
{