aboutsummaryrefslogtreecommitdiff
path: root/src/Toolbar.hh
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2007-12-28 06:52:48 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2007-12-28 06:52:48 (GMT)
commit62bcfaf0e4fd7d77873343d880fc526ec58cdaa6 (patch)
treeb9433c7f8e0aaa5d6e9ce40e7f5257d81136815f /src/Toolbar.hh
parent0ec165e85b313588d43dbdc2450da9838c4c528f (diff)
downloadfluxbox-62bcfaf0e4fd7d77873343d880fc526ec58cdaa6.zip
fluxbox-62bcfaf0e4fd7d77873343d880fc526ec58cdaa6.tar.bz2
move Shape to FbTk
Diffstat (limited to 'src/Toolbar.hh')
-rw-r--r--src/Toolbar.hh4
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 @@
46class BScreen; 46class BScreen;
47class Strut; 47class Strut;
48class FbMenu; 48class FbMenu;
49class Shape;
50class ToolbarItem; 49class ToolbarItem;
51 50
52namespace FbTk { 51namespace FbTk {
53class ImageControl; 52class ImageControl;
53class 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