• Skip to content
  • Skip to link menu
KDE 4.0 API Reference
  • KDE API Reference
  • kdeutils
  • Sitemap
  • Contact Us
 

klaptopdaemon

pcmcia.h

Go to the documentation of this file.
00001 /*
00002  * pcmcia.h
00003  *
00004  * Copyright (c) 1999 Paul Campbell <paul@taniwha.com>
00005  *
00006  * Requires the Qt widget libraries, available at no cost at
00007  * http://www.troll.no/
00008  *
00009  *  This program is free software; you can redistribute it and/or modify
00010  *  it under the terms of the GNU General Public License as published by
00011  *  the Free Software Foundation; either version 2 of the License, or
00012  *  (at your option) any later version.
00013  *
00014  *  This program is distributed in the hope that it will be useful,
00015  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
00016  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00017  *  GNU General Public License for more details.
00018  *
00019  *  You should have received a copy of the GNU General Public License
00020  *  along with this program; if not, write to the Free Software
00021  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
00022  */
00023 
00024 
00025 #ifndef __PCMCIACONFIG_H__
00026 #define __PCMCIACONFIG_H__
00027 
00028 #include <qdialog.h>
00029 #include <QPushButton>
00030 #include <QLabel>
00031 #include <qlcdnumber.h>
00032 #include <qradiobutton.h>
00033 #include <q3buttongroup.h>
00034 
00035 #include <kapplication.h>
00036 #include <knuminput.h>
00037 
00038 #include <kcmodule.h>
00039 #include <kaboutdata.h>
00040 
00041 class PcmciaConfig : public KCModule
00042 {
00043   Q_OBJECT
00044 public:
00045   PcmciaConfig( const KComponentData &inst,QWidget *parent=0);
00046 
00047   void save( void );
00048   void load();
00049   void defaults();
00050 
00051   virtual QString quickHelp() const;
00052 
00053 private slots:
00054 
00055   void changed();
00056 
00057     
00058 private:
00059   void GetSettings( void );
00060 
00061   QLabel *label0;
00062   QLabel *label1;
00063   QLabel *label0_text;
00064   QLabel *label1_text;
00065                                
00066 
00067 };
00068 
00069 #endif
00070 

klaptopdaemon

Skip menu "klaptopdaemon"
  • Main Page
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members

kdeutils

Skip menu "kdeutils"
  • ark
  • kcalc
  • kcharselect
  • kdelirc
  • kdessh
  • kdf
  • kfloppy
  • kgpg
  • kjots
  • klaptopdaemon
  • kmilo
  • ksim
  • ktimer
  • kwallet
  • superkaramba
Generated for kdeutils by doxygen 1.5.4
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal