summaryrefslogtreecommitdiffstats
path: root/kalzium/src/spectrum.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kalzium/src/spectrum.cpp')
-rw-r--r--kalzium/src/spectrum.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kalzium/src/spectrum.cpp b/kalzium/src/spectrum.cpp
index dc8abb01..5fea3d8e 100644
--- a/kalzium/src/spectrum.cpp
+++ b/kalzium/src/spectrum.cpp
@@ -97,7 +97,7 @@ void Spectrum::adjustIntensities()
double curInt = ( ( double )( *it ).intensity );
double newInt = max*1000/curInt;
- ( *it ).intensity = qRound( newInt );
+ ( *it ).intensity = tqRound( newInt );
}
}