summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/netsystemtime/formattabwidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/settings/netsystemtime/formattabwidget.cpp b/noncore/settings/netsystemtime/formattabwidget.cpp
index daa020f..982305b 100644
--- a/noncore/settings/netsystemtime/formattabwidget.cpp
+++ b/noncore/settings/netsystemtime/formattabwidget.cpp
@@ -114,8 +114,8 @@ FormatTabWidget::FormatTabWidget( QWidget *parent )
114 //dateButton->setDateFormat( df ); 114 //dateButton->setDateFormat( df );
115 115
116 config.setGroup( "Time" ); 116 config.setGroup( "Time" );
117 cbAmpm->setCurrentItem( config.readBoolEntry( "AMPM" ) ? 1 : 0 ); 117 cbAmpm->setCurrentItem( config.readBoolEntry( "AMPM", FALSE ) ? 1 : 0 );
118 cbWeekStart->setCurrentItem( config.readBoolEntry( "MONDAY" ) ? 1 : 0 ); 118 cbWeekStart->setCurrentItem( config.readBoolEntry( "MONDAY", TRUE ) ? 1 : 0 );
119 119
120 // Send initial configuration options 120 // Send initial configuration options
121 QTimer::singleShot( 1200, this, SLOT(sendOptions()) ); 121 QTimer::singleShot( 1200, this, SLOT(sendOptions()) );