summaryrefslogtreecommitdiffstats
path: root/kabc/vcard/VCard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kabc/vcard/VCard.cpp')
-rw-r--r--kabc/vcard/VCard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/vcard/VCard.cpp b/kabc/vcard/VCard.cpp
index a1a9d1ba1..50c25da59 100644
--- a/kabc/vcard/VCard.cpp
+++ b/kabc/vcard/VCard.cpp
@@ -95,7 +95,7 @@ VCard::_parse()
}
// Get the first line
- TQCString beginLine = TQCString(l.tqat(0)).stripWhiteSpace();
+ TQCString beginLine = TQCString(l.at(0)).stripWhiteSpace();
vDebug("Begin line == \"" + beginLine + "\"");