~bulldog98/invertika/invertika-svn

« back to all changes in this revision

Viewing changes to src/gui/quitdialog.h

  • Committer: seeseekey
  • Date: 2011-10-06 06:48:04 UTC
  • Revision ID: svn-v4:784bf6b6-0765-11df-962c-b5c252e50527:trunk/client:5415
Client aktualisiert.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
#include <vector>
31
31
 
 
32
class Button;
 
33
 
32
34
/**
33
35
 * The quit dialog.
34
36
 *
62
64
        gcn::RadioButton *mForceQuit;
63
65
        gcn::RadioButton *mSwitchAccountServer;
64
66
        gcn::RadioButton *mSwitchCharacter;
65
 
        gcn::Button *mOkButton;
66
 
        gcn::Button *mCancelButton;
 
67
        Button *mOkButton;
 
68
        Button *mCancelButton;
67
69
 
68
70
        QuitDialog **mMyPointer;
69
71
};