Manually merged revisions 610845 614154 614165 614318 614339 from branches/work/kaction-cleanup-branch/KDE.

This removes the use of deprecated KAction function such as plug() or isPlugged().

svn path=/trunk/KDE/kdepim/; revision=614347
wilder-work
Simon Hausmann 20 years ago
parent efaeab5ddd
commit 4bf882e766
  1. 1
      kmcommands.cpp

@ -1560,7 +1560,6 @@ FolderShortcutCommand::FolderShortcutCommand( KMMainWidget *mainwidget,
FolderShortcutCommand::~FolderShortcutCommand()
{
if ( mAction ) mAction->unplugAll();
delete mAction;
}

Loading…
Cancel
Save