summaryrefslogtreecommitdiffabout
authorzautrix <zautrix>2004-10-07 20:35:03 (UTC)
committer zautrix <zautrix>2004-10-07 20:35:03 (UTC)
commit4a01915314201cbe2461ce68cdf9c556c687d727 (patch) (side-by-side diff)
treefda84b84c84231de98a91f0aff38a744a092cab2
parent0a661f5800b86df385cc23f4c9a8324bd0b50a5c (diff)
downloadkdepimpi-4a01915314201cbe2461ce68cdf9c556c687d727.zip
kdepimpi-4a01915314201cbe2461ce68cdf9c556c687d727.tar.gz
kdepimpi-4a01915314201cbe2461ce68cdf9c556c687d727.tar.bz2
compile fix
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--kabc/addressbook.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/addressbook.cpp b/kabc/addressbook.cpp
index 03a86f9..ed5e9c2 100644
--- a/kabc/addressbook.cpp
+++ b/kabc/addressbook.cpp
@@ -21,49 +21,49 @@
/*
Enhanced Version of the file for platform independent KDE tools.
Copyright (c) 2004 Ulf Schenk
$Id$
*/
/*US
#include <qfile.h>
#include <qregexp.h>
#include <qtimer.h>
#include <kapplication.h>
#include <kinstance.h>
#include <kstandarddirs.h>
#include "errorhandler.h"
*/
#include <qptrlist.h>
#include <qtextstream.h>
#include <qfile.h>
#include <kglobal.h>
-#include <klocale.h>>
+#include <klocale.h>
#include <kmessagebox.h>
#include <kdebug.h>
#include <libkcal/syncdefines.h>
#include "addressbook.h"
#include "resource.h"
#include "vcardconverter.h"
#include "vcardparser/vcardtool.h"
//US #include "addressbook.moc"
using namespace KABC;
struct AddressBook::AddressBookData
{
Addressee::List mAddressees;
Addressee::List mRemovedAddressees;
Field::List mAllFields;
KConfig *mConfig;
KRES::Manager<Resource> *mManager;
//US ErrorHandler *mErrorHandler;
};
struct AddressBook::Iterator::IteratorData
{