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

« back to all changes in this revision

Viewing changes to src/gui/setup_theme.cpp

  • 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:
23
23
#include "gui/setup_theme.h"
24
24
 
25
25
#include "gui/gui.h"
26
 
#include "gui/editdialog.h"
27
26
#include "gui/okdialog.h"
28
27
 
29
28
#include "gui/widgets/button.h"
30
 
#include "gui/widgets/checkbox.h"
31
29
#include "gui/widgets/dropdown.h"
32
30
#include "gui/widgets/extendedlistmodel.h"
33
31
#include "gui/widgets/label.h"
35
33
#include "gui/widgets/namesmodel.h"
36
34
 
37
35
#include "configuration.h"
38
 
#include "localplayer.h"
39
36
 
40
37
#include "utils/gettext.h"
41
38