Hi, qrichtext.cpp didn't compile, I committed the following change, it seems the cvs log didn't made it through. Please have a look whether it is ok. Bye Alex static void qrt_createSelectionPixmap( const QColorGroup &cg ) { qrt_selection = new QPixmap( 2, 2 ); - qrt_cleanup_pixmap.add( &qrt_selection ); + qrt_cleanup_pixmap.add( qrt_selection ); qrt_selection->fill( Qt::color0 ); _______________________________________________ Koffice-devel mailing list Koffice-devel@master.kde.org http://master.kde.org/mailman/listinfo/koffice-devel