diff options
author | Timothy Pearson <[email protected]> | 2014-10-13 12:46:50 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-13 12:46:50 -0500 |
commit | 5595896b65965d3fee43e6a22921c0e7d5201f8d (patch) | |
tree | a00b2580490869e8823771a268e56cf0ea6647b8 /src/bnpview.cpp | |
parent | e36d74eb722ea483d2ba48c9984f01a3a0b70bb5 (diff) | |
download | basket-5595896b65965d3fee43e6a22921c0e7d5201f8d.tar.gz basket-5595896b65965d3fee43e6a22921c0e7d5201f8d.zip |
Bring undo, redo, find, and revert icons into XDG compliance
Diffstat (limited to 'src/bnpview.cpp')
-rw-r--r-- | src/bnpview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bnpview.cpp b/src/bnpview.cpp index 4c3f771..bec6f75 100644 --- a/src/bnpview.cpp +++ b/src/bnpview.cpp @@ -597,7 +597,7 @@ void BNPView::setupActions() actionCollection(), "edit_filter" ); connect( m_actShowFilter, TQT_SIGNAL(toggled(bool)), TQT_TQOBJECT(this), TQT_SLOT(showHideFilterBar(bool)) ); - m_actFilterAllBaskets = new TDEToggleAction( i18n("Filter all &Baskets"), "find", "Ctrl+Shift+F", + m_actFilterAllBaskets = new TDEToggleAction( i18n("Filter all &Baskets"), "edit-find", "Ctrl+Shift+F", actionCollection(), "edit_filter_all_baskets" ); connect( m_actFilterAllBaskets, TQT_SIGNAL(toggled(bool)), TQT_TQOBJECT(this), TQT_SLOT(toggleFilterAllBaskets(bool)) ); |