diff options
| author | Peter Penz <[email protected]> | 2008-05-07 20:55:51 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-05-07 20:55:51 +0000 |
| commit | 197abb4be8500fed28eeb0a9bc1c2ca5135a9f67 (patch) | |
| tree | f070a41a1199c3a30c8bb6906443f1cd5ecec934 /src/selectiontoggle.h | |
| parent | 63be8bc9a149a1bf3d2d8441f6c6bc23b04467d0 (diff) | |
Update selection toggle icon when the icon theme has been changed. Thanks to David Benjamin for the patch!
BUG: 161316
svn path=/trunk/KDE/kdebase/apps/; revision=805209
Diffstat (limited to 'src/selectiontoggle.h')
| -rw-r--r-- | src/selectiontoggle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/selectiontoggle.h b/src/selectiontoggle.h index c303b662f..e8f808562 100644 --- a/src/selectiontoggle.h +++ b/src/selectiontoggle.h @@ -70,6 +70,7 @@ private slots: void setFadingValue(int value); void setIconOverlay(bool checked); + void refreshIcon(); private: void startFading(); |
