summaryrefslogtreecommitdiffstats
path: root/kmymoney2/kstartuplogo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmymoney2/kstartuplogo.cpp')
-rw-r--r--kmymoney2/kstartuplogo.cpp4
1 files changed, 2 insertions, 2 deletions
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);