diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-01-18 08:33:47 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-01-18 08:33:47 (GMT) |
commit | 1d4bea8a2db2c0ab1e14b8afd81c87b80a262d66 (patch) | |
tree | 21cc4e919cabe52ab8d355a7ceec980da6fb420a /src/ToolbarItem.hh | |
parent | 3a5fd7342d6cfd00acafeec4c1f35948a550e4ab (diff) | |
parent | 8c2cee577a744870fd497f73a21c2d4e1c45c907 (diff) | |
download | fluxbox_lack-1d4bea8a2db2c0ab1e14b8afd81c87b80a262d66.zip fluxbox_lack-1d4bea8a2db2c0ab1e14b8afd81c87b80a262d66.tar.bz2 |
Merge branch 'master' of fluxbox@gitfbox:fluxbox
Diffstat (limited to 'src/ToolbarItem.hh')
-rw-r--r-- | src/ToolbarItem.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ToolbarItem.hh b/src/ToolbarItem.hh index c4327b2..4a92c97 100644 --- a/src/ToolbarItem.hh +++ b/src/ToolbarItem.hh | |||
@@ -24,7 +24,7 @@ | |||
24 | #define TOOLBARITEM_HH | 24 | #define TOOLBARITEM_HH |
25 | 25 | ||
26 | #include "FbTk/Subject.hh" | 26 | #include "FbTk/Subject.hh" |
27 | #include "FbTk/Text.hh" // orientation | 27 | #include "FbTk/Orientation.hh" |
28 | 28 | ||
29 | /// An item in the toolbar that has either fixed or relative size to the toolbar | 29 | /// An item in the toolbar that has either fixed or relative size to the toolbar |
30 | class ToolbarItem { | 30 | class ToolbarItem { |