summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/todo/mainwindow.cpp1
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
@@ -75,6 +75,7 @@ TodoWindow::TodoWindow( QWidget *parent, const char *name, WFlags f ) :
// t.start();
mView = 0l;
mStack = new QWidgetStack(this, "main stack");
+ setCentralWidget( mStack );
setCaption( tr("Todo") );
QString str;
table = new TodoTable( this );