summaryrefslogtreecommitdiffabout
path: root/kabc
Unidiff
Diffstat (limited to 'kabc') (more/less context) (ignore whitespace changes)
-rw-r--r--kabc/vcard/VCardEntity.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kabc/vcard/VCardEntity.cpp b/kabc/vcard/VCardEntity.cpp
index 2a9e275..81debf4 100644
--- a/kabc/vcard/VCardEntity.cpp
+++ b/kabc/vcard/VCardEntity.cpp
@@ -23,4 +23,5 @@
23 23
24#include <qregexp.h> 24#include <qregexp.h>
25#include <qdatetime.h>;
25 26
26#include <VCardDefines.h> 27#include <VCardDefines.h>
@@ -74,5 +75,4 @@ VCardEntity::~VCardEntity()
74} 75}
75 76
76#include <qdatetime.h>;
77 void 77 void
78VCardEntity::_parse() 78VCardEntity::_parse()
@@ -141,5 +141,5 @@ VCardEntity::_parse()
141 } 141 }
142#endif 142#endif
143 qDebug("***time %d found %d", tim.elapsed(), num); 143 //qDebug("***time %d found %d", tim.elapsed(), num);
144} 144}
145 145