From f9f60d23806530a5bccae372e5eeebee6d528f20 Mon Sep 17 00:00:00 2001 From: zautrix Date: Sat, 15 Jan 2005 09:31:52 +0000 Subject: crash fix --- (limited to 'kabc/vcard') diff --git a/kabc/vcard/VCardv.cpp b/kabc/vcard/VCardv.cpp index 49bfe43..1166aac 100644 --- a/kabc/vcard/VCardv.cpp +++ b/kabc/vcard/VCardv.cpp @@ -121,7 +121,7 @@ VCard::_parse() QString endLine = l.last(); // Trash the first and last lines as we have seen them. - l.remove(l.first()); + l.remove(l.begin()); l.remove(l.last()); /////////////////////////////////////////////////////////////// -- cgit v0.9.0.2