summaryrefslogtreecommitdiffstats
path: root/noatun/modules/winskin/waClutterbar.h
blob: b75600392333def8c102d56d791e8abdc7e96e67 (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
  TQ_OBJECT

  public:
     WaClutterbar();
    ~WaClutterbar();

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

#endif