-rw-r--r-- | core/pim/todo/mainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/pim/todo/mainwindow.cpp b/core/pim/todo/mainwindow.cpp index 1358f1c..fa9c221 100644 --- a/core/pim/todo/mainwindow.cpp +++ b/core/pim/todo/mainwindow.cpp | |||
@@ -76,4 +76,5 @@ TodoWindow::TodoWindow( QWidget *parent, const char *name, WFlags f ) : | |||
76 | mView = 0l; | 76 | mView = 0l; |
77 | mStack = new QWidgetStack(this, "main stack"); | 77 | mStack = new QWidgetStack(this, "main stack"); |
78 | setCentralWidget( mStack ); | ||
78 | setCaption( tr("Todo") ); | 79 | setCaption( tr("Todo") ); |
79 | QString str; | 80 | QString str; |