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

« back to all changes in this revision

Viewing changes to src/gui/setup_chat.h

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi, Andrei Karas, Patrick Matthäi
  • Date: 2013-05-27 09:14:03 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20130527091403-4b1jceqok7g2v5on
Tags: 1.3.5.26-1
[ Andrei Karas ]
* Add new files to copyright file.
* Update homepage URL.

[ Patrick Matthäi ]
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
#include "gui/widgets/setuptabscroll.h"
27
27
 
28
 
#include <guichan/actionlistener.hpp>
29
 
 
30
28
class IntTextField;
31
29
class EditDialog;
32
30
 
37
35
 
38
36
        A_DELETE_COPY(Setup_Chat)
39
37
 
40
 
        void apply();
 
38
        void apply() override;
41
39
 
42
 
        void externalUpdated();
 
40
        void externalUpdated() override;
43
41
};
44
42
 
45
43
#endif