diff options
Diffstat (limited to 'doc/html/qobjectlist-h.html')
-rw-r--r-- | doc/html/qobjectlist-h.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/html/qobjectlist-h.html b/doc/html/qobjectlist-h.html index a3309c378..64d83da62 100644 --- a/doc/html/qobjectlist-h.html +++ b/doc/html/qobjectlist-h.html @@ -109,13 +109,6 @@ public: TQPtrListIterator<TQObject>::operator=( i ); } }; -#if (TQT_VERSION-0 >= 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<TQObject> { public: @@ -123,7 +116,6 @@ public: TQObjectListIt &operator=(const TQObjectListIt &i) { return (TQObjectListIt&)TQPtrListIterator<TQObject>::operator=(i); } }; -#endif #endif // TQOBJECTLIST_H </pre> |