Hello, got one yet another qt bug(?) .... qobject_cast<MyClass*> returns 0 dynamic_cast works fine. MyClass is derived from a base class derived from QObject. Q_OBJECT macro is present...