diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:40:06 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:40:06 -0600 |
commit | 885d90404a23b3a5036d64d99920cb8f7874bdd5 (patch) | |
tree | bd876b447715b3987c7b6c2c77ca04b3d870e515 /tde-i18n-pl/docs/tdebase/ksplashml | |
parent | fbd0d7aacf83e98be86e714d220941dc7b5c5e0b (diff) | |
download | tde-i18n-885d90404a23b3a5036d64d99920cb8f7874bdd5.tar.gz tde-i18n-885d90404a23b3a5036d64d99920cb8f7874bdd5.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'tde-i18n-pl/docs/tdebase/ksplashml')
-rw-r--r-- | tde-i18n-pl/docs/tdebase/ksplashml/index.docbook | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tde-i18n-pl/docs/tdebase/ksplashml/index.docbook b/tde-i18n-pl/docs/tdebase/ksplashml/index.docbook index fb2162712b6..e8f0c2a8a3e 100644 --- a/tde-i18n-pl/docs/tdebase/ksplashml/index.docbook +++ b/tde-i18n-pl/docs/tdebase/ksplashml/index.docbook @@ -1401,7 +1401,7 @@ void Theme2k::initUi() mText->setFixedHeight( 48 ); setFixedSize( vbox->sizeHint() ); - QRect rect(KGlobalSettings::splashScreenDesktopGeometry()); + QRect rect(TDEGlobalSettings::splashScreenDesktopGeometry()); move( rect.x() + (rect.width() - size().width())/2, rect.y() + (rect.height() - size().height())/2 ); } |