diff options
Diffstat (limited to 'src/IconbarTool.cc')
-rw-r--r-- | src/IconbarTool.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/IconbarTool.cc b/src/IconbarTool.cc index de56569..4275ec9 100644 --- a/src/IconbarTool.cc +++ b/src/IconbarTool.cc | |||
@@ -37,8 +37,8 @@ | |||
37 | #include "FocusControl.hh" | 37 | #include "FocusControl.hh" |
38 | #include "FbCommands.hh" | 38 | #include "FbCommands.hh" |
39 | #include "Layer.hh" | 39 | #include "Layer.hh" |
40 | #include "STLUtil.hh" | ||
41 | 40 | ||
41 | #include "FbTk/STLUtil.hh" | ||
42 | #include "FbTk/I18n.hh" | 42 | #include "FbTk/I18n.hh" |
43 | #include "FbTk/Menu.hh" | 43 | #include "FbTk/Menu.hh" |
44 | #include "FbTk/MenuItem.hh" | 44 | #include "FbTk/MenuItem.hh" |
@@ -523,7 +523,7 @@ void IconbarTool::renderButton(IconButton &button, bool clear) { | |||
523 | 523 | ||
524 | void IconbarTool::deleteIcons() { | 524 | void IconbarTool::deleteIcons() { |
525 | m_icon_container.removeAll(); | 525 | m_icon_container.removeAll(); |
526 | STLUtil::destroyAndClearSecond(m_icons); | 526 | FbTk::STLUtil::destroyAndClearSecond(m_icons); |
527 | } | 527 | } |
528 | 528 | ||
529 | void IconbarTool::removeWindow(Focusable &win) { | 529 | void IconbarTool::removeWindow(Focusable &win) { |