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

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

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

    virtual void setMixSet(MixSet *mixset);
};

#endif