summaryrefslogtreecommitdiffstats
path: root/libkpimidentities
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-13 15:08:46 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-03 04:25:15 +0200
commit987ff38c027b50b35edfc8ec7761d8230738b717 (patch)
tree900d4f19c04a3ac06ede552fed894455ae4fe927 /libkpimidentities
parentebf706e3c980d84886f04344bc94c080a38bc4cd (diff)
downloadtdepim-987ff38c027b50b35edfc8ec7761d8230738b717.tar.gz
tdepim-987ff38c027b50b35edfc8ec7761d8230738b717.zip
Fix inadvertent TQt changes
This closes Bug 752 (cherry picked from commit d497b1b0373d758ede3d877ab68c8d7c8ab29062)
Diffstat (limited to 'libkpimidentities')
-rw-r--r--libkpimidentities/identity.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkpimidentities/identity.cpp b/libkpimidentities/identity.cpp
index 3a0bf2035..91c23b2fd 100644
--- a/libkpimidentities/identity.cpp
+++ b/libkpimidentities/identity.cpp
@@ -528,7 +528,7 @@ TQString Identity::fullEmailAddr(void) const
TQString result;
- // add DTQUOTE's if necessary:
+ // add DQUOTE's if necessary:
bool needsQuotes=false;
for (unsigned int i=0; i < mFullName.length(); i++) {
if ( specials.contains( mFullName[i] ) )