From 6dec101d43dcbd4195c47d54bd388db1a8d7230e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 17 Jun 2012 17:28:28 -0500 Subject: Automated update from Qt3 --- doc/html/ntqstring.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'doc/html/ntqstring.html') diff --git a/doc/html/ntqstring.html b/doc/html/ntqstring.html index e6c5edfe8..e15ba9ba0 100644 --- a/doc/html/ntqstring.html +++ b/doc/html/ntqstring.html @@ -61,8 +61,8 @@ and the classic C '\0'-terminated char array.
  • TQString copy () const  (obsolete)
  • TQString arg ( long a, int fieldWidth = 0, int base = 10 ) const
  • TQString arg ( ulong a, int fieldWidth = 0, int base = 10 ) const
  • -
  • TQString arg ( Q_LLONG a, int fieldWidth = 0, int base = 10 ) const
  • -
  • TQString arg ( Q_ULLONG a, int fieldWidth = 0, int base = 10 ) const
  • +
  • TQString arg ( TQ_LLONG a, int fieldWidth = 0, int base = 10 ) const
  • +
  • TQString arg ( TQ_ULLONG a, int fieldWidth = 0, int base = 10 ) const
  • TQString arg ( int a, int fieldWidth = 0, int base = 10 ) const
  • TQString arg ( uint a, int fieldWidth = 0, int base = 10 ) const
  • TQString arg ( short a, int fieldWidth = 0, int base = 10 ) const
  • @@ -144,8 +144,8 @@ and the classic C '\0'-terminated char array.
  • uint toUInt ( bool * ok = 0, int base = 10 ) const
  • long toLong ( bool * ok = 0, int base = 10 ) const
  • ulong toULong ( bool * ok = 0, int base = 10 ) const
  • -
  • Q_LLONG toLongLong ( bool * ok = 0, int base = 10 ) const
  • -
  • Q_ULLONG toULongLong ( bool * ok = 0, int base = 10 ) const
  • +
  • TQ_LLONG toLongLong ( bool * ok = 0, int base = 10 ) const
  • +
  • TQ_ULLONG toULongLong ( bool * ok = 0, int base = 10 ) const
  • float toFloat ( bool * ok = 0 ) const
  • double toDouble ( bool * ok = 0 ) const
  • TQString & setNum ( short n, int base = 10 )
  • @@ -154,8 +154,8 @@ and the classic C '\0'-terminated char array.
  • TQString & setNum ( uint n, int base = 10 )
  • TQString & setNum ( long n, int base = 10 )
  • TQString & setNum ( ulong n, int base = 10 )
  • -
  • TQString & setNum ( Q_LLONG n, int base = 10 )
  • -
  • TQString & setNum ( Q_ULLONG n, int base = 10 )
  • +
  • TQString & setNum ( TQ_LLONG n, int base = 10 )
  • +
  • TQString & setNum ( TQ_ULLONG n, int base = 10 )
  • TQString & setNum ( float n, char f = 'g', int prec = 6 )
  • TQString & setNum ( double n, char f = 'g', int prec = 6 )
  • void setExpand ( uint index, TQChar c )  (obsolete)
  • @@ -199,8 +199,8 @@ and the classic C '\0'-terminated char array.