From 5f444a9ea966b68991cef44d2711378ef9ff406d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:40:58 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- ksysv/ksv_conf.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ksysv/ksv_conf.cpp') diff --git a/ksysv/ksv_conf.cpp b/ksysv/ksv_conf.cpp index 7ad9090..0b63438 100644 --- a/ksysv/ksv_conf.cpp +++ b/ksysv/ksv_conf.cpp @@ -23,7 +23,7 @@ #include "ksv_conf.h" KSVConfig::KSVConfig () - : mConfig (KGlobal::config()) + : mConfig (TDEGlobal::config()) { readSettings(); } @@ -53,9 +53,9 @@ void KSVConfig::readSettings() mChangedSelectedColor = mConfig->readColorEntry ("Changed Selected Text", &TQt::red); mConfig->setGroup("Fonts"); - TQFont tmp = KGlobalSettings::generalFont(); + TQFont tmp = TDEGlobalSettings::generalFont(); mServiceFont = mConfig->readFontEntry ("Service Font", &tmp); - tmp = KGlobalSettings::fixedFont(); + tmp = TDEGlobalSettings::fixedFont(); mNumberFont = mConfig->readFontEntry ("Number Font", &tmp); readRunlevels(); -- cgit v1.2.3