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

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