kgpg: remove traces of akonadi support

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2016-04-22 14:26:33 +00:00
parent d1a3d4fd0f
commit e7e7d0c402
3 changed files with 0 additions and 11 deletions

View file

@ -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} )

View file

@ -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());

View file

@ -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();