| 12345678910111213141516171819202122 | 
							- /*=========================================================================
 
-   Library:   CTK
 
-   Copyright (c) Kitware Inc. 
 
-   All rights reserved.
 
-   Distributed under a BSD License. See LICENSE.txt file.
 
-   This software is distributed "AS IS" WITHOUT ANY WARRANTY; without even
 
-   the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
-   See the above copyright notice for more information.
 
- =========================================================================*/
 
- // Qt includes
 
- #include <QtPlugin>
 
- // CTK includes
 
- #include "ctkWidgetsPlugins.h"
 
- Q_EXPORT_PLUGIN2(customwidgetplugin, ctkWidgetsPlugins);
 
 
  |