summaryrefslogtreecommitdiffstats
path: root/doc/html/qobjectlist-h.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-09 23:09:59 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-09 23:09:59 +0900
commit83991febd2b98788a0a018e187de0dfb7d95b500 (patch)
treeec363502a3d11082cc54d17b7969f8ba605e1f01 /doc/html/qobjectlist-h.html
parent48ea22d00b58a37508567756b2955582cd9efe5a (diff)
downloadtqt3-83991febd2b98788a0a018e187de0dfb7d95b500.tar.gz
tqt3-83991febd2b98788a0a018e187de0dfb7d95b500.zip
Remove Qt4 related stuff
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qobjectlist-h.html')
-rw-r--r--doc/html/qobjectlist-h.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/html/qobjectlist-h.html b/doc/html/qobjectlist-h.html
index a3309c37..64d83da6 100644
--- a/doc/html/qobjectlist-h.html
+++ b/doc/html/qobjectlist-h.html
@@ -109,13 +109,6 @@ public:
TQPtrListIterator&lt;TQObject&gt;::operator=( i ); }
};
-#if (TQT_VERSION-0 &gt;= 0x040000)
-#if defined(Q_CC_GNU)
-#warning "remove the TQObjectListIt class"
-#warning "remove the typedef too, maybe"
-#endif
-typedef TQObjectListIterator TQObjectListIt;
-#else
class Q_EXPORT TQObjectListIt : public TQPtrListIterator&lt;TQObject&gt;
{
public:
@@ -123,7 +116,6 @@ public:
TQObjectListIt &amp;operator=(const TQObjectListIt &amp;i)
{ return (TQObjectListIt&amp;)TQPtrListIterator&lt;TQObject&gt;::operator=(i); }
};
-#endif
#endif // TQOBJECTLIST_H
</pre>