From b6bfa63deb15a2600d46a8c68c231f068da1444a Mon Sep 17 00:00:00 2001 From: ulf69 Date: Thu, 16 Sep 2004 17:25:06 +0000 Subject: added sip support to external applications and display sip numbers as hyperlink --- (limited to 'libkdepim/externalapphandler.h') diff --git a/libkdepim/externalapphandler.h b/libkdepim/externalapphandler.h index 1b04b2b..cfe577b 100644 --- a/libkdepim/externalapphandler.h +++ b/libkdepim/externalapphandler.h @@ -157,7 +157,8 @@ class ExternalAppHandler : public QObject PHONE = 1, SMS = 2, FAX = 3, - PAGER = 4 + PAGER = 4, + SIP = 5 }; enum Availability { @@ -190,11 +191,15 @@ class ExternalAppHandler : public QObject //calls the faxapplication with the number bool callByFax( const QString& faxnumber ); + //calls the sipapplication with the number + bool callBySIP( const QString& sipnumber ); + bool isEmailAppAvailable(); bool isSMSAppAvailable(); bool isPhoneAppAvailable(); bool isFaxAppAvailable(); bool isPagerAppAvailable(); + bool isSIPAppAvailable(); //Call this method on the source when you want to select names from the addressbook by using QCop @@ -241,6 +246,7 @@ class ExternalAppHandler : public QObject Availability mFaxAppAvailable; Availability mSMSAppAvailable; Availability mPagerAppAvailable; + Availability mSIPAppAvailable; QCopListTransferItem* mNameEmailUidListFromKAPITransfer; QCopListTransferItem* mFindByEmailFromKAPITransfer; -- cgit v0.9.0.2