You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdemultimedia/arts/gui/kde/dbtest.h

18 lines
258 B

#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