source: psi/trunk/src/options/optionsdlgiface.h@ 119

Last change on this file since 119 was 2, checked in by dmik, 19 years ago

Imported original Psi 0.10 sources from Affinix

File size: 213 bytes
Line 
1#ifndef OPTIONSDLGIFACE_H
2#define OPTIONSDLGIFACE_H
3
4class OptionsDlgIface : public QObject
5{
6 Q_OBJECT
7public:
8 OptionsDlgIface(QObject *parent, const char *name);
9 ~OptionsDlgIface();
10
11public slots:
12
13};
14
15#endif
Note: See TracBrowser for help on using the repository browser.