summaryrefslogtreecommitdiffstats
path: root/doc/html/qvariant-h.html
diff options
context:
space:
mode:
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& asPen();
int& asInt();
uint& asUInt();
- Q_LLONG& asLongLong();
- Q_ULLONG& asULongLong();
+ TQ_LLONG& asLongLong();
+ TQ_ULLONG& asULongLong();
bool& asBool();
double& 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;