Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
tdebase/kcontrol/background/main.h

41 řádky
841 B

/* vi: ts=8 sts=4 sw=4
*
* This file is part of the KDE project, module kcmdisplay.
* Copyright (C) 1999 Geert Jansen <g.t.jansen@stud.tue.nl>
*
* You can Freely distribute this program under the GNU General Public
* License. See the file "COPYING" for the exact licensing terms.
*/
#ifndef __Bgnd_h_Included__
#define __Bgnd_h_Included__
#include <tdecmodule.h>
class TDEConfig;
class BGDialog;
/**
* The Desktop/Background tab in kcontrol.
*/
class KBackground: public TDECModule
{
Q_OBJECT
public:
KBackground(TQWidget *parent, const char *name, const TQStringList &);
~KBackground();
virtual void load();
virtual void load( bool useDefaults );
virtual void save();
virtual void defaults();
private:
BGDialog *m_base;
TDEConfig *m_pConfig;
};
#endif // __Bgnd_h_Included__