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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/pim/osearch/searchgroup.h b/core/pim/osearch/searchgroup.h
index 4195e6f..d26ff17 100644
--- a/core/pim/osearch/searchgroup.h
+++ b/core/pim/osearch/searchgroup.h
@@ -7,25 +7,24 @@
7// 7//
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#define LIPBOPIE_SEARCH
20 19
21/** 20/**
22@author Patrick S. Vogt 21@author Patrick S. Vogt
23*/ 22*/
24class SearchGroup : public OListViewItem 23class SearchGroup : public OListViewItem
25{ 24{
26public: 25public:
27 SearchGroup(QListView* parent, QString name); 26 SearchGroup(QListView* parent, QString name);
28 27
29 ~SearchGroup(); 28 ~SearchGroup();
30 29
31 virtual void expand(); 30 virtual void expand();