summaryrefslogtreecommitdiffabout
path: root/kaddressbook/kabcore.h
Unidiff
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
@@ -458,13 +458,13 @@ class KABCore : public QWidget, public KSyncInterface
458 virtual bool sync(KSyncManager* manager, QString filename, int mode); 458 virtual bool sync(KSyncManager* manager, QString filename, int mode);
459 virtual bool syncExternal(KSyncManager* manager, QString resource); 459 virtual bool syncExternal(KSyncManager* manager, QString resource);
460 460
461 //called by the syncmanager to indicate that the work has to marked as dirty. 461 //called by the syncmanager to indicate that the work has to marked as dirty.
462 virtual void sync_setModified(); 462 virtual void sync_setModified();
463 //called by the syncmanager to ask if the dirty flag is set. 463 //called by the syncmanager to ask if the dirty flag is set.
464 virtual bool KABCore::sync_isModified(); 464 virtual bool sync_isModified();
465 //called by the syncmanager to indicate that the work has to be saved. 465 //called by the syncmanager to indicate that the work has to be saved.
466 virtual void sync_save(); 466 virtual void sync_save();
467 467
468 // LR ******************************* 468 // LR *******************************
469 // sync stuff! 469 // sync stuff!
470 QPopupMenu *syncMenu; 470 QPopupMenu *syncMenu;