From 2a7b61c2b45a0a0344ae65633b2578b4cde1753f Mon Sep 17 00:00:00 2001 From: ulf69 Date: Sat, 02 Oct 2004 01:09:30 +0000 Subject: fixed minor declarationerror --- (limited to 'kaddressbook/kabcore.h') diff --git a/kaddressbook/kabcore.h b/kaddressbook/kabcore.h index ef61d6d..941458d 100644 --- a/kaddressbook/kabcore.h +++ b/kaddressbook/kabcore.h @@ -461,7 +461,7 @@ class KABCore : public QWidget, public KSyncInterface //called by the syncmanager to indicate that the work has to marked as dirty. virtual void sync_setModified(); //called by the syncmanager to ask if the dirty flag is set. - virtual bool KABCore::sync_isModified(); + virtual bool sync_isModified(); //called by the syncmanager to indicate that the work has to be saved. virtual void sync_save(); -- cgit v0.9.0.2