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

#ifndef DBTESTWIDGET_H
#define DBTESTWIDGET_H

#include <tqwidget.h>

#include "dbvolcalc.h"

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

#endif