summaryrefslogtreecommitdiffstats
path: root/arts/gui/kde/dbtest.h
blob: 041cdff24db059ba1aa358f69f546d1956c03e18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

#ifndef DBTESTWIDGET_H
#define DBTESTWIDGET_H

#include <tqwidget.h>

#include "dbvolcalc.h"

class dBTestWidget : public TQWidget, public dB2VolCalc {
   TQ_OBJECT
  
public:
	dBTestWidget( TQWidget*, const char* =0 );
	~dBTestWidget();
};

#endif