diff options
Diffstat (limited to 'src/gui/widgets/tab.cpp')
-rw-r--r-- | src/gui/widgets/tab.cpp | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/gui/widgets/tab.cpp b/src/gui/widgets/tab.cpp index 942ad3ef..af31822e 100644 --- a/src/gui/widgets/tab.cpp +++ b/src/gui/widgets/tab.cpp @@ -1,9 +1,8 @@ /* - * Aethyra + * The Mana World * Copyright (C) 2008 The Mana World Development Team * - * This file is part of Aethyra based on original code - * from The Mana World. + * This file is part of The Mana World. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,20 +19,21 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include <guichan/widgets/label.hpp> +#include "gui/widgets/tab.h" + +#include "gui/widgets/tabbedarea.h" -#include "tab.h" -#include "tabbedarea.h" +#include "gui/palette.h" -#include "../palette.h" +#include "configuration.h" +#include "graphics.h" -#include "../../configuration.h" -#include "../../graphics.h" +#include "resources/image.h" +#include "resources/resourcemanager.h" -#include "../../resources/image.h" -#include "../../resources/resourcemanager.h" +#include "utils/dtor.h" -#include "../../utils/dtor.h" +#include <guichan/widgets/label.hpp> int Tab::mInstances = 0; float Tab::mAlpha = config.getValue("guialpha", 0.8); |