diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:21:16 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:21:16 -0600 |
commit | 09caf8121b1ba13bfd346eb3379c74af5809c85a (patch) | |
tree | 61a1205f3a2445e1326f14f43db3fcaa50c6745f /lib | |
parent | 082de66a347ae1965bc562b7eacf12dd28575b1f (diff) | |
download | kpilot-09caf8121b1ba13bfd346eb3379c74af5809c85a.tar.gz kpilot-09caf8121b1ba13bfd346eb3379c74af5809c85a.zip |
Rename additional global TQt functions
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pilotAddress.cc | 2 |
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 ©From) { if (copyFrom.entry[i]) { - fAddressInfo.entry[i] = qstrdup(copyFrom.entry[i]); + fAddressInfo.entry[i] = tqstrdup(copyFrom.entry[i]); } else { |