summaryrefslogtreecommitdiffabout
path: root/kaddressbook/kabcore.h
authorulf69 <ulf69>2004-10-02 01:09:30 (UTC)
committer ulf69 <ulf69>2004-10-02 01:09:30 (UTC)
commit2a7b61c2b45a0a0344ae65633b2578b4cde1753f (patch) (side-by-side diff)
treef1587b8fd58bdd5f4c53bd875abcc7a2bf993f50 /kaddressbook/kabcore.h
parenta5abf6c989a29e7f3a348786c7b0890740835497 (diff)
downloadkdepimpi-2a7b61c2b45a0a0344ae65633b2578b4cde1753f.zip
kdepimpi-2a7b61c2b45a0a0344ae65633b2578b4cde1753f.tar.gz
kdepimpi-2a7b61c2b45a0a0344ae65633b2578b4cde1753f.tar.bz2
fixed minor declarationerror
Diffstat (limited to 'kaddressbook/kabcore.h') (more/less context) (ignore whitespace changes)
-rw-r--r--kaddressbook/kabcore.h2
1 files changed, 1 insertions, 1 deletions
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();