source: psi/vendor/affinix/current/src/tools/dwtest.h@ 2

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

Imported original Psi 0.10 sources from Affinix

File size: 209 bytes
Line 
1#ifndef DWTEST_H
2#define DWTEST_H
3
4#include<qstringlist.h>
5#include"dirwatch.h"
6
7class DwTest : public QObject
8{
9 Q_OBJECT
10public:
11 DwTest(const QStringList &);
12
13private slots:
14 void dw_changed();
15};
16
17#endif
18
Note: See TracBrowser for help on using the repository browser.