diff options
Diffstat (limited to 'src/IconbarTool.hh')
-rw-r--r-- | src/IconbarTool.hh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/IconbarTool.hh b/src/IconbarTool.hh index 4ff962d..36609cc 100644 --- a/src/IconbarTool.hh +++ b/src/IconbarTool.hh | |||
@@ -43,7 +43,8 @@ class IconbarTool: public ToolbarItem, public FbTk::Observer { | |||
43 | public: | 43 | public: |
44 | typedef std::map<Focusable *, IconButton *> IconMap; | 44 | typedef std::map<Focusable *, IconButton *> IconMap; |
45 | 45 | ||
46 | IconbarTool(const FbTk::FbWindow &parent, IconbarTheme &theme, | 46 | IconbarTool(const FbTk::FbWindow &parent, |
47 | FbTk::ThemeProxy<IconbarTheme> &theme, | ||
47 | BScreen &screen, FbTk::Menu &menu); | 48 | BScreen &screen, FbTk::Menu &menu); |
48 | ~IconbarTool(); | 49 | ~IconbarTool(); |
49 | 50 | ||
@@ -95,7 +96,7 @@ private: | |||
95 | 96 | ||
96 | BScreen &m_screen; | 97 | BScreen &m_screen; |
97 | FbTk::Container m_icon_container; | 98 | FbTk::Container m_icon_container; |
98 | IconbarTheme &m_theme; | 99 | FbTk::ThemeProxy<IconbarTheme> &m_theme; |
99 | FbTk::CachedPixmap m_empty_pm; ///< pixmap for empty container | 100 | FbTk::CachedPixmap m_empty_pm; ///< pixmap for empty container |
100 | 101 | ||
101 | 102 | ||