1 /***************************************************************************
2 kcm_componentchooser.h - description
4 copyright : (C) 2002 by Joseph Wenninger
6 ***************************************************************************/
8 /***************************************************************************
10 * This program is free software; you can redistribute it and/or modify *
11 * it under the terms of the GNU General Public License version 2 as *
12 * published by the Free Software Foundation *
14 ***************************************************************************/
16 #ifndef KCM_COMPONENTCHOOSER_H
17 #define KCM_COMPONENTCHOOSER_H
21 #include "componentchooser.h"
24 class KCMComponentChooser
: public KCModule
28 KCMComponentChooser(QWidget
*parent
, const QVariantList
&args
);
35 ComponentChooser
*m_chooser
;
38 #endif // KCM_COMPONENTCHOOSER_H