summaryrefslogtreecommitdiffstats
path: root/ubuntu/precise/tdebase/debian/patches/kubuntu_89_new_logout_ui.diff
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/precise/tdebase/debian/patches/kubuntu_89_new_logout_ui.diff')
-rw-r--r--ubuntu/precise/tdebase/debian/patches/kubuntu_89_new_logout_ui.diff8
1 files changed, 4 insertions, 4 deletions
diff --git a/ubuntu/precise/tdebase/debian/patches/kubuntu_89_new_logout_ui.diff b/ubuntu/precise/tdebase/debian/patches/kubuntu_89_new_logout_ui.diff
index 8fb71d7da..d99e8bf02 100644
--- a/ubuntu/precise/tdebase/debian/patches/kubuntu_89_new_logout_ui.diff
+++ b/ubuntu/precise/tdebase/debian/patches/kubuntu_89_new_logout_ui.diff
@@ -4,8 +4,8 @@
{
setCaption(i18n("Shutdown TDE"));
-- bool doUbuntuLogout = KConfigGroup(KGlobal::config(), "Shutdown").readBoolEntry("doUbuntuLogout", false);
-+ bool doUbuntuLogout = KConfigGroup(KGlobal::config(), "Shutdown").readBoolEntry("doUbuntuLogout", true);
+- bool doUbuntuLogout = KConfigGroup(TDEGlobal::config(), "Shutdown").readBoolEntry("doUbuntuLogout", false);
++ bool doUbuntuLogout = KConfigGroup(TDEGlobal::config(), "Shutdown").readBoolEntry("doUbuntuLogout", true);
TQFrame* lfrm = new TQFrame( this );
TQHBoxLayout* hbuttonbox;
@@ -15,8 +15,8 @@
2 * KDialog::spacingHint() );
// default factor
-- bool doUbuntuLogout = KConfigGroup(KGlobal::config(), "Logout").readBoolEntry("doUbuntuLogout", false);
-+ bool doUbuntuLogout = KConfigGroup(KGlobal::config(), "Logout").readBoolEntry("doUbuntuLogout", true);
+- bool doUbuntuLogout = KConfigGroup(TDEGlobal::config(), "Logout").readBoolEntry("doUbuntuLogout", false);
++ bool doUbuntuLogout = KConfigGroup(TDEGlobal::config(), "Logout").readBoolEntry("doUbuntuLogout", true);
// slighty more space for the new logout
int factor = 2;