Hi,

I have derived my class from QAccessibleWidget. I need to implement signal and slots in my class. But whenever I put Q_OBJECT macro my program is not compiling.

During comilation of MOC file it's saying that staticMetaObject, qt_metacast and qt_metacall are not member of 'QAccessibleWidget'.

Could someone please help me to resolve the issue?

Thanks ain advance.

Regards
Rakesh