Hi All

I am porting my code from QT3 to QT4. I used QPtrList which allowed me to append items in my list as "void QPtrList::append ( const type * item )". Now what can i do to acheive the same result in QT4. Please help

Thanks alot

Rohit