diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-15 20:05:45 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-15 20:05:45 +0000 |
commit | e91a687ea077784e22afb909503e7e3eab92a444 (patch) | |
tree | c6ecdc6049caa99ded4d37bd7a608c6caa3f4e06 /kalzium/src/eqchemview.h | |
parent | 550424644038888919a6033fcb032e59d2062e51 (diff) | |
download | tdeedu-e91a687ea077784e22afb909503e7e3eab92a444.tar.gz tdeedu-e91a687ea077784e22afb909503e7e3eab92a444.zip |
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
Diffstat (limited to 'kalzium/src/eqchemview.h')
-rw-r--r-- | kalzium/src/eqchemview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kalzium/src/eqchemview.h b/kalzium/src/eqchemview.h index 85a9dda8..718c1c9f 100644 --- a/kalzium/src/eqchemview.h +++ b/kalzium/src/eqchemview.h @@ -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: /** |