From e91a687ea077784e22afb909503e7e3eab92a444 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 15 Jun 2011 20:05:45 +0000 Subject: 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 --- kalzium/src/eqchemview.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kalzium/src/eqchemview.h') 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: /** -- cgit v1.2.1