summaryrefslogtreecommitdiffabout
path: root/korganizer/searchdialog.h
Side-by-side diff
Diffstat (limited to 'korganizer/searchdialog.h') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/searchdialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/korganizer/searchdialog.h b/korganizer/searchdialog.h
index 11ad2f0..b345b98 100644
--- a/korganizer/searchdialog.h
+++ b/korganizer/searchdialog.h
@@ -62,2 +62,3 @@ class SearchDialog : public QVBox
void searchTextChanged( const QString &_text );
+ void toggleCheckboxes();
@@ -69,2 +70,4 @@ class SearchDialog : public QVBox
private:
+
+ QHBox *incidenceGroup ,*subjectGroup ,*attendeeGroup;
void search(const QRegExp &);