From 08f9d5965b127b0b889b96cf16b7d34b5a9a6928 Mon Sep 17 00:00:00 2001 From: tille Date: Thu, 08 May 2003 13:22:51 +0000 Subject: now it 'works' with the current libopie, again --- (limited to 'core/pim/osearch/datebooksearch.cpp') diff --git a/core/pim/osearch/datebooksearch.cpp b/core/pim/osearch/datebooksearch.cpp index e60a3b1..8f9d472 100644 --- a/core/pim/osearch/datebooksearch.cpp +++ b/core/pim/osearch/datebooksearch.cpp @@ -37,9 +37,8 @@ void DatebookSearch::expand() _dates = new ODateBookAccess(); _dates->load(); } -#define LIPBOPIE_SEARCH #ifdef LIPBOPIE_SEARCH - ORecordList results = _dates->matchRegexp(_search); + ORecordList results = _dates->matchRegexp(_search); for (uint i = 0; i < results.count(); i++) { new EventItem( this, new OEvent( results[i] )); } -- cgit v0.9.0.2