diff options
Diffstat (limited to 'ark/zoo.cpp')
-rw-r--r-- | ark/zoo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ark/zoo.cpp b/ark/zoo.cpp index 6f9a53e..32b161b 100644 --- a/ark/zoo.cpp +++ b/ark/zoo.cpp @@ -287,7 +287,7 @@ TQString fixTime( const TQString &_strTime ) // +3 or -3 etc. TQString strTime = _strTime; - if ( strTime.tqcontains("+") || strTime.tqcontains("-") ) + if ( strTime.contains("+") || strTime.contains("-") ) { TQCharRef c = strTime.tqat( 8 ); int offset = strTime.right( strTime.length() - 9 ).toInt(); |