From 9e461b62fc49e33e98da31faf0478bb5170210f8 Mon Sep 17 00:00:00 2001 From: Mystery Man Date: Wed, 8 Aug 2001 13:49:54 +0000 Subject: This commit was manufactured by cvs2svn to create branch 'Laurent'. --- krootwarning/krootwarning/krootwarning.h | 50 ++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 krootwarning/krootwarning/krootwarning.h (limited to 'krootwarning/krootwarning/krootwarning.h') diff --git a/krootwarning/krootwarning/krootwarning.h b/krootwarning/krootwarning/krootwarning.h new file mode 100644 index 0000000..d379b54 --- /dev/null +++ b/krootwarning/krootwarning/krootwarning.h @@ -0,0 +1,50 @@ +/*************************************************************************** + krootwarning.h - description + ------------------- + begin : mar jui 10 13:42:19 CEST 2001 + copyright : (C) 2001 by Laurent MONTEL + email : lmontel@mandrakesoft.com + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#ifndef KROOTWARNING_H +#define KROOTWARNING_H + +#ifdef HAVE_CONFIG_H +#include +#endif + +#include +#include +class QCheckBox; + +/** Krootwarning is the base class of the porject */ +class Krootwarning : public KDialogBase +{ + Q_OBJECT + public: + /** construtor */ + Krootwarning(QWidget* parent=0, const char *name=0); + /** destructor */ + ~Krootwarning(); + protected: + void initInterface(); + void saveConfig(); + void loadConfig(); + void logout(); + private: + QCheckBox *m_showAtTheNewStartUp; + protected slots: + virtual void slotUser1(); + virtual void slotUser2(); +}; + +#endif -- cgit v1.2.1