aboutsummaryrefslogtreecommitdiff
path: root/src/IconButton.cc
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2008-01-15 07:45:57 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2008-01-15 07:45:57 (GMT)
commitf6c292a406f183a12b2e327716aad5de4c0abcca (patch)
treea90b80a7a1ec95ce7ab0b66447b7528f64e03eae /src/IconButton.cc
parente1db89e2d7d56afca5335550ee1c9ff87fd54ba4 (diff)
downloadfluxbox-f6c292a406f183a12b2e327716aad5de4c0abcca.zip
fluxbox-f6c292a406f183a12b2e327716aad5de4c0abcca.tar.bz2
split Text.hh into Orientation.hh and TextUtils.{cc,hh}
Diffstat (limited to 'src/IconButton.cc')
-rw-r--r--src/IconButton.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/IconButton.cc b/src/IconButton.cc
index 2df741a..09791c8 100644
--- a/src/IconButton.cc
+++ b/src/IconButton.cc
@@ -30,6 +30,7 @@
30#include "FbTk/Command.hh" 30#include "FbTk/Command.hh"
31#include "FbTk/EventManager.hh" 31#include "FbTk/EventManager.hh"
32#include "FbTk/ImageControl.hh" 32#include "FbTk/ImageControl.hh"
33#include "FbTk/TextUtils.hh"
33#include "FbTk/MacroCommand.hh" 34#include "FbTk/MacroCommand.hh"
34#include "FbTk/Menu.hh" 35#include "FbTk/Menu.hh"
35#include "FbTk/RefCount.hh" 36#include "FbTk/RefCount.hh"