#include "systray.h" extern "C" { TDE_EXPORT Plugin *create_plugin() { return new NoatunSystray(); } }