diff options
Diffstat (limited to 'src/Toolbar.hh')
-rw-r--r-- | src/Toolbar.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Toolbar.hh b/src/Toolbar.hh index fb4aacd..7fde897 100644 --- a/src/Toolbar.hh +++ b/src/Toolbar.hh | |||
@@ -31,7 +31,7 @@ | |||
31 | #include "LayerMenu.hh" | 31 | #include "LayerMenu.hh" |
32 | #include "ToolFactory.hh" | 32 | #include "ToolFactory.hh" |
33 | #include "ToolTheme.hh" | 33 | #include "ToolTheme.hh" |
34 | #include "fluxbox.hh" | 34 | #include "Layer.hh" |
35 | 35 | ||
36 | #include "FbTk/Timer.hh" | 36 | #include "FbTk/Timer.hh" |
37 | #include "FbTk/Resource.hh" | 37 | #include "FbTk/Resource.hh" |
@@ -183,7 +183,7 @@ private: | |||
183 | FbTk::Resource<bool> m_rc_auto_hide, m_rc_maximize_over, m_rc_visible; | 183 | FbTk::Resource<bool> m_rc_auto_hide, m_rc_maximize_over, m_rc_visible; |
184 | FbTk::Resource<int> m_rc_width_percent; | 184 | FbTk::Resource<int> m_rc_width_percent; |
185 | FbTk::Resource<int> m_rc_alpha; | 185 | FbTk::Resource<int> m_rc_alpha; |
186 | FbTk::Resource<Fluxbox::Layer> m_rc_layernum; | 186 | FbTk::Resource<Layer> m_rc_layernum; |
187 | FbTk::Resource<int> m_rc_on_head; | 187 | FbTk::Resource<int> m_rc_on_head; |
188 | FbTk::Resource<Placement> m_rc_placement; | 188 | FbTk::Resource<Placement> m_rc_placement; |
189 | FbTk::Resource<int> m_rc_height; | 189 | FbTk::Resource<int> m_rc_height; |