add more spacing
[personal-kdebase.git] / runtime / kcontrol / componentchooser / kcm_componentchooser.h
blob6bf65cd5f909f28749b153b8f8fbdad7bf67fef5
1 /***************************************************************************
2 kcm_componentchooser.h - description
3 -------------------
4 copyright : (C) 2002 by Joseph Wenninger
5 email : jowenn@kde.org
6 ***************************************************************************/
8 /***************************************************************************
9 * *
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 *
13 * *
14 ***************************************************************************/
16 #ifndef KCM_COMPONENTCHOOSER_H
17 #define KCM_COMPONENTCHOOSER_H
19 #include <kcmodule.h>
21 #include "componentchooser.h"
24 class KCMComponentChooser : public KCModule
26 Q_OBJECT
27 public:
28 KCMComponentChooser(QWidget *parent, const QVariantList &args);
30 void load();
31 void save();
32 void defaults();
34 private:
35 ComponentChooser *m_chooser;
38 #endif // KCM_COMPONENTCHOOSER_H