summaryrefslogtreecommitdiff
path: root/core/pim/todo/mainwindow.h
authorzecke <zecke>2003-02-22 19:02:06 (UTC)
committer zecke <zecke>2003-02-22 19:02:06 (UTC)
commit00c146960fa7fd05dc56fac2a24b3d7968a4a772 (patch) (unidiff)
tree11d7fd4630cce7422448c31bd26034718d90656e /core/pim/todo/mainwindow.h
parent7b04887e382227c80c8985495f01dad2b1890719 (diff)
downloadopie-00c146960fa7fd05dc56fac2a24b3d7968a4a772.zip
opie-00c146960fa7fd05dc56fac2a24b3d7968a4a772.tar.gz
opie-00c146960fa7fd05dc56fac2a24b3d7968a4a772.tar.bz2
shutup todolist while running
remove the transport thingie..
Diffstat (limited to 'core/pim/todo/mainwindow.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/todo/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pim/todo/mainwindow.h b/core/pim/todo/mainwindow.h
index f880505..434e969 100644
--- a/core/pim/todo/mainwindow.h
+++ b/core/pim/todo/mainwindow.h
@@ -191,7 +191,7 @@ private slots:
191 void reload(); 191 void reload();
192 int create(); 192 int create();
193 bool remove( int uid ); 193 bool remove( int uid );
194 void beam(int uid, int transport = IrDa ); 194 void beam(int uid);
195 void show( int uid ); 195 void show( int uid );
196 void edit( int uid ); 196 void edit( int uid );
197 void add( const OPimRecord& ); 197 void add( const OPimRecord& );