CVS commit by cschumac: Make it compile. M +1 -1 qtopiaformat.cpp 1.2 --- kdepim/libkcal/qtopiaformat.cpp #1.1:1.2 @@ -188,5 +188,5 @@ bool QtopiaFormat::load( Calendar *calen QtopiaParser handler( calendar ); QFile xmlFile( fileName ); - QXmlInputSource source( &xmlFile ); + QXmlInputSource source( xmlFile ); QXmlSimpleReader reader; reader.setContentHandler( &handler );