aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/MenuTheme.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-04-26 22:10:53 (GMT)
committerfluxgen <fluxgen>2003-04-26 22:10:53 (GMT)
commit5a543f8d7c9ef71eb979f896c7de7cb631d21fd8 (patch)
treeab5335fd8f83f176fab8c4cff3908d76fc86bcea /src/FbTk/MenuTheme.cc
parent6125c24401266effb90baf4b99d918bcdf29cad8 (diff)
downloadfluxbox-5a543f8d7c9ef71eb979f896c7de7cb631d21fd8.zip
fluxbox-5a543f8d7c9ef71eb979f896c7de7cb631d21fd8.tar.bz2
moved StringUtil to FbTk
Diffstat (limited to 'src/FbTk/MenuTheme.cc')
-rw-r--r--src/FbTk/MenuTheme.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/FbTk/MenuTheme.cc b/src/FbTk/MenuTheme.cc
index 82a6a51..640a408 100644
--- a/src/FbTk/MenuTheme.cc
+++ b/src/FbTk/MenuTheme.cc
@@ -1,5 +1,5 @@
1// MenuTheme.cc for FbTk 1// MenuTheme.cc for FbTk
2// Copyright (c) 2002 Henrik Kinnunen (fluxgen at users.sourceforge.net) 2// Copyright (c) 2002-2003 Henrik Kinnunen (fluxgen at users.sourceforge.net)
3// 3//
4// Permission is hereby granted, free of charge, to any person obtaining a 4// Permission is hereby granted, free of charge, to any person obtaining a
5// copy of this software and associated documentation files (the "Software"), 5// copy of this software and associated documentation files (the "Software"),
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: MenuTheme.cc,v 1.6 2003/02/23 01:00:48 fluxgen Exp $ 22// $Id: MenuTheme.cc,v 1.7 2003/04/26 22:10:53 fluxgen Exp $
23 23
24#include "MenuTheme.hh" 24#include "MenuTheme.hh"
25 25
@@ -27,8 +27,8 @@
27#include "Texture.hh" 27#include "Texture.hh"
28#include "Font.hh" 28#include "Font.hh"
29#include "App.hh" 29#include "App.hh"
30//TODO change this 30#include "StringUtil.hh"
31#include "../StringUtil.hh" 31
32#include <cstdio> 32#include <cstdio>
33 33
34namespace FbTk { 34namespace FbTk {