From 7b04887e382227c80c8985495f01dad2b1890719 Mon Sep 17 00:00:00 2001 From: zecke Date: Sat, 22 Feb 2003 18:51:44 +0000 Subject: Fix saving remove the transport medium from the opimmainwindow --- (limited to 'libopie2/opiepim/ui') diff --git a/libopie2/opiepim/ui/opimmainwindow.h b/libopie2/opiepim/ui/opimmainwindow.h index 34b8a71..dca3c82 100644 --- a/libopie2/opiepim/ui/opimmainwindow.h +++ b/libopie2/opiepim/ui/opimmainwindow.h @@ -46,7 +46,7 @@ protected slots: /** remove a record with UID == uid */ virtual bool remove( int uid ) = 0; /** beam the record with UID = uid */ - virtual void beam( int uid , int transport = IrDa) = 0; + virtual void beam( int uid ) = 0; /** show the record with UID == uid */ virtual void show( int uid ) = 0; -- cgit v0.9.0.2