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

« back to all changes in this revision

Viewing changes to src/gui/quitdialog.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:
25
25
#include "client.h"
26
26
#include "configuration.h"
27
27
#include "game.h"
28
 
#include "keydata.h"
29
 
#include "keyevent.h"
30
28
#include "soundconsts.h"
31
29
#include "soundmanager.h"
32
30
 
33
 
#include "gui/chatwindow.h"
34
 
#include "gui/npcdialog.h"
35
 
#include "gui/sdlinput.h"
 
31
#include "input/keydata.h"
 
32
#include "input/keyevent.h"
 
33
 
36
34
#include "gui/viewport.h"
37
35
 
38
 
#include "gui/widgets/checkbox.h"
39
36
#include "gui/widgets/layout.h"
40
37
#include "gui/widgets/button.h"
41
38
#include "gui/widgets/radiobutton.h"
42
39
 
43
40
#include "net/charserverhandler.h"
44
41
#include "net/gamehandler.h"
45
 
#include "net/npchandler.h"
46
42
#include "net/net.h"
47
43
 
48
44
#include "utils/gettext.h"