diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 12:46:50 -0500 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 12:46:50 -0500 |
| commit | 5595896b65965d3fee43e6a22921c0e7d5201f8d (patch) | |
| tree | a00b2580490869e8823771a268e56cf0ea6647b8 /src/filter.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/filter.cpp')
| -rw-r--r-- | src/filter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filter.cpp b/src/filter.cpp index db9afbc..9701e4e 100644 --- a/src/filter.cpp +++ b/src/filter.cpp @@ -52,7 +52,7 @@ FilterBar::FilterBar(TQWidget *parent, const char *name) // Create every widgets: TQIconSet resetIconSet = kapp->iconLoader()->loadIconSet("locationbar_erase", TDEIcon::Toolbar); - TQIconSet inAllIconSet = kapp->iconLoader()->loadIconSet("find", TDEIcon::Toolbar); + TQIconSet inAllIconSet = kapp->iconLoader()->loadIconSet("edit-find", TDEIcon::Toolbar); m_resetButton = new TQToolButton(this); |
