summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/qmake/examples/precompile/myobject.h
blob: 90c0b865ba4ddb22024a55c4b14ed104ebe723e7 (plain)
1
2
3
4
5
6
7
8
#include <tqobject.h>

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