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
@@ -79,13 +79,13 @@ todayconfig::todayconfig( QWidget* parent, const char* name, bool modal, WFlags
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" );