summaryrefslogtreecommitdiffstats
path: root/noatun/modules/winskin/waClutterbar.h
blob: 29892a98c28acd60beda3184c16c246ce15ff70d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef __WACLUTTERBAR_H
#define __WACLUTTERBAR_H

#include <tqpainter.h>
#include "waWidget.h"

class WaClutterbar : public WaWidget {
    TQ_OBJECT
  

  public:
     WaClutterbar();
    ~WaClutterbar();

  public slots:
    void paintEvent(TQPaintEvent *);
};

#endif