diff options
-rw-r--r-- | src/IconButton.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/IconButton.cc b/src/IconButton.cc index d455880..ce4719a 100644 --- a/src/IconButton.cc +++ b/src/IconButton.cc | |||
@@ -20,14 +20,13 @@ | |||
20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
21 | // DEALINGS IN THE SOFTWARE. | 21 | // DEALINGS IN THE SOFTWARE. |
22 | 22 | ||
23 | // $Id: IconButton.cc,v 1.4 2003/08/13 10:03:45 fluxgen Exp $ | 23 | // $Id: IconButton.cc,v 1.5 2003/08/16 12:04:12 fluxgen Exp $ |
24 | 24 | ||
25 | #include "IconButton.hh" | 25 | #include "IconButton.hh" |
26 | 26 | ||
27 | #include "FbTk/App.hh" | 27 | #include "FbTk/App.hh" |
28 | #include "FbTk/EventManager.hh" | 28 | #include "FbTk/EventManager.hh" |
29 | 29 | ||
30 | #include "IconButtonTheme.hh" | ||
31 | #include "Window.hh" | 30 | #include "Window.hh" |
32 | #include "WinClient.hh" | 31 | #include "WinClient.hh" |
33 | #include "SimpleCommand.hh" | 32 | #include "SimpleCommand.hh" |