summaryrefslogtreecommitdiffabout
path: root/kaddressbook/kabcore.h
Side-by-side diff
Diffstat (limited to 'kaddressbook/kabcore.h') (more/less context) (show whitespace changes)
-rw-r--r--kaddressbook/kabcore.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/kaddressbook/kabcore.h b/kaddressbook/kabcore.h
index 6446974..be39148 100644
--- a/kaddressbook/kabcore.h
+++ b/kaddressbook/kabcore.h
@@ -66,2 +66,3 @@ class ViewManager;
class AddresseeEditorDialog;
+class Ir;
@@ -165,2 +166,12 @@ class KABCore : public QWidget
/**
+ Beams the "WhoAmI contact.
+ */
+ void beamMySelf();
+
+ void beamVCard();
+ void beamVCard(const QStringList& uids);
+ void beamDone( Ir *ir );
+
+
+ /**
Starts the preferred web browser with the given URL as argument.
@@ -368,2 +379,3 @@ class KABCore : public QWidget
KAction *mActionMail;
+ KAction *mActionBeam;
KAction* mActionPrint;
@@ -373,2 +385,4 @@ class KABCore : public QWidget
KAction *mActionMailVCard;
+ KAction *mActionBeamVCard;
+
KAction *mActionQuit;