summaryrefslogtreecommitdiffstats
path: root/konqueror/listview/konq_listview.h
diff options
context:
space:
mode:
Diffstat (limited to 'konqueror/listview/konq_listview.h')
-rw-r--r--konqueror/listview/konq_listview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/konqueror/listview/konq_listview.h b/konqueror/listview/konq_listview.h
index fc72f6e87..f7ba3afc9 100644
--- a/konqueror/listview/konq_listview.h
+++ b/konqueror/listview/konq_listview.h
@@ -111,6 +111,7 @@ protected slots:
void slotCaseInsensitive();
void slotSelectionChanged();
+ void slotChangeHiddenFileMatcher();
void slotShowDot();
//this is called if a item in the submenu is toggled
//it saves the new configuration according to the menu items
@@ -188,6 +189,7 @@ private:
TDEToggleAction *m_paCaseInsensitive;
+ TDEAction *m_paChangeHiddenFileMatcher;
TDEToggleAction *m_paShowDot;
TDEToggleAction *m_paShowTime;
TDEToggleAction *m_paShowType;