From 21ec296f7f2832920dac336bb9f9476c80d746f5 Mon Sep 17 00:00:00 2001 From: zautrix Date: Thu, 07 Oct 2004 22:37:40 +0000 Subject: ab view fixes --- (limited to 'kabc/addressbook.cpp') diff --git a/kabc/addressbook.cpp b/kabc/addressbook.cpp index ed5e9c2..dc3cda1 100644 --- a/kabc/addressbook.cpp +++ b/kabc/addressbook.cpp @@ -399,6 +399,7 @@ void AddressBook::export2File( QString fileName ) converter.addresseeToVCard( *it, vcard, version ); t << vcard << "\r\n"; } + t << "\r\n\r\n"; outFile.close(); } void AddressBook::importFromFile( QString fileName ) -- cgit v0.9.0.2