00001 00002 /*************************************************************************** 00003 * * 00004 * This program is free software; you can redistribute it and/or modify * 00005 * it under the terms of the GNU General Public License as published by * 00006 * the Free Software Foundation; either version 2 of the License, or * 00007 * ( at your option ) any later version. * 00008 * * 00009 **************************************************************************/ 00010 #include <qstring.h> 00011 #include "calcdlg.h" 00012 00013 class QVBox; 00014 class KMolCalc; 00015 00016 class calcDlgUI : public CalcDlg 00017 { 00018 Q_OBJECT 00019 00020 public: 00021 calcDlgUI(); 00022 KMolCalc *kmolcalc; 00023 00024 public slots: 00025 void calc(); 00026 void clear(); 00027 };
1.4.2