mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 02:42:52 +00:00
kgpg: remove traces of akonadi support
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
d1a3d4fd0f
commit
e7e7d0c402
3 changed files with 0 additions and 11 deletions
|
@ -154,7 +154,6 @@ target_link_libraries(kgpg
|
|||
${KDE4_KUTILS_LIBS}
|
||||
${KDE4_KPIMUTILS_LIBRARY}
|
||||
${KDE4_SOLID_LIBS}
|
||||
${KDEPIMLIBS_AKONADI_CONTACT_LIBS}
|
||||
)
|
||||
|
||||
install(TARGETS kgpg ${INSTALL_TARGETS_DEFAULT_ARGS} )
|
||||
|
|
|
@ -202,10 +202,6 @@ KeysManager::KeysManager(QWidget *parent)
|
|||
m_sendEmail->setIcon(KIcon(QLatin1String("mail-send")));
|
||||
m_sendEmail->setText(i18n("Send Ema&il"));
|
||||
|
||||
QAction *newContact = actionCollection()->addAction(QLatin1String("add_kab"), this, SLOT(addToKAB()));
|
||||
newContact->setIcon(KIcon( QLatin1String( "contact-new" )));
|
||||
newContact->setText(i18n("&Create New Contact in Address Book"));
|
||||
|
||||
createGroup = actionCollection()->addAction(QLatin1String("create_group"), this, SLOT(createNewGroup()));
|
||||
createGroup->setIcon(Images::group());
|
||||
|
||||
|
|
|
@ -193,12 +193,6 @@ private slots:
|
|||
void slotSendEmail();
|
||||
void slotedit();
|
||||
|
||||
/**
|
||||
* @brief add or change the addressbook entry
|
||||
* @param job the search job
|
||||
*
|
||||
* This handles the result of the search started in addToKAB().
|
||||
*/
|
||||
void editGroup();
|
||||
void createNewGroup();
|
||||
void deleteGroup();
|
||||
|
|
Loading…
Add table
Reference in a new issue