SVN commit 622651 by vkrause: start Akonadi if necessary M +3 -0 mainwindow.cpp --- trunk/KDE/kdepim/akonadi/clients/akonadiconsole/mainwindow.cpp #622650:622651 @@ -23,8 +23,11 @@ #include "mainwindow.h" +#include + MainWindow::MainWindow( QWidget *parent ) : QMainWindow( parent ) { + Akonadi::Control::start(); setCentralWidget( new MainWidget( this ) ); }