summaryrefslogtreecommitdiff
path: root/seentl.h
blob: 91889fc555eb984f410250d0662a902e573e1390 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef SEENTL_H
#define SEENTL_H

#include <QtGui/QMainWindow>

namespace Ui
{
    class SEENTLClass;
}

class SEENTL : public QMainWindow
{
    Q_OBJECT

public:
    SEENTL(QWidget *parent = 0);
    ~SEENTL();

private:
    Ui::SEENTLClass *ui;
};

#endif // SEENTL_H