~ubuntu-branches/ubuntu/trusty/manaplus/trusty-proposed

« back to all changes in this revision

Viewing changes to src/gui/widgets/setupitem.h

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-09-17 10:35:51 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20130917103551-az7p3nz9jgxwqjfn
Tags: 1.3.9.15-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifndef GUI_WIDGETS_SETUPITEM_H
22
22
#define GUI_WIDGETS_SETUPITEM_H
23
23
 
24
 
#include "gui/widgets/tabbedarea.h"
25
 
 
 
24
#include "gui/widgets/button.h"
26
25
#include "gui/widgets/setuptabscroll.h"
27
 
#include "gui/widgets/window.h"
28
26
 
29
27
#include <guichan/actionlistener.hpp>
30
 
#include <guichan/widget.hpp>
31
28
 
32
29
#include <list>
33
30
#include <vector>
34
31
 
35
32
class CheckBox;
36
33
class Configuration;
37
 
class ContainerPlacer;
38
34
class DropDown;
39
35
class EditDialog;
40
36
class HorizontContainer;