@ -570,8 +570,6 @@ void KMMainWin::slotSettings()
}
//-----------------------------------------------------------------------------
void KMMainWin : : slotFilter ( )
{
@ -586,6 +584,13 @@ void KMMainWin::slotAddrBook()
}
//-----------------------------------------------------------------------------
void KMMainWin : : slotImport ( )
{
KRun : : runCommand ( " kmailcvt " ) ;
}
//-----------------------------------------------------------------------------
void KMMainWin : : slotAddFolder ( )
{
@ -1601,6 +1606,9 @@ void KMMainWin::setupMenuBar()
( void ) new KAction ( i18n ( " Address &Book... " ) , " contents " , 0 , this ,
SLOT ( slotAddrBook ( ) ) , actionCollection ( ) , " addressbook " ) ;
( void ) new KAction ( i18n ( " &Import... " ) , " kmailcvt " , 0 , this ,
SLOT ( slotImport ( ) ) , actionCollection ( ) , " import " ) ;
KStdAction : : close ( this , SLOT ( slotClose ( ) ) , actionCollection ( ) ) ;
//KStdAction::quit( this, SLOT(quit()), actionCollection());