summaryrefslogtreecommitdiff
path: root/core/pim/today/todayconfig.cpp
Unidiff
Diffstat (limited to 'core/pim/today/todayconfig.cpp') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/today/todayconfig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pim/today/todayconfig.cpp b/core/pim/today/todayconfig.cpp
index a908d98..500e8fb 100644
--- a/core/pim/today/todayconfig.cpp
+++ b/core/pim/today/todayconfig.cpp
@@ -73,25 +73,25 @@ todayconfig::todayconfig( QWidget* parent, const char* name, bool modal, WFlags
73 TextLabel6->setText( tr( "Show only later\n" 73 TextLabel6->setText( tr( "Show only later\n"
74 "appointments") ); 74 "appointments") );
75 75
76 SpinBox1 = new QSpinBox( Frame8, "SpinBox1" ); 76 SpinBox1 = new QSpinBox( Frame8, "SpinBox1" );
77 SpinBox1->setGeometry( QRect( 115, 20, 58, 25 ) ); 77 SpinBox1->setGeometry( QRect( 115, 20, 58, 25 ) );
78 SpinBox1->setMaxValue( 10 ); 78 SpinBox1->setMaxValue( 10 );
79 SpinBox1->setValue( 5 ); 79 SpinBox1->setValue( 5 );
80 80
81 TextLabel3 = new QLabel( Frame8, "TextLabel3" ); 81 TextLabel3 = new QLabel( Frame8, "TextLabel3" );
82 TextLabel3->setGeometry( QRect( 20, 10, 90, 60 ) ); 82 TextLabel3->setGeometry( QRect( 20, 10, 90, 60 ) );
83 TextLabel3->setText( tr( "How many \n" 83 TextLabel3->setText( tr( "How many \n"
84 "appointment\n" 84 "appointment\n"
85 "should should \n" 85 "should\n"
86 "be shown?" ) ); 86 "be shown?" ) );
87 TabWidget3->insertTab( tab, tr( "Calendar" ) ); 87 TabWidget3->insertTab( tab, tr( "Calendar" ) );
88 88
89 tab_2 = new QWidget( TabWidget3, "tab_2" ); 89 tab_2 = new QWidget( TabWidget3, "tab_2" );
90 90
91 Frame9 = new QFrame( tab_2, "Frame9" ); 91 Frame9 = new QFrame( tab_2, "Frame9" );
92 Frame9->setGeometry( QRect( -5, 0, 230, 310 ) ); 92 Frame9->setGeometry( QRect( -5, 0, 230, 310 ) );
93 Frame9->setFrameShape( QFrame::StyledPanel ); 93 Frame9->setFrameShape( QFrame::StyledPanel );
94 Frame9->setFrameShadow( QFrame::Raised ); 94 Frame9->setFrameShadow( QFrame::Raised );
95 95
96 TextLabel6 = new QLabel( Frame9, "TextLabel6" ); 96 TextLabel6 = new QLabel( Frame9, "TextLabel6" );
97 TextLabel6->setGeometry( QRect( 20, 10, 100, 60 ) ); 97 TextLabel6->setGeometry( QRect( 20, 10, 100, 60 ) );