diff options
Diffstat (limited to 'src/splashscreen.cpp')
-rw-r--r-- | src/splashscreen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |