diff options
Diffstat (limited to 'src/IconBar.cc')
-rw-r--r-- | src/IconBar.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/IconBar.cc b/src/IconBar.cc index 2cad76a..dd80cec 100644 --- a/src/IconBar.cc +++ b/src/IconBar.cc | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: IconBar.cc,v 1.22 2002/12/09 19:03:13 fluxgen Exp $ | 22 | // $Id: IconBar.cc,v 1.23 2003/01/09 22:03:06 fluxgen Exp $ |
23 | 23 | ||
24 | #include "IconBar.hh" | 24 | #include "IconBar.hh" |
25 | #include "i18n.hh" | 25 | #include "i18n.hh" |
@@ -117,7 +117,7 @@ Window IconBar::delIcon(FluxboxWindow *fluxboxwin) { | |||
117 | // with the size width * height | 117 | // with the size width * height |
118 | //-------------------------------------- | 118 | //-------------------------------------- |
119 | void IconBar::loadTheme(unsigned int width, unsigned int height) { | 119 | void IconBar::loadTheme(unsigned int width, unsigned int height) { |
120 | BImageControl *image_ctrl = m_screen->getImageControl(); | 120 | FbTk::ImageControl *image_ctrl = m_screen->getImageControl(); |
121 | Pixmap tmp = m_focus_pm; | 121 | Pixmap tmp = m_focus_pm; |
122 | const FbTk::Texture *texture = &(m_screen->getWindowStyle()->tab.l_focus); | 122 | const FbTk::Texture *texture = &(m_screen->getWindowStyle()->tab.l_focus); |
123 | 123 | ||