diff options
Diffstat (limited to 'kooka/kookapref.cpp')
-rw-r--r-- | kooka/kookapref.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kooka/kookapref.cpp b/kooka/kookapref.cpp index d6bb729b..e0996966 100644 --- a/kooka/kookapref.cpp +++ b/kooka/kookapref.cpp @@ -200,7 +200,7 @@ TQString KookaPreferences::tryFindBinary( const TQString& bin, const TQString& c { /* First check the config files for an entry */ - KConfig *cfg = TDEGlobal::config(); + TDEConfig *cfg = TDEGlobal::config(); cfg->setGroup(CFG_GROUP_OCR_DIA); TQString res = cfg->readPathEntry( configKey /* CFG_GOCR_BINARY */, "notFound" ); |