From f3141fbf4b9ff6dd0f37e08aa552ab71e8f391c7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:45:16 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kpat/cardmaps.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kpat/cardmaps.cpp') 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(); -- cgit v1.2.1