|
|
/*************************************************************************** sensdlg.h - description ------------------- begin : Sat Apr 7 2001 copyright : (C) 2001 by Luc Langehegermann email : luc@1409.org ***************************************************************************/ /*************************************************************************** * * * 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 SENSDLG_H #define SENSDLG_H #include#include #include #include /** *@author Luc Langehegermann */ class sensDlg : public QDialog { Q_OBJECT public: sensDlg(QWidget *parent=0); ~sensDlg(); private slots: // Private slots void slotSensChanged (int val); }; #endif
Generated by: ernie on homer on Fri Aug 30 19:54:09 2002, using kdoc 2.0a53. |