summaryrefslogtreecommitdiffstats
path: root/knewsticker/common/configaccess.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knewsticker/common/configaccess.cpp')
-rw-r--r--knewsticker/common/configaccess.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/knewsticker/common/configaccess.cpp b/knewsticker/common/configaccess.cpp
index aba34266..d0b8480e 100644
--- a/knewsticker/common/configaccess.cpp
+++ b/knewsticker/common/configaccess.cpp
@@ -438,7 +438,7 @@ void ConfigAccess::setMouseWheelSpeed(const unsigned int mouseWheelSpeed)
TQFont ConfigAccess::font() const
{
- TQFont font = KGlobalSettings::fixedFont();
+ TQFont font = TDEGlobalSettings::fixedFont();
return m_cfg->readFontEntry("Font", &font);
}
@@ -594,7 +594,7 @@ NewsSourceBase *ConfigAccess::newsSource(const TQString &newsSource)
nsd = NewsSourceDefault[i];
if (nsd.enabled)
nsd.enabled = (nsd.language == TQString::fromLatin1("C") ||
- KGlobal::locale()->languageList().contains(nsd.language));
+ TDEGlobal::locale()->languageList().contains(nsd.language));
break;
}