summaryrefslogtreecommitdiffstats
path: root/doc/html/qvariant-h.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-17 17:28:28 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-17 17:28:28 -0500
commit6dec101d43dcbd4195c47d54bd388db1a8d7230e (patch)
tree7c336cbed3a93807a34cd4df39b2f92a7d48a141 /doc/html/qvariant-h.html
parentf27c2533f735d53c6b555f387c6390c0690cc246 (diff)
downloadtqt3-6dec101d43dcbd4195c47d54bd388db1a8d7230e.tar.gz
tqt3-6dec101d43dcbd4195c47d54bd388db1a8d7230e.zip
Automated update from Qt3
Diffstat (limited to 'doc/html/qvariant-h.html')
-rw-r--r--doc/html/qvariant-h.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/qvariant-h.html b/doc/html/qvariant-h.html
index f25a6c9dd..76f80d092 100644
--- a/doc/html/qvariant-h.html
+++ b/doc/html/qvariant-h.html
@@ -201,8 +201,8 @@ public:
#endif
TQVariant( int );
TQVariant( uint );
- TQVariant( Q_LLONG );
- TQVariant( Q_ULLONG );
+ TQVariant( TQ_LLONG );
+ TQVariant( TQ_ULLONG );
// ### Problems on some compilers ?
TQVariant( bool, int );
TQVariant( double );
@@ -254,8 +254,8 @@ public:
const TQPen toPen() const;
int toInt( bool * ok=0 ) const;
uint toUInt( bool * ok=0 ) const;
- Q_LLONG toLongLong( bool * ok=0 ) const;
- Q_ULLONG toULongLong( bool * ok=0 ) const;
+ TQ_LLONG toLongLong( bool * ok=0 ) const;
+ TQ_ULLONG toULongLong( bool * ok=0 ) const;
bool toBool() const;
double toDouble( bool * ok=0 ) const;
#ifndef QT_NO_TEMPLATE_VARIANT
@@ -304,8 +304,8 @@ public:
TQPen&amp; asPen();
int&amp; asInt();
uint&amp; asUInt();
- Q_LLONG&amp; asLongLong();
- Q_ULLONG&amp; asULongLong();
+ TQ_LLONG&amp; asLongLong();
+ TQ_ULLONG&amp; asULongLong();
bool&amp; asBool();
double&amp; asDouble();
#ifndef QT_NO_TEMPLATE_VARIANT
@@ -338,8 +338,8 @@ private:
{
uint u;
int i;
- Q_LLONG ll;
- Q_ULLONG ull;
+ TQ_LLONG ll;
+ TQ_ULLONG ull;
bool b;
double d;
void *ptr;