I am newbie in Qt4. Using mingW complier.

I have an application that is coded in MFC which include <atlbase.h> and <atlsafe.h> head. I would like to rebuild the application in QT4 but unfortunately I can not include these head file successfully. The main usage is CComSafeArray<BSTR> and CComPtr<T>.

I would like to know if it is possible to use them in QT4. If not, let me know. If yes (what I hope for) please provide a simple example or a reference to a site which shows how to do this. Or some replace method for CComSafeArray<BSTR> and CComPtr<T> in Qt?

Many thanks in advance for your advice.