i agree with wysota. please make a clean metaobject file which qmake already does,
start with a new pro file, a new environment .
moc -o x_moc x.h
add the moc file in the main cpp file
#include "x_moc"
kindly read Q_OBJECT problems due to moc..
it may not exactly solve the problem but good to give a try.
Bookmarks