Fix tdebase FTBFS on Ubuntu

pull/3/head
Slávek Banko 13 years ago
parent 1e9f0fd006
commit cae9ecbd02

@ -1,18 +1,17 @@
--- a/tdm/kfrontend/tdmshutdown.cpp --- a/tdm/kfrontend/tdmshutdown.cpp
+++ b/tdm/kfrontend/tdmshutdown.cpp +++ b/tdm/kfrontend/tdmshutdown.cpp
@@ -467,7 +467,7 @@ @@ -472,7 +472,7 @@
, targetList( 0 )
{ {
setCaption(i18n("Shutdown TDE"));
- bool doUbuntuLogout = KConfigGroup(KGlobal::config(), "Shutdown").readBoolEntry("doUbuntuLogout", false); - bool doUbuntuLogout = KConfigGroup(KGlobal::config(), "Shutdown").readBoolEntry("doUbuntuLogout", false);
+ bool doUbuntuLogout = KConfigGroup(KGlobal::config(), "Shutdown").readBoolEntry("doUbuntuLogout", true); + bool doUbuntuLogout = KConfigGroup(KGlobal::config(), "Shutdown").readBoolEntry("doUbuntuLogout", true);
TQVBoxLayout* vbox = new TQVBoxLayout( this ); TQFrame* lfrm = new TQFrame( this );
TQHBoxLayout *hbox = new TQHBoxLayout( this, KDmh, KDsh ); TQHBoxLayout* hbuttonbox;
--- a/ksmserver/shutdowndlg.cpp --- a/ksmserver/shutdowndlg.cpp
+++ b/ksmserver/shutdowndlg.cpp +++ b/ksmserver/shutdowndlg.cpp
@@ -668,7 +668,7 @@ @@ -697,7 +697,7 @@
2 * KDialog::spacingHint() ); 2 * KDialog::spacingHint() );
// default factor // default factor

Loading…
Cancel
Save