summaryrefslogtreecommitdiffstats
path: root/doc/html/tqvaluevector-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqvaluevector-h.html')
-rw-r--r--doc/html/tqvaluevector-h.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqvaluevector-h.html b/doc/html/tqvaluevector-h.html
index c0b8f125e..35df2d6fc 100644
--- a/doc/html/tqvaluevector-h.html
+++ b/doc/html/tqvaluevector-h.html
@@ -490,12 +490,12 @@ public:
// ### remove in TQt 4.0
bool operator==( const TQValueVector<T>& x )
{
- return size()==x.size() ? tqEqual( constBegin(), constEnd(), x.begin()) : FALSE;
+ return size()==x.size() ? tqEqual( constBegin(), constEnd(), x.begin()) : false;
}
bool operator==( const TQValueVector<T>& x ) const
{
- return size()==x.size() ? tqEqual( begin(), end(), x.begin() ) : FALSE;
+ return size()==x.size() ? tqEqual( begin(), end(), x.begin() ) : false;
}
typedef T ValueType;