moved XrmDatabaseHelper to FbTk
This commit is contained in:
parent
e2170d50cf
commit
80161fc208
2 changed files with 6 additions and 6 deletions
|
@ -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"
|
||||
|
|
|
@ -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<T>, Theme and ThemeManager which is the base for any theme
|
||||
|
@ -32,7 +32,7 @@
|
|||
#include <list>
|
||||
#include <string>
|
||||
|
||||
#include "../XrmDatabaseHelper.hh"
|
||||
#include "XrmDatabaseHelper.hh"
|
||||
|
||||
namespace FbTk {
|
||||
|
||||
|
|
Loading…
Reference in a new issue