summaryrefslogtreecommitdiffstats
path: root/kabc
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:58:41 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:58:41 -0500
commitae7f408f34a5437cfd9662d887e9489be3b08fbf (patch)
tree64ab644c109492fedfd19d4df6296c5aade46fa6 /kabc
parentd581c97c81198d5f91231c92ca9edffb1cc34286 (diff)
downloadtdelibs-ae7f408f34a5437cfd9662d887e9489be3b08fbf.tar.gz
tdelibs-ae7f408f34a5437cfd9662d887e9489be3b08fbf.zip
Remove unnecessary language.
Diffstat (limited to 'kabc')
-rw-r--r--kabc/vcardparser/vcardparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/vcardparser/vcardparser.cpp b/kabc/vcardparser/vcardparser.cpp
index 40a0dbba0..aed9ebd39 100644
--- a/kabc/vcardparser/vcardparser.cpp
+++ b/kabc/vcardparser/vcardparser.cpp
@@ -106,7 +106,7 @@ VCard::List VCardParser::parseVCards( const TQString& text )
for ( ++paramIt; paramIt != params.end(); ++paramIt ) {
TQStringList pair = TQStringList::split( '=', *paramIt );
if ( pair.size() == 1 ) {
- // correct the fucking 2.1 'standard'
+ // correct the 2.1 'standard'
if ( pair[0].lower() == "quoted-printable" ) {
pair[0] = "encoding";
pair[1] = "quoted-printable";