summaryrefslogtreecommitdiff
path: root/core/pim/osearch/searchgroup.h
Unidiff
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, 2 insertions, 0 deletions
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
@@ -8,24 +8,26 @@
8// Author: Patrick S. Vogt <tille@handhelds.org>, (C) 2003 8// Author: Patrick S. Vogt <tille@handhelds.org>, (C) 2003
9// 9//
10// Copyright: See COPYING file that comes with this distribution 10// Copyright: See COPYING file that comes with this distribution
11// 11//
12// 12//
13#ifndef SEARCHGROUP_H 13#ifndef SEARCHGROUP_H
14#define SEARCHGROUP_H 14#define SEARCHGROUP_H
15 15
16#include "olistviewitem.h" 16#include "olistviewitem.h"
17 17
18#include <qregexp.h> 18#include <qregexp.h>
19 19
20//#define LIPBOPIE_SEARCH
21
20/** 22/**
21@author Patrick S. Vogt 23@author Patrick S. Vogt
22*/ 24*/
23class SearchGroup : public OListViewItem 25class SearchGroup : public OListViewItem
24{ 26{
25public: 27public:
26 SearchGroup(QListView* parent, QString name); 28 SearchGroup(QListView* parent, QString name);
27 29
28 ~SearchGroup(); 30 ~SearchGroup();
29 31
30 virtual void expand(); 32 virtual void expand();
31 virtual void setSearch(QString); 33 virtual void setSearch(QString);