summaryrefslogtreecommitdiff
path: root/core/pim/osearch/datebooksearch.cpp
authortille <tille>2003-05-08 13:22:51 (UTC)
committer tille <tille>2003-05-08 13:22:51 (UTC)
commit08f9d5965b127b0b889b96cf16b7d34b5a9a6928 (patch) (unidiff)
tree7d17bfff623ba6cfb105ae9144e51378a71de040 /core/pim/osearch/datebooksearch.cpp
parent763d7d7da84682fb87a631a997e93c08f5abde61 (diff)
downloadopie-08f9d5965b127b0b889b96cf16b7d34b5a9a6928.zip
opie-08f9d5965b127b0b889b96cf16b7d34b5a9a6928.tar.gz
opie-08f9d5965b127b0b889b96cf16b7d34b5a9a6928.tar.bz2
now it 'works' with the current libopie, again
Diffstat (limited to 'core/pim/osearch/datebooksearch.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/osearch/datebooksearch.cpp3
1 files changed, 1 insertions, 2 deletions
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()
37 _dates = new ODateBookAccess(); 37 _dates = new ODateBookAccess();
38 _dates->load(); 38 _dates->load();
39 } 39 }
40#define LIPBOPIE_SEARCH
41#ifdef LIPBOPIE_SEARCH 40#ifdef LIPBOPIE_SEARCH
42 ORecordList<OEvent> results = _dates->matchRegexp(_search); 41 ORecordList<OEvent> results = _dates->matchRegexp(_search);
43 for (uint i = 0; i < results.count(); i++) { 42 for (uint i = 0; i < results.count(); i++) {
44 new EventItem( this, new OEvent( results[i] )); 43 new EventItem( this, new OEvent( results[i] ));
45 } 44 }