diff -Nur kdegraphics-3.4.1.orig/kooka/ksaneocr.cpp kdegraphics-3.4.1/kooka/ksaneocr.cpp --- kdegraphics-3.4.1.orig/kooka/ksaneocr.cpp 2005-05-23 14:05:50.000000000 +0200 +++ kdegraphics-3.4.1/kooka/ksaneocr.cpp 2005-05-31 18:31:43.000000000 +0200 @@ -108,6 +108,10 @@ { m_ocrEngine = OCRAD; } + else if( eng == "gocr" ) + { + m_ocrEngine = GOCR; + } #ifdef HAVE_KADMOS else if( eng == QString("kadmos") ) m_ocrEngine = KADMOS;