summaryrefslogtreecommitdiff
path: root/core/pim/osearch/mainwindow.h
Side-by-side diff
Diffstat (limited to 'core/pim/osearch/mainwindow.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/osearch/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/pim/osearch/mainwindow.h b/core/pim/osearch/mainwindow.h
index 939762e..cba11c5 100644
--- a/core/pim/osearch/mainwindow.h
+++ b/core/pim/osearch/mainwindow.h
@@ -51,6 +51,7 @@ protected slots:
void showPopup();
void stopTimer( QListViewItem* );
void searchStringChanged();
+ void optionChanged(int);
private:
OListView *resultsList;
@@ -68,6 +69,7 @@ private:
QAction *SearchAllAction;
QAction *actionCaseSensitiv;
QAction *actionWildcards;
+ //QAction *actionWholeWordsOnly;
uint _buttonCount;
void makeMenu();
};