summaryrefslogtreecommitdiffstats
path: root/noatun/modules/winskin/waMain.h
blob: ff175fd8f029969d5d2e3aef1427737b39582fca (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 {
    TQ_OBJECT
    
public:
    WaMain();
    ~WaMain();

protected:
    void paintEvent(TQPaintEvent *);
};

#endif