summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/dms.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/dms.cpp')
-rw-r--r--kstars/kstars/dms.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kstars/kstars/dms.cpp b/kstars/kstars/dms.cpp
index 724f9af2..3619a578 100644
--- a/kstars/kstars/dms.cpp
+++ b/kstars/kstars/dms.cpp
@@ -120,8 +120,8 @@ bool dms::setFromString( const TQString &str, bool isDeg ) {
else {
double mx = fields[1].toDouble( &checkValue );
if ( checkValue ) {
- fields[1] = TQString("%1").arg( int(mx) );
- fields.append( TQString("%1").arg( int( 60.0*(mx - int(mx)) ) ) );
+ fields[1] = TQString("%1").tqarg( int(mx) );
+ fields.append( TQString("%1").tqarg( int( 60.0*(mx - int(mx)) ) ) );
} else {
setD( 0.0 );
return false;