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 4062f83..1e6b6a5 100644 --- a/src/Toolbar.hh +++ b/src/Toolbar.hh | |||
@@ -46,11 +46,11 @@ | |||
46 | class BScreen; | 46 | class BScreen; |
47 | class Strut; | 47 | class Strut; |
48 | class FbMenu; | 48 | class FbMenu; |
49 | class Shape; | ||
50 | class ToolbarItem; | 49 | class ToolbarItem; |
51 | 50 | ||
52 | namespace FbTk { | 51 | namespace FbTk { |
53 | class ImageControl; | 52 | class ImageControl; |
53 | class Shape; | ||
54 | } | 54 | } |
55 | 55 | ||
56 | /// The toolbar. | 56 | /// The toolbar. |
@@ -183,7 +183,7 @@ private: | |||
183 | FbTk::Resource<Placement> m_rc_placement; | 183 | FbTk::Resource<Placement> m_rc_placement; |
184 | FbTk::Resource<int> m_rc_height; | 184 | FbTk::Resource<int> m_rc_height; |
185 | FbTk::Resource<std::string> m_rc_tools; | 185 | FbTk::Resource<std::string> m_rc_tools; |
186 | std::auto_ptr<Shape> m_shape; | 186 | std::auto_ptr<FbTk::Shape> m_shape; |
187 | typedef std::list<std::string> StringList; | 187 | typedef std::list<std::string> StringList; |
188 | StringList m_tools; | 188 | StringList m_tools; |
189 | 189 | ||