]> Git trees. - libqmvoc.git/commitdiff
* Remove code which is now in OpenBabel2.1beta
authorCarsten Niehaus <cniehaus@gmx.de>
Sat, 24 Jun 2006 11:06:00 +0000 (11:06 +0000)
committerCarsten Niehaus <cniehaus@gmx.de>
Sat, 24 Jun 2006 11:06:00 +0000 (11:06 +0000)
svn path=/trunk/KDE/kdeedu/kalzium/src/openbabel2wrapper.cpp; revision=554558

kalzium/openbabel2wrapper.cpp

index a273fcce59e69ddf2215ebf7c00c73116a8a42ef..6cd92dedfaf54ead8b14539c6452c1c9b3f76ad3 100644 (file)
@@ -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." ) );