Subversion Repositories svn1-original

Rev

Rev 108 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
107 - 1
#ifndef QMCONFWINNERS_H
2
#define QMCONFWINNERS_H
3
 
4
#include <QWidget>
5
 
6
namespace Ui {
7
    class QmConfWinners;
8
}
9
 
10
class QmConfWinners : public QWidget {
11
    Q_OBJECT
12
public:
13
    QmConfWinners(QWidget *parent = 0);
14
    ~QmConfWinners();
15
 
16
protected:
17
    void changeEvent(QEvent *e);
18
 
19
private:
20
    Ui::QmConfWinners *ui;
21
};
22
 
23
#endif // QMCONFWINNERS_H