summaryrefslogtreecommitdiff
path: root/core/pim/osearch/searchgroup.h
authorllornkcor <llornkcor>2003-11-05 10:39:07 (UTC)
committer llornkcor <llornkcor>2003-11-05 10:39:07 (UTC)
commit15163234024750178829812f31a1e7173a66fa1d (patch) (unidiff)
treef5bae5403ebe3194d95a58783f06895659616e8e /core/pim/osearch/searchgroup.h
parent91369ae9ca93f499fd0883a13f046a4b435d1b56 (diff)
downloadopie-15163234024750178829812f31a1e7173a66fa1d.zip
opie-15163234024750178829812f31a1e7173a66fa1d.tar.gz
opie-15163234024750178829812f31a1e7173a66fa1d.tar.bz2
make compile. needs fixing
Diffstat (limited to 'core/pim/osearch/searchgroup.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/osearch/searchgroup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pim/osearch/searchgroup.h b/core/pim/osearch/searchgroup.h
index 23aa82a..48097ab 100644
--- a/core/pim/osearch/searchgroup.h
+++ b/core/pim/osearch/searchgroup.h
@@ -27,6 +27,7 @@ public:
27 SearchGroup(QListView* parent, QString name); 27 SearchGroup(QListView* parent, QString name);
28 28
29 ~SearchGroup(); 29 ~SearchGroup();
30 int _resultCount;
30 31
31 virtual void expand(); 32 virtual void expand();
32 virtual void doSearch(); 33 virtual void doSearch();
@@ -43,7 +44,6 @@ protected:
43private: 44private:
44 int realSearch(); 45 int realSearch();
45 bool loaded :1; 46 bool loaded :1;
46 int _resultCount;
47}; 47};
48 48
49#endif 49#endif