summaryrefslogtreecommitdiffstats
path: root/kmix/viewinput.h
blob: 03aa101f06313d24a1dcee4e301510c7b5f065eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef ViewInput_h
#define ViewInput_h

#include "viewsliders.h"
class TQWidget;
class Mixer;

class ViewInput : public ViewSliders
{
    Q_OBJECT
  TQ_OBJECT
public:
    ViewInput(TQWidget* tqparent, const char* name, const TQString & caption, Mixer* mixer, ViewBase::ViewFlags vflags);
    ~ViewInput();

    virtual void setMixSet(MixSet *mixset);
};

#endif