┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search/searchcriterionvalue.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-11-12 20:07:14 +0000
committerPeter Penz <[email protected]>2009-11-12 20:07:14 +0000
commitebba84fbdd1effc828f88e08966dad5982371ecc (patch)
treef60155d31af6e274c721d83e9fbd284d3a74683d /src/search/searchcriterionvalue.h
parent1c62d0accf3cdfbeaaf93abb06971531cce156f1 (diff)
* adjust order of search options
* load real tags instead of offering the dummy "feffi" svn path=/trunk/KDE/kdebase/apps/; revision=1048145
Diffstat (limited to 'src/search/searchcriterionvalue.h')
-rw-r--r--src/search/searchcriterionvalue.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/search/searchcriterionvalue.h b/src/search/searchcriterionvalue.h
index 7bb79243d..5144c7181 100644
--- a/src/search/searchcriterionvalue.h
+++ b/src/search/searchcriterionvalue.h
@@ -73,6 +73,9 @@ public:
virtual ~TagValue();
virtual QString value() const;
+protected:
+ virtual void showEvent(QShowEvent* event);
+
private:
QComboBox* m_tags;
};