summaryrefslogtreecommitdiffstats
path: root/kpat/cardmaps.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpat/cardmaps.cpp')
-rw-r--r--kpat/cardmaps.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpat/cardmaps.cpp b/kpat/cardmaps.cpp
index a7461daa..9b50c356 100644
--- a/kpat/cardmaps.cpp
+++ b/kpat/cardmaps.cpp
@@ -104,7 +104,7 @@ bool cardMap::setCardDir( const TQString &dir)
if( animate ) {
t1 = TQTime::currentTime();
w = new TQWidget( 0, "", TQt::WStyle_Customize | TQt::WStyle_NoBorder | TQt::WStyle_Tool );
- TQRect dg = KGlobalSettings::splashScreenDesktopGeometry();
+ TQRect dg = TDEGlobalSettings::splashScreenDesktopGeometry();
w->setBackgroundColor( TQt::darkGreen );
w->setGeometry( dg.left() + ( dg.width() - greeting_width ) / 2, dg.top() + ( dg.height() - 180 ) / 2, greeting_width, 180);
w->show();