diff options
Diffstat (limited to 'libkpimidentities/identity.cpp')
-rw-r--r-- | libkpimidentities/identity.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkpimidentities/identity.cpp b/libkpimidentities/identity.cpp index bb947b3bd..046225afc 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] ) ) |