summaryrefslogtreecommitdiffabout
path: root/kaddressbook/xxport/qtopia/qtopia_xxport.cpp
Unidiff
Diffstat (limited to 'kaddressbook/xxport/qtopia/qtopia_xxport.cpp') (more/less context) (show whitespace changes)
-rw-r--r--kaddressbook/xxport/qtopia/qtopia_xxport.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/kaddressbook/xxport/qtopia/qtopia_xxport.cpp b/kaddressbook/xxport/qtopia/qtopia_xxport.cpp
index bf39fdb..c1ed03e 100644
--- a/kaddressbook/xxport/qtopia/qtopia_xxport.cpp
+++ b/kaddressbook/xxport/qtopia/qtopia_xxport.cpp
@@ -132,7 +132,6 @@ bool QtopiaXXPort::exportContacts( const KABC::AddresseeList &list, const QStrin
132 KABC::Addressee::List::ConstIterator it; 132 KABC::Addressee::List::ConstIterator it;
133 for ( it = list.begin(); it != list.end(); ++it ) { 133 for ( it = list.begin(); it != list.end(); ++it ) {
134 PimContact c; 134 PimContact c;
135 KABC::Addressee addressee = (*it);
136 135
137 res = mConverter.addresseeToQtopia( *it, c ); 136 res = mConverter.addresseeToQtopia( *it, c );
138 if (res == true) 137 if (res == true)