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.
22 lines
356 B
22 lines
356 B
#ifndef _OPT_KDECVS_SRC_KDELIBS_DCOP_TEST_TESTER_H
|
|
#define _OPT_KDECVS_SRC_KDELIBS_DCOP_TEST_TESTER_H
|
|
#include "test_stub.h"
|
|
#include <tqobject.h>
|
|
|
|
|
|
|
|
class Driver : public TQObject, public Test_stub
|
|
{
|
|
TQ_OBJECT
|
|
|
|
public:
|
|
Driver(const char*);
|
|
public slots:
|
|
void test();
|
|
|
|
private:
|
|
int count;
|
|
};
|
|
|
|
#endif // _OPT_KDE-CVS_SRC_KDELIBS_DCOP_TEST_TESTER_H
|