From 8f37a4f755113e7440ae985111d36985d500cc95 Mon Sep 17 00:00:00 2001 From: tpearson Date: Tue, 17 Aug 2010 02:27:43 +0000 Subject: Slew of fixes and upgrades, including: Added kaddressbook automatic sync Added carddav autosync options Added DCOP calls for kaddressbook and korganizer manual resync Repaired Kontact refresh button through above mentioned DCOP calls git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1164528 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kaddressbook/kabcore.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'kaddressbook/kabcore.h') diff --git a/kaddressbook/kabcore.h b/kaddressbook/kabcore.h index 5a3b0c4b1..ac2975106 100644 --- a/kaddressbook/kabcore.h +++ b/kaddressbook/kabcore.h @@ -331,6 +331,11 @@ class KDE_EXPORT KABCore : public KAB::Core */ void save(); + /** + Loads the contents of the AddressBook from disk. + */ + void load(); + /** Shows the edit dialog for the given uid. If the uid is TQString::null, the method will try to find a selected addressee in the view. -- cgit v1.2.1