summaryrefslogtreecommitdiff
path: root/core/pim/todo/todoeditor.cpp
Unidiff
Diffstat (limited to 'core/pim/todo/todoeditor.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/todo/todoeditor.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/pim/todo/todoeditor.cpp b/core/pim/todo/todoeditor.cpp
index 5aa7097..c204325 100644
--- a/core/pim/todo/todoeditor.cpp
+++ b/core/pim/todo/todoeditor.cpp
@@ -20,9 +20,7 @@ OTodo Editor::newTodo( int cur,
20 e->init( cur ); 20 e->init( cur );
21 21
22 22
23#if defined(Q_WS_QWS) || defined(_WS_QWS_)
24 e->showMaximized(); 23 e->showMaximized();
25#endif
26 24
27 int ret = e->exec(); 25 int ret = e->exec();
28 if ( QDialog::Accepted == ret ) { 26 if ( QDialog::Accepted == ret ) {
@@ -43,9 +41,7 @@ OTodo Editor::edit( QWidget *,
43 e->init( todo ); 41 e->init( todo );
44 e->setCaption( QObject::tr( "Edit Task" ) ); 42 e->setCaption( QObject::tr( "Edit Task" ) );
45 43
46#if defined(Q_WS_QWS) || defined(_WS_QWS_)
47 e->showMaximized(); 44 e->showMaximized();
48#endif
49 int ret = e->exec(); 45 int ret = e->exec();
50 46
51 OTodo ev = e->todo(); 47 OTodo ev = e->todo();