author | zautrix <zautrix> | 2004-10-07 20:35:03 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-10-07 20:35:03 (UTC) |
commit | 4a01915314201cbe2461ce68cdf9c556c687d727 (patch) (unidiff) | |
tree | fda84b84c84231de98a91f0aff38a744a092cab2 | |
parent | 0a661f5800b86df385cc23f4c9a8324bd0b50a5c (diff) | |
download | kdepimpi-4a01915314201cbe2461ce68cdf9c556c687d727.zip kdepimpi-4a01915314201cbe2461ce68cdf9c556c687d727.tar.gz kdepimpi-4a01915314201cbe2461ce68cdf9c556c687d727.tar.bz2 |
compile fix
-rw-r--r-- | kabc/addressbook.cpp | 2 |
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 | |||
@@ -43,5 +43,5 @@ $Id$ | |||
43 | 43 | ||
44 | #include <kglobal.h> | 44 | #include <kglobal.h> |
45 | #include <klocale.h>> | 45 | #include <klocale.h> |
46 | #include <kmessagebox.h> | 46 | #include <kmessagebox.h> |
47 | #include <kdebug.h> | 47 | #include <kdebug.h> |