From 80161fc208431b0c2ed4265b788af0713401f133 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Sun, 18 May 2003 22:12:25 +0000 Subject: moved XrmDatabaseHelper to FbTk --- src/FbTk/Theme.cc | 6 +++--- src/FbTk/Theme.hh | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/FbTk/Theme.cc b/src/FbTk/Theme.cc index d07d361..dc5a289 100644 --- a/src/FbTk/Theme.cc +++ b/src/FbTk/Theme.cc @@ -1,5 +1,5 @@ // Theme.cc for FbTk - Fluxbox ToolKit -// Copyright (c) 2002 Henrik Kinnunen (fluxgen at linuxmail.org) +// Copyright (c) 2002 - 2003 Henrik Kinnunen (fluxgen at users.sourceforge.net) // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"), @@ -19,11 +19,11 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Theme.cc,v 1.4 2003/05/08 15:10:57 fluxgen Exp $ +// $Id: Theme.cc,v 1.5 2003/05/18 22:12:25 fluxgen Exp $ #include "Theme.hh" -#include "../XrmDatabaseHelper.hh" +#include "XrmDatabaseHelper.hh" #include "Font.hh" #include "Color.hh" #include "Texture.hh" diff --git a/src/FbTk/Theme.hh b/src/FbTk/Theme.hh index 7675fae..1872084 100644 --- a/src/FbTk/Theme.hh +++ b/src/FbTk/Theme.hh @@ -1,5 +1,5 @@ // Theme.hh for FbTk - Fluxbox ToolKit -// Copyright (c) 2002 Henrik Kinnunen (fluxgen at linuxmail.org) +// Copyright (c) 2002 - 2003 Henrik Kinnunen (fluxgen at users.sourceforge.net) // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"), @@ -19,7 +19,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Theme.hh,v 1.3 2003/04/25 18:13:29 fluxgen Exp $ +// $Id: Theme.hh,v 1.4 2003/05/18 22:12:23 fluxgen Exp $ /** @file holds ThemeItem, Theme and ThemeManager which is the base for any theme @@ -32,7 +32,7 @@ #include #include -#include "../XrmDatabaseHelper.hh" +#include "XrmDatabaseHelper.hh" namespace FbTk { -- cgit v0.11.2