diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2008-01-15 07:45:57 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2008-01-15 07:45:57 (GMT) |
commit | f6c292a406f183a12b2e327716aad5de4c0abcca (patch) | |
tree | a90b80a7a1ec95ce7ab0b66447b7528f64e03eae /src/ClockTool.cc | |
parent | e1db89e2d7d56afca5335550ee1c9ff87fd54ba4 (diff) | |
download | fluxbox_pavel-f6c292a406f183a12b2e327716aad5de4c0abcca.zip fluxbox_pavel-f6c292a406f183a12b2e327716aad5de4c0abcca.tar.bz2 |
split Text.hh into Orientation.hh and TextUtils.{cc,hh}
Diffstat (limited to 'src/ClockTool.cc')
-rw-r--r-- | src/ClockTool.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ClockTool.cc b/src/ClockTool.cc index ae78266..1dd07cd 100644 --- a/src/ClockTool.cc +++ b/src/ClockTool.cc | |||
@@ -30,6 +30,7 @@ | |||
30 | 30 | ||
31 | #include "FbTk/SimpleCommand.hh" | 31 | #include "FbTk/SimpleCommand.hh" |
32 | #include "FbTk/ImageControl.hh" | 32 | #include "FbTk/ImageControl.hh" |
33 | #include "FbTk/TextUtils.hh" | ||
33 | #include "FbTk/Menu.hh" | 34 | #include "FbTk/Menu.hh" |
34 | #include "FbTk/MenuItem.hh" | 35 | #include "FbTk/MenuItem.hh" |
35 | #include "FbTk/I18n.hh" | 36 | #include "FbTk/I18n.hh" |