From: Carsten Niehaus Date: Sat, 24 Jun 2006 11:06:00 +0000 (+0000) Subject: * Remove code which is now in OpenBabel2.1beta X-Git-Tag: v3.80.3~103^2~47 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=b84d6b1106f9c24263b4fd4481fe579cc1404ea2;p=libqmvoc.git * Remove code which is now in OpenBabel2.1beta svn path=/trunk/KDE/kdeedu/kalzium/src/openbabel2wrapper.cpp; revision=554558 --- diff --git a/kalzium/openbabel2wrapper.cpp b/kalzium/openbabel2wrapper.cpp index a273fcc..6cd92de 100644 --- a/kalzium/openbabel2wrapper.cpp +++ b/kalzium/openbabel2wrapper.cpp @@ -39,7 +39,7 @@ OpenBabel::OBMol* OpenBabel2Wrapper::readMolecule( const QString& filename ) //the OB2 Molecule OpenBabel::OBMol *mol = new OpenBabel::OBMol; - ifstream inFileStream( filename.toLatin1() ); + std::ifstream inFileStream( filename.toLatin1() ); if ( !inFileStream ) { QMessageBox::warning( 0, i18n( "Problem while opening the file" ), i18n( "Cannot open the specified file." ) );