From ceaf41bd779bdcc293a4f43100a3834c72c2c46d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 16:44:56 -0600 Subject: Update from latest conversion script --- doc/html/functions.html | 4 ++-- doc/html/gpl.html | 2 +- doc/html/index | 2 +- doc/html/qglobal-h.html | 6 +++--- doc/html/qsqlfield-h.html | 2 +- doc/html/qsqlfieldinfo-members.html | 2 +- doc/html/qsqlfieldinfo.html | 6 +++--- doc/html/qt.dcf | 2 +- doc/html/qxmldeclhandler.html | 2 +- 9 files changed, 14 insertions(+), 14 deletions(-) (limited to 'doc/html') diff --git a/doc/html/functions.html b/doc/html/functions.html index 60603f00..65389663 100644 --- a/doc/html/functions.html +++ b/doc/html/functions.html @@ -1433,8 +1433,8 @@ icon: TQDir
  • isRelativeUrl: TQUrl
  • isRenaming: TQIconView TQListView
  • isReplaceable: - TQTableItem
  • isRetquired: - TQSqlFieldInfo
  • isResizeEnabled: + TQTableItem
  • isRequired: + TQSqlFieldInfo
  • isResizeEnabled: TQDockWindow TQHeader
  • isRoot: TQDir
  • isRowHidden: TQTable
  • isRowReadOnly: diff --git a/doc/html/gpl.html b/doc/html/gpl.html index 6122b462..fd4e7874 100644 --- a/doc/html/gpl.html +++ b/doc/html/gpl.html @@ -309,7 +309,7 @@ TO THE TQUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - 12. IN NO EVENT UNLESS RETQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSETQUENTIAL DAMAGES ARISING diff --git a/doc/html/index b/doc/html/index index 8cb7ae86..cc7ca305 100644 --- a/doc/html/index +++ b/doc/html/index @@ -5972,7 +5972,7 @@ "QSqlFieldInfo::defaultValue" qsqlfieldinfo.html#defaultValue "QSqlFieldInfo::isCalculated" qsqlfieldinfo.html#isCalculated "QSqlFieldInfo::isGenerated" qsqlfieldinfo.html#isGenerated -"QSqlFieldInfo::isRetquired" qsqlfieldinfo.html#isRetquired +"QSqlFieldInfo::isRequired" qsqlfieldinfo.html#isRequired "QSqlFieldInfo::isTrim" qsqlfieldinfo.html#isTrim "QSqlFieldInfo::length" qsqlfieldinfo.html#length "QSqlFieldInfo::name" qsqlfieldinfo.html#name diff --git a/doc/html/qglobal-h.html b/doc/html/qglobal-h.html index 6616fb61..1d5932b8 100644 --- a/doc/html/qglobal-h.html +++ b/doc/html/qglobal-h.html @@ -209,10 +209,10 @@ body { background: #ffffff; color: black; } #endif #if defined(Q_OS_MACX) -# ifdef MAC_OS_X_VERSION_MIN_RETQUIRED -# undef MAC_OS_X_VERSION_MIN_RETQUIRED +# ifdef MAC_OS_X_VERSION_MIN_REQUIRED +# undef MAC_OS_X_VERSION_MIN_REQUIRED # endif -# define MAC_OS_X_VERSION_MIN_RETQUIRED MAC_OS_X_VERSION_10_2 +# define MAC_OS_X_VERSION_MIN_REQUIRED MAC_OS_X_VERSION_10_2 # include <AvailabilityMacros.h> # if !defined(MAC_OS_X_VERSION_10_3) # define MAC_OS_X_VERSION_10_3 MAC_OS_X_VERSION_10_2 + 1 diff --git a/doc/html/qsqlfield-h.html b/doc/html/qsqlfield-h.html index 632be144..515c880a 100644 --- a/doc/html/qsqlfield-h.html +++ b/doc/html/qsqlfield-h.html @@ -165,7 +165,7 @@ public: bool operator==( const TQSqlFieldInfo& f ) const; TQSqlField toField() const; - int isRetquired() const; + int isRequired() const; TQVariant::Type type() const; int length() const; int precision() const; diff --git a/doc/html/qsqlfieldinfo-members.html b/doc/html/qsqlfieldinfo-members.html index 78331918..cadae9ea 100644 --- a/doc/html/qsqlfieldinfo-members.html +++ b/doc/html/qsqlfieldinfo-members.html @@ -40,7 +40,7 @@ body { background: #ffffff; color: black; }
  • defaultValue()
  • isCalculated()
  • isGenerated() -
  • isRetquired() +
  • isRequired()
  • isTrim()
  • length()
  • name() diff --git a/doc/html/qsqlfieldinfo.html b/doc/html/qsqlfieldinfo.html index 20cc2e91..882010ac 100644 --- a/doc/html/qsqlfieldinfo.html +++ b/doc/html/qsqlfieldinfo.html @@ -44,7 +44,7 @@ body { background: #ffffff; color: black; }
  • TQSqlFieldInfo & operator= ( const TQSqlFieldInfo & other )
  • bool operator== ( const TQSqlFieldInfo & f ) const
  • TQSqlField toField () const
  • -
  • int isRetquired () const
  • +
  • int isRequired () const
  • TQVariant::Type type () const
  • int length () const
  • int precision () const
  • @@ -67,7 +67,7 @@ The TQSqlFieldInfo class stores meta data associated with a SQL field.

    TQSqlFieldInfo objects only store meta data; field values are stored in TQSqlField objects.

    All values must be set in the constructor, and may be retrieved -using isRetquired(), type(), length(), precision(), defaultValue(), +using isRequired(), type(), length(), precision(), defaultValue(), name(), isGenerated() and typeID().

    See also Database Classes. @@ -135,7 +135,7 @@ Returns TRUE if the field should be included in auto-generated SQL statments, e.g. in TQSqlCursor; otherwise returns FALSE.

    See also setGenerated(). -

    int TQSqlFieldInfo::isRetquired () const +

    int TQSqlFieldInfo::isRequired () const

    Returns a value greater than 0 if the field is retquired (NULL values are not allowed), 0 if it isn't retquired (NULL values are diff --git a/doc/html/qt.dcf b/doc/html/qt.dcf index 107f90c7..0882ceb8 100644 --- a/doc/html/qt.dcf +++ b/doc/html/qt.dcf @@ -7035,7 +7035,7 @@ defaultValue isCalculated isGenerated - isRetquired + isRequired isTrim length name diff --git a/doc/html/qxmldeclhandler.html b/doc/html/qxmldeclhandler.html index a7c4b2d2..afbd325b 100644 --- a/doc/html/qxmldeclhandler.html +++ b/doc/html/qxmldeclhandler.html @@ -73,7 +73,7 @@ attribute is reported. and the name of the attribute in aName. It passes a string that represents the attribute type in type and a string that represents the attribute default in valueDefault. This string -is one of "#IMPLIED", "#RETQUIRED", "#FIXED" or TQString::null (if +is one of "#IMPLIED", "#REQUIRED", "#FIXED" or TQString::null (if none of the others applies). The reader passes the attribute's default value in value. If no default value is specified in the XML file, value is TQString::null. -- cgit v1.2.3