From 3c5631f74d1c75204f950140331e10f739082ee9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:33:36 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kooka/kookapref.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kooka/kookapref.cpp') 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" ); -- cgit v1.2.3