summaryrefslogtreecommitdiff
path: root/core/pim
Side-by-side diff
Diffstat (limited to 'core/pim') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/todo/main.cpp2
-rw-r--r--core/pim/todo/mainwindow.cpp2
-rw-r--r--core/pim/todo/mainwindow.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/core/pim/todo/main.cpp b/core/pim/todo/main.cpp
index aeae794..58ed45c 100644
--- a/core/pim/todo/main.cpp
+++ b/core/pim/todo/main.cpp
@@ -31,7 +31,7 @@ void myMessages( QtMsgType, const char* ) {
int main( int argc, char **argv )
{
-// qInstallMsgHandler( myMessages );
+ qInstallMsgHandler( myMessages );
QPEApplication a( argc, argv );
QTime time;
diff --git a/core/pim/todo/mainwindow.cpp b/core/pim/todo/mainwindow.cpp
index d328558..7810285 100644
--- a/core/pim/todo/mainwindow.cpp
+++ b/core/pim/todo/mainwindow.cpp
@@ -780,7 +780,7 @@ bool MainWindow::remove( int uid ) {
return m_todoMgr.remove( uid );
}
-void MainWindow::beam( int uid, int ) {
+void MainWindow::beam( int uid) {
::unlink( beamfile );
OTodo todo = event( uid );
OTodoAccessVCal* cal = new OTodoAccessVCal(QString::fromLatin1(beamfile) );
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:
void reload();
int create();
bool remove( int uid );
- void beam(int uid, int transport = IrDa );
+ void beam(int uid);
void show( int uid );
void edit( int uid );
void add( const OPimRecord& );