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

#include "waWidget.h"

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

protected:
    void paintEvent(TQPaintEvent *);
};

#endif