summaryrefslogtreecommitdiffstats
path: root/arts/gui/kde/dbtest.h
blob: 231639731e45bd35486cbb2b5f9f5e55f890ff42 (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 {
   Q_OBJECT
  TQ_OBJECT
public:
	dBTestWidget( TQWidget*, const char* =0 );
	~dBTestWidget();
};

#endif