diff options
Diffstat (limited to 'deskutils/kickpim/files/patch-src-kpcontactevent.cpp')
-rw-r--r-- | deskutils/kickpim/files/patch-src-kpcontactevent.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/deskutils/kickpim/files/patch-src-kpcontactevent.cpp b/deskutils/kickpim/files/patch-src-kpcontactevent.cpp new file mode 100644 index 000000000000..402f131c9ae5 --- /dev/null +++ b/deskutils/kickpim/files/patch-src-kpcontactevent.cpp @@ -0,0 +1,11 @@ +--- src/kpcontactevent.cpp.orig Sun Aug 15 20:05:05 2004 ++++ src/kpcontactevent.cpp Sun Aug 15 20:05:18 2004 +@@ -24,7 +24,7 @@ + m_text = ""; + m_date = QDate(25,61,61); // invalid + m_contact = 0; +-}; ++} + + KPContactEvent::~KPContactEvent() + { |