/* This file is part of KDE/aRts (Noatun) - xine integration Copyright (C) 2002 Ewald Snel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. */ #include "userinterface.h" extern "C" { KDE_EXPORT Plugin *create_plugin() { return new SimpleUI(); } }