summaryrefslogtreecommitdiffstats
path: root/noatun/modules/systray/noatunui.cpp
blob: 76f9af250e26b631af7d0ff54182e40cd77c27c0 (plain)
1
2
3
4
5
6
7
8
9
#include "systray.h"

extern "C"
{
	KDE_EXPORT Plugin *create_plugin()
	{
		return new NoatunSystray();
	}
}