summaryrefslogtreecommitdiffstats
path: root/doc/html/qurlinfo-h.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-13 17:43:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-13 17:43:39 -0600
commit359640943bcf155faa9a067dde9e00a123276290 (patch)
treefb3d55ea5e18949042fb0064123fb73d2b1eb932 /doc/html/qurlinfo-h.html
parenta829bcdc533e154000803d517200d32fe762e85c (diff)
downloadtqt3-359640943bcf155faa9a067dde9e00a123276290.tar.gz
tqt3-359640943bcf155faa9a067dde9e00a123276290.zip
Automated update from Qt3
Diffstat (limited to 'doc/html/qurlinfo-h.html')
-rw-r--r--doc/html/qurlinfo-h.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qurlinfo-h.html b/doc/html/qurlinfo-h.html
index c7d7032ca..c4feddfde 100644
--- a/doc/html/qurlinfo-h.html
+++ b/doc/html/qurlinfo-h.html
@@ -100,7 +100,7 @@ public:
TQUrlInfo();
TQUrlInfo( const TQUrlOperator &amp;path, const TQString &amp;file );
TQUrlInfo( const TQUrlInfo &amp;ui );
-#if (QT_VERSION-0 &gt;= 0x040000)
+#if (TQT_VERSION-0 &gt;= 0x040000)
#error "TQUrlInfo::TQUrlInfo() should accept TQIODevice::Offset instead of uint"
#elif defined(QT_ABI_QT4)
TQUrlInfo( const TQString &amp;name, int permissions, const TQString &amp;owner,
@@ -130,7 +130,7 @@ public:
virtual void setSymLink( bool b );
virtual void setOwner( const TQString &amp;s );
virtual void setGroup( const TQString &amp;s );
-#if (QT_VERSION-0 &gt;= 0x040000)
+#if (TQT_VERSION-0 &gt;= 0x040000)
#error "TQUrlInfo::setSize() should accept TQIODevice::Offset instead of uint"
#elif defined(QT_ABI_QT4)
virtual void setSize( TQIODevice::Offset size );
@@ -148,7 +148,7 @@ public:
int permissions() const;
TQString owner() const;
TQString group() const;
-#if (QT_VERSION-0 &gt;= 0x040000)
+#if (TQT_VERSION-0 &gt;= 0x040000)
#error "TQUrlInfo::size() should return TQIODevice::Offset instead of uint"
#elif defined(QT_ABI_QT4)
TQIODevice::Offset size() const;