diff options
author | akir <akir> | 2004-10-21 16:45:30 (GMT) |
---|---|---|
committer | akir <akir> | 2004-10-21 16:45:30 (GMT) |
commit | 6b541c9162bb219777653196e84c86998bd9641f (patch) | |
tree | afeec061da6f04c3e033c01108d705b60639144d /src/FbTk | |
parent | a63a27886d7861d59352e0c4fe96f7d61c9925b4 (diff) | |
download | fluxbox_pavel-6b541c9162bb219777653196e84c86998bd9641f.zip fluxbox_pavel-6b541c9162bb219777653196e84c86998bd9641f.tar.bz2 |
modified to make it work with the ThemeItem.hh -> ThemeItem.cc action
Diffstat (limited to 'src/FbTk')
-rw-r--r-- | src/FbTk/Theme.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/Theme.cc b/src/FbTk/Theme.cc index f3b4530..dea7250 100644 --- a/src/FbTk/Theme.cc +++ b/src/FbTk/Theme.cc | |||
@@ -19,16 +19,16 @@ | |||
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: Theme.cc,v 1.29 2004/08/31 15:26:39 rathnor Exp $ | 22 | // $Id: Theme.cc,v 1.30 2004/10/21 16:45:30 akir Exp $ |
23 | 23 | ||
24 | #include "Theme.hh" | 24 | #include "Theme.hh" |
25 | 25 | ||
26 | #include "XrmDatabaseHelper.hh" | 26 | #include "XrmDatabaseHelper.hh" |
27 | #include "App.hh" | 27 | #include "App.hh" |
28 | #include "StringUtil.hh" | 28 | #include "StringUtil.hh" |
29 | #include "ThemeItems.hh" | ||
30 | #include "Directory.hh" | 29 | #include "Directory.hh" |
31 | #include "I18n.hh" | 30 | #include "I18n.hh" |
31 | #include "Image.hh" | ||
32 | 32 | ||
33 | #ifdef HAVE_CSTDIO | 33 | #ifdef HAVE_CSTDIO |
34 | #include <cstdio> | 34 | #include <cstdio> |