diff options
Diffstat (limited to 'src/tools/mpc/gui/mpc_ui.cpp')
-rw-r--r-- | src/tools/mpc/gui/mpc_ui.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/tools/mpc/gui/mpc_ui.cpp b/src/tools/mpc/gui/mpc_ui.cpp new file mode 100644 index 0000000..b3ad4e7 --- /dev/null +++ b/src/tools/mpc/gui/mpc_ui.cpp @@ -0,0 +1,14 @@ +/*************************************************************************** + * Copyright (C) 2007 Nicolas Hadacek <hadacek@kde.org> * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + ***************************************************************************/ +#include "mpc_ui.h" + +//---------------------------------------------------------------------------- +MPC::ConfigWidget::ConfigWidget(Project *project) + : ToolConfigWidget(project) +{} |