From 6c1d52c8248adb9189c944a28efde52330e99b66 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:21:28 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kmymoney2/kstartuplogo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmymoney2/kstartuplogo.cpp') diff --git a/kmymoney2/kstartuplogo.cpp b/kmymoney2/kstartuplogo.cpp index b22f0e4..7b52bb5 100644 --- a/kmymoney2/kstartuplogo.cpp +++ b/kmymoney2/kstartuplogo.cpp @@ -83,12 +83,12 @@ KStartupLogo::KStartupLogo() : if(!KMyMoneyGlobalSettings::showSplash()) return; - TQString filename = KGlobal::dirs()->findResource("appdata", "pics/startlogo.png"); + TQString filename = TDEGlobal::dirs()->findResource("appdata", "pics/startlogo.png"); TQPixmap splashPixmap(filename); if(!splashPixmap.isNull()) { TQPixmap backGround(splashPixmap); - backGround.fill(KGlobalSettings::highlightColor()); + backGround.fill(TDEGlobalSettings::highlightColor()); bitBlt ( &backGround, 0, 0, &splashPixmap, 0, 0, splashPixmap.width(), splashPixmap.height(), TQt::CopyROP ); KStartupSplash* splash = new KStartupSplash(backGround); -- cgit v1.2.1