summaryrefslogtreecommitdiffstats
path: root/noatun/modules/winskin/waMain.h
blob: 06bcfe5d66c731ea853e995ecb29a70d1caa25b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef __WAMAIN_H
#define __WAMAIN_H

#include "waWidget.h"

class WaMain : WaWidget {
    Q_OBJECT
public:
    WaMain();
    ~WaMain();

protected:
    void paintEvent(QPaintEvent *);
};

#endif