summaryrefslogtreecommitdiff
path: root/core/pim/osearch/todosearch.cpp
authortille <tille>2003-05-08 13:22:51 (UTC)
committer tille <tille>2003-05-08 13:22:51 (UTC)
commit08f9d5965b127b0b889b96cf16b7d34b5a9a6928 (patch) (side-by-side diff)
tree7d17bfff623ba6cfb105ae9144e51378a71de040 /core/pim/osearch/todosearch.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/todosearch.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/osearch/todosearch.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/core/pim/osearch/todosearch.cpp b/core/pim/osearch/todosearch.cpp
index 82fae8d..9a22ee1 100644
--- a/core/pim/osearch/todosearch.cpp
+++ b/core/pim/osearch/todosearch.cpp
@@ -44,2 +44,3 @@ void TodoSearch::expand()
+#ifdef LIPBOPIE_SEARCH
ORecordList<OTodo> results = _todos->matchRegexp(_search);
@@ -48,3 +49,3 @@ void TodoSearch::expand()
}
-/*
+#else
ORecordList<OTodo> list = _todos->allRecords();
@@ -58,3 +59,4 @@ void TodoSearch::expand()
- }*/
+ }
+#endif