On Monday 28 April 2003 19:25, Daniel Molkentin wrote: > On Monday 28 April 2003 19:18, Marcus Camen wrote: > >- ifstream f(QFile::encodeName(m_file)); > >+ std::ifstream f(QFile::encodeName(m_file)); > > I know you just made it compile, but, uhm, this should really be QTL, > shouldn't it? Being pedantic, but that's not STL (and as such couldn't be replaced with QTL). That's the "Standard Library" as opposed to the "Standard Template Library" -- i.e. there are no templates involved there and it's not "generic programming". Cheers, -Scott -- The first principle is that you must not fool yourself and you are the easiest person to fool. --Richard Feynman