Rename kdeedu ETQChem* classes to the corrected EQChem*

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1236927 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent 5504246440
commit e91a687ea0

@ -104,13 +104,13 @@ void eqchemView::compute()
m_eqResult->add( equation, disp );
}
ETQChemDialog::ETQChemDialog( TQWidget *tqparent )
: KDialogBase(tqparent, "ETQChemDialog", true, i18n( "Solve Chemical Equations" ),
EQChemDialog::EQChemDialog( TQWidget *tqparent )
: KDialogBase(tqparent, "EQChemDialog", true, i18n( "Solve Chemical Equations" ),
KDialogBase::Apply|KDialogBase::Close|KDialogBase::Help, KDialogBase::Apply, true )
{
}
void ETQChemDialog::slotHelp()
void EQChemDialog::slotHelp()
{
emit helpClicked();
if ( kapp )

@ -83,7 +83,7 @@ private:
/**
* @author Carsten Niehaus
*/
class ETQChemDialog : public KDialogBase
class EQChemDialog : public KDialogBase
{
Q_OBJECT
TQ_OBJECT
@ -94,7 +94,7 @@ class ETQChemDialog : public KDialogBase
*
* @param tqparent the tqparent widget
*/
ETQChemDialog( TQWidget *tqparent );
EQChemDialog( TQWidget *tqparent );
private slots:
/**

@ -253,7 +253,7 @@ void Kalzium::slotGlossary()
void Kalzium::slotShowETQSolver()
{
#ifdef HAVE_FACILE
ETQChemDialog *dlg = new ETQChemDialog( this );
EQChemDialog *dlg = new EQChemDialog( this );
TQWidget *page = new TQWidget( dlg );
dlg->setMainWidget( page );

Loading…
Cancel
Save