2 * This file is part of the KDE project, module kcmdisplay.
3 * Copyright (C) 1999 Geert Jansen <g.t.jansen@stud.tue.nl>
5 * You can Freely distribute this program under the GNU General Public
6 * License. See the file "COPYING" for the exact licensing terms.
10 #define __BACKGROUND__
13 #include <ksharedconfig.h>
19 class KBackground
: public QWidget
{
23 KBackground( QWidget
*parent
= 0 );
35 void slotEnableChanged();
41 QCheckBox
*m_pCBEnable
;
43 KSharedConfigPtr m_simpleConf
;
44 BGDialog
*m_background
;
48 #endif // __Bgnd_h_Included__