#ifndef __INFORMATION_H__
#define __INFORMATION_H__
#include "stage.h"
class Information : public Stage
{
Q_OBJECT
public:
Information(QWidget *parent = 0);
virtual ~Information();
void keyPressEvent(QKeyEvent *ke);
};
#endif // __INFORMATION_H__