From c48e769eb275917717e2b55eb869f7e559293ac8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:48:31 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kget/settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kget/settings.cpp') diff --git a/kget/settings.cpp b/kget/settings.cpp index 9e6adc4d..4186784e 100644 --- a/kget/settings.cpp +++ b/kget/settings.cpp @@ -171,7 +171,7 @@ Settings::load() // read misc settings config->setGroup("Misc"); - TQFont font = KGlobalSettings::generalFont(); + TQFont font = TDEGlobalSettings::generalFont(); listViewFont = config->readFontEntry("Font", &font); -- cgit v1.2.1