From da80b510e4643fa3f78cf3f97af108e87097583d Mon Sep 17 00:00:00 2001 From: zautrix Date: Fri, 29 Oct 2004 23:13:22 +0000 Subject: added better category handling to kapi --- (limited to 'kaddressbook/kabcore.h') diff --git a/kaddressbook/kabcore.h b/kaddressbook/kabcore.h index c01d598..1bdae5f 100644 --- a/kaddressbook/kabcore.h +++ b/kaddressbook/kabcore.h @@ -370,6 +370,9 @@ class KABCore : public QWidget, public KSyncInterface void updateActionMenu(); void configureKeyBindings(); void removeVoice(); + void setCat(); + void addCat(); + void setCategories( bool removeOld ); #ifdef KAB_EMBEDDED void configureResources(); #endif //KAB_EMBEDDED @@ -470,6 +473,8 @@ class KABCore : public QWidget, public KSyncInterface QPopupMenu *ExportMenu; //LR additional methods KAction *mActionRemoveVoice; + KAction *mActionSetCat; + KAction *mActionAddCat; KAction * mActionImportOL; #ifndef KAB_EMBEDDED -- cgit v0.9.0.2