From 0a6e0958c03e41c87b15557b6f407874f20c2f8d Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:39:55 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1157642 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kalzium/src/spectrum.h | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'kalzium/src/spectrum.h') diff --git a/kalzium/src/spectrum.h b/kalzium/src/spectrum.h index 7578973d..ca6bcdac 100644 --- a/kalzium/src/spectrum.h +++ b/kalzium/src/spectrum.h @@ -21,8 +21,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#include -#include +#include +#include class QPixmap; class Element; @@ -66,12 +66,12 @@ class Spectrum ///relative. The highest is per definition 1000 int intensity; - QString electronconfig1; - QString electronconfig2; - QString term1; - QString term2; - QString J1; - QString J2; + TQString electronconfig1; + TQString electronconfig2; + TQString term1; + TQString term2; + TQString J1; + TQString J2; }; /** @@ -103,9 +103,9 @@ class Spectrum * @param min the lowest allowed wavalength in nanometer * @param max the highest allowed wavalength in nanometer * - * @return the wavelength in a QValueList + * @return the wavelength in a TQValueList */ - QValueList wavelengths( double min, double max ); + TQValueList wavelengths( double min, double max ); /** * @return the smallest wavelength @@ -124,7 +124,7 @@ class Spectrum /** * @return the list of bands of the spectrum */ - QValueList* bandlist(){ + TQValueList* bandlist(){ return &m_bandlist; } @@ -140,7 +140,7 @@ class Spectrum /** * @return the data of a spectrum as HTML code */ - QString bandsAsHtml(); + TQString bandsAsHtml(); /** * @return the parent element of this spectrum @@ -162,7 +162,7 @@ class Spectrum /** * the internal dataset */ - QValueList m_bandlist; + TQValueList m_bandlist; /** * the cached values of the highest and lowest wavelength -- cgit v1.2.1