From f73d249579d52d7aeaacde2dcb23abeb42f9ee95 Mon Sep 17 00:00:00 2001 From: zautrix Date: Wed, 27 Oct 2004 11:17:28 +0000 Subject: compile fix --- (limited to 'kaddressbook') diff --git a/kaddressbook/kabcore.cpp b/kaddressbook/kabcore.cpp index e56e46a..2f00a09 100644 --- a/kaddressbook/kabcore.cpp +++ b/kaddressbook/kabcore.cpp @@ -313,11 +313,11 @@ KABCore::KABCore( KXMLGUIClient *client, bool readWrite, QWidget *parent, const mEditorDialog = 0; createAddresseeEditorDialog( this ); setModified( false ); - mBRdisabled = 0; + mBRdisabled = false; #ifndef DESKTOP_VERSION infrared = 0; #endif - toggleBeamReceive( ); + //toggleBeamReceive( ); } KABCore::~KABCore() -- cgit v0.9.0.2