summaryrefslogtreecommitdiff
authortille <tille>2003-05-08 13:22:51 (UTC)
committer tille <tille>2003-05-08 13:22:51 (UTC)
commit08f9d5965b127b0b889b96cf16b7d34b5a9a6928 (patch) (unidiff)
tree7d17bfff623ba6cfb105ae9144e51378a71de040
parent763d7d7da84682fb87a631a997e93c08f5abde61 (diff)
downloadopie-08f9d5965b127b0b889b96cf16b7d34b5a9a6928.zip
opie-08f9d5965b127b0b889b96cf16b7d34b5a9a6928.tar.gz
opie-08f9d5965b127b0b889b96cf16b7d34b5a9a6928.tar.bz2
now it 'works' with the current libopie, again
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--core/pim/osearch/datebooksearch.cpp1
-rw-r--r--core/pim/osearch/osearch.pro5
-rw-r--r--core/pim/osearch/searchgroup.h2
-rw-r--r--core/pim/osearch/todosearch.cpp6
4 files changed, 6 insertions, 8 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
@@ -39,3 +39,2 @@ void DatebookSearch::expand()
39 } 39 }
40#define LIPBOPIE_SEARCH
41#ifdef LIPBOPIE_SEARCH 40#ifdef LIPBOPIE_SEARCH
diff --git a/core/pim/osearch/osearch.pro b/core/pim/osearch/osearch.pro
index 996eb53..397bc83 100644
--- a/core/pim/osearch/osearch.pro
+++ b/core/pim/osearch/osearch.pro
@@ -1,6 +1 @@
1# File generated by kdevelop's qmake manager.
2# -------------------------------------------
3# Subdir relative project main directory: .
4# Target is an application: osearch
5
6DEPENDPATH += $(OPIEDIR)/ioclude DEPENDPATH += $(OPIEDIR)/ioclude
diff --git a/core/pim/osearch/searchgroup.h b/core/pim/osearch/searchgroup.h
index d26ff17..6b6bbf5 100644
--- a/core/pim/osearch/searchgroup.h
+++ b/core/pim/osearch/searchgroup.h
@@ -19,2 +19,4 @@
19 19
20//#define LIPBOPIE_SEARCH
21
20/** 22/**
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()
44 44
45#ifdef LIPBOPIE_SEARCH
45 ORecordList<OTodo> results = _todos->matchRegexp(_search); 46 ORecordList<OTodo> results = _todos->matchRegexp(_search);
@@ -48,3 +49,3 @@ void TodoSearch::expand()
48 } 49 }
49/* 50#else
50 ORecordList<OTodo> list = _todos->allRecords(); 51 ORecordList<OTodo> list = _todos->allRecords();
@@ -58,3 +59,4 @@ void TodoSearch::expand()
58 59
59 }*/ 60 }
61#endif
60 62