diff options
Diffstat (limited to 'noatun/modules/kaiman/noatunui.cpp')
-rw-r--r-- | noatun/modules/kaiman/noatunui.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/noatun/modules/kaiman/noatunui.cpp b/noatun/modules/kaiman/noatunui.cpp new file mode 100644 index 00000000..bc1bceb0 --- /dev/null +++ b/noatun/modules/kaiman/noatunui.cpp @@ -0,0 +1,9 @@ +#include "userinterface.h" + +extern "C" +{ + KDE_EXPORT Plugin *create_plugin() + { + return new Kaiman(); + } +} |