diff options
Diffstat (limited to 'kooka/kocrgocr.cpp')
-rw-r--r-- | kooka/kocrgocr.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kooka/kocrgocr.cpp b/kooka/kocrgocr.cpp index dbb255c4..ca913f1d 100644 --- a/kooka/kocrgocr.cpp +++ b/kooka/kocrgocr.cpp @@ -58,8 +58,8 @@ -KGOCRDialog::KGOCRDialog( TQWidget *tqparent, KSpellConfig *spellConfig ) - :KOCRBase( tqparent, spellConfig, KDialogBase::Tabbed ), +KGOCRDialog::KGOCRDialog( TQWidget *parent, KSpellConfig *spellConfig ) + :KOCRBase( parent, spellConfig, KDialogBase::Tabbed ), m_ocrCmd( TQString()) { kdDebug(28000) << "Starting KOCR-Start-Dialog!" << endl; |