#ifdef HAVE_CONFIG_H #include #endif #include "iobserver.h" namespace KMail { IObserver::IObserver() { } IObserver::~IObserver() { } }