summaryrefslogtreecommitdiffstats
path: root/dcop/tests/driver.h
blob: ee4d5df573071cbf608255c24d9a5a38370261e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef _OPT_KDECVS_SRC_KDELIBS_DCOP_TEST_TESTER_H
#define _OPT_KDECVS_SRC_KDELIBS_DCOP_TEST_TESTER_H
#include "test_stub.h"
#include <qobject.h>



class Driver : public QObject, public Test_stub
{
	Q_OBJECT

	public:
		Driver(const char*);
	public slots:
		void test();

	private:
	int count;
};

#endif // _OPT_KDE-CVS_SRC_KDELIBS_DCOP_TEST_TESTER_H