Fix OCR settings icon of Kooka.

Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit afbe0ad747)
r14.0.x
Chris 4 years ago committed by Slávek Banko
parent a381bc3305
commit bd80e20e2c
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -75,7 +75,7 @@ void KookaPreferences::setupOCRPage()
konf->setGroup( CFG_GROUP_OCR_DIA );
TQFrame *page = addPage( i18n("OCR"), i18n("Optical Character Recognition" ),
BarIcon("ocrImage", TDEIcon::SizeMedium ) );
BarIcon("ocr", TDEIcon::SizeMedium ) );
TQVBoxLayout *top = new TQVBoxLayout( page, 0, spacingHint() );

Loading…
Cancel
Save