summaryrefslogtreecommitdiffstats
path: root/qmake/examples/precompile/myobject.h
blob: 5819267eba5e417744ac0760122c60810fa038ee (plain)
1
2
3
4
5
6
7
8
#include <ntqobject.h>

class MyObject : public TQObject
{
public:
    MyObject();
    ~MyObject();
};