From cc01384d8c2b421d5f455f32631d8c2ec4b7e844 Mon Sep 17 00:00:00 2001 From: eilers Date: Sun, 27 Oct 2002 16:18:51 +0000 Subject: OContact now uses QDate to avoid wrong interpreted strings A lot of inline functions moved into the library.. --- (limited to 'core/pim/addressbook/abtable.cpp') diff --git a/core/pim/addressbook/abtable.cpp b/core/pim/addressbook/abtable.cpp index 4feadeb..5222f16 100644 --- a/core/pim/addressbook/abtable.cpp +++ b/core/pim/addressbook/abtable.cpp @@ -24,6 +24,7 @@ #include #include #include +#include #include @@ -450,10 +451,10 @@ QString AbTable::findContactContact( const OContact &entry, int /* row */ ) value = entry.gender(); break; case Qtopia::Birthday: - value = entry.birthday(); + value = TimeString::numberDateString( entry.birthday() ); break; case Qtopia::Anniversary: - value = entry.anniversary(); + value = TimeString::numberDateString( entry.anniversary() ); break; case Qtopia::Nickname: value = entry.nickname(); -- cgit v0.9.0.2