summaryrefslogtreecommitdiff
path: root/core/pim/todo/todoeditor.cpp
authorzecke <zecke>2002-12-10 16:55:46 (UTC)
committer zecke <zecke>2002-12-10 16:55:46 (UTC)
commit36375df6ff103e52455823f7afd64c4f4ae7fcb8 (patch) (side-by-side diff)
tree7a74ca6c05e1d4def7d43de5b5441bed497406ba /core/pim/todo/todoeditor.cpp
parent1bc8aa236cf01e0221e3c2748b2ab3eec4f0817a (diff)
downloadopie-36375df6ff103e52455823f7afd64c4f4ae7fcb8.zip
opie-36375df6ff103e52455823f7afd64c4f4ae7fcb8.tar.gz
opie-36375df6ff103e52455823f7afd64c4f4ae7fcb8.tar.bz2
Shut up the compiler
Diffstat (limited to 'core/pim/todo/todoeditor.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/todo/todoeditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pim/todo/todoeditor.cpp b/core/pim/todo/todoeditor.cpp
index 9b8c5cb..5aa7097 100644
--- a/core/pim/todo/todoeditor.cpp
+++ b/core/pim/todo/todoeditor.cpp
@@ -34,13 +34,13 @@ OTodo Editor::newTodo( int cur,
qWarning("Todo uid");
qWarning("Todo %s %d %d", ev.summary().latin1(), ev.progress(), ev.isCompleted() );
ev.setUid(1);
return ev;
}
-OTodo Editor::edit( QWidget *wid,
+OTodo Editor::edit( QWidget *,
const OTodo& todo ) {
OTaskEditor *e = self();
e->init( todo );
e->setCaption( QObject::tr( "Edit Task" ) );
#if defined(Q_WS_QWS) || defined(_WS_QWS_)