From b9e542d0c805e9adee3a67e44532d5321032e21e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:51:01 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- src/splashscreen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/splashscreen.cpp') diff --git a/src/splashscreen.cpp b/src/splashscreen.cpp index 22ffcf9d..4ec02322 100644 --- a/src/splashscreen.cpp +++ b/src/splashscreen.cpp @@ -67,7 +67,7 @@ void KDevSplashScreen::drawContents (TQPainter* painter) } painter->setPen(TQColor(74,112,18)); - TQFont fnt(KGlobalSettings::generalFont()); + TQFont fnt(TDEGlobalSettings::generalFont()); fnt.setPointSize(8); painter->setFont(fnt); -- cgit v1.2.1