summaryrefslogtreecommitdiffstats
path: root/kalzium/src/isotope.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kalzium/src/isotope.cpp')
-rw-r--r--kalzium/src/isotope.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kalzium/src/isotope.cpp b/kalzium/src/isotope.cpp
index b15e38cc..268e99d4 100644
--- a/kalzium/src/isotope.cpp
+++ b/kalzium/src/isotope.cpp
@@ -23,7 +23,7 @@
#include <kdebug.h>
#include <klocale.h>
-Isotope::Isotope( int neutrons, int protones, double percentage, double weight, double halflife, QString format, double alphadecay, double betaplusdecay, double betaminusdecay, double ecdecay, double alphapercentage, double betapluspercentage, double betaminuspercentage, double ecpercentage, QString spin, QString magmoment)
+Isotope::Isotope( int neutrons, int protones, double percentage, double weight, double halflife, TQString format, double alphadecay, double betaplusdecay, double betaminusdecay, double ecdecay, double alphapercentage, double betapluspercentage, double betaminuspercentage, double ecpercentage, TQString spin, TQString magmoment)
{
m_neutrons = neutrons;
m_protones = protones;
@@ -45,9 +45,9 @@ Isotope::Isotope( int neutrons, int protones, double percentage, double weight,
m_ecpercentage = ecpercentage;
}
-QString Isotope::halflifeAsString()
+TQString Isotope::halflifeAsString()
{
- QString halflife;
+ TQString halflife;
if ( !seconds() )//years
{