summaryrefslogtreecommitdiffstats
path: root/noatun/modules/winskin/waClutterbar.h
blob: 070d9e7e7f1baaa9fc689731c011b8608362171d (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 {
    Q_OBJECT
  

  public:
     WaClutterbar();
    ~WaClutterbar();

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

#endif