diff --git a/configure b/configure index 88e50396..23595b42 100755 --- a/configure +++ b/configure @@ -881,7 +881,7 @@ done [ -d $outpath/src/tools ] || mkdir -p $outpath/src/tools cat > $outpath/src/tools/qconfig.cpp.new < - + diff --git a/doc/collect.doc b/doc/collect.doc index 12c2c3ee..095912f2 100644 --- a/doc/collect.doc +++ b/doc/collect.doc @@ -105,7 +105,7 @@ The rest of this page dicusses the pointer-based containers. \section1 Architecture of the pointer-based containers There are four internal base classes for the pointer-based -containers (QGCache, QGDict, QGList and QGVector) that operate on +containers (TQGCache, TQGDict, TQGList and TQGVector) that operate on void pointers. A thin template layer implements the actual collections by casting item pointers to and from void pointers. diff --git a/doc/debug.doc b/doc/debug.doc index 20f3cef0..bc0ad42d 100644 --- a/doc/debug.doc +++ b/doc/debug.doc @@ -91,7 +91,7 @@ often useful even without names. \section1 Debugging Macros -The header file \c ntqglobal.h contains many debugging macros and +The header file \c tqglobal.h contains many debugging macros and \c{#define}s. Two important macros are: diff --git a/doc/html/annotated.html b/doc/html/annotated.html index abf9e694..b1e79524 100644 --- a/doc/html/annotated.html +++ b/doc/html/annotated.html @@ -171,7 +171,7 @@ body { background: #ffffff; color: black; } TQGridLayoutLays out widgets in a grid TQGridViewAbstract base for fixed-size grids TQGroupBoxGroup box frame with a title -TQGuardedPtrTemplate class that provides guarded pointers to TQObjects +TQGuardedPtrTemplate class that provides guarded pointers to TQObjects TQHBoxHorizontal geometry management for its child widgets TQHBoxLayoutLines up widgets horizontally TQHButtonGroupOrganizes TQButton widgets in a group with one horizontal row diff --git a/doc/html/classchart.html b/doc/html/classchart.html index 7fee244f..948d1eeb 100644 --- a/doc/html/classchart.html +++ b/doc/html/classchart.html @@ -246,7 +246,7 @@ body { background: #ffffff; color: black; } - + diff --git a/doc/html/classes.html b/doc/html/classes.html index b5854f15..b8853c70 100644 --- a/doc/html/classes.html +++ b/doc/html/classes.html @@ -765,7 +765,7 @@ classes, see TQt's Main Classes. -TQGuardedPtr +TQGuardedPtr TQNetworkProtocol diff --git a/doc/html/debug.html b/doc/html/debug.html index ac0220ee..cbe7c9ed 100644 --- a/doc/html/debug.html +++ b/doc/html/debug.html @@ -74,7 +74,7 @@ or acts strangely. More useful if you use object names than not, but often useful even without names.

Debugging Macros

-

The header file ntqglobal.h contains many debugging macros and +

The header file tqglobal.h contains many debugging macros and #defines.

Two important macros are:

  • TQGLayoutIterator
  • TQGLColormap -
  • TQGuardedPtr +
  • TQGuardedPtr
  • TQHostAddress
  • TQHttpHeader

    Note that TQt's definition of bool depends on the compiler. -ntqglobal.h has the system-dependent definition of bool. +tqglobal.h has the system-dependent definition of bool.


    Member Function Documentation

    TQVariant::TQVariant () diff --git a/doc/html/object.html b/doc/html/object.html index 9ff3b9a2..cd1cbee5 100644 --- a/doc/html/object.html +++ b/doc/html/object.html @@ -53,7 +53,7 @@ that make it possible to elegantly integrate many tasks in an event-driven GUI;
  • hierarchical and queryable object trees that organize object ownership in a natural way; -
  • guarded pointers, TQGuardedPtr, that are automatically +
  • guarded pointers, TQGuardedPtr, that are automatically set to 0 when the referenced object is destroyed, unlike normal C++ pointers which become "dangling pointers" when their objects are destroyed. diff --git a/doc/html/objectmodel.html b/doc/html/objectmodel.html index f2b30000..ffe27ee1 100644 --- a/doc/html/objectmodel.html +++ b/doc/html/objectmodel.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; }

    These classes form the basis of the TQt Object Model.

    -
    TQGuardedPtrTemplate class that provides guarded pointers to TQObjects +
    TQGuardedPtrTemplate class that provides guarded pointers to TQObjects
    TQMetaObjectMeta information about TQt objects
    TQMetaPropertyStores meta data about a property
    TQObjectThe base class of all TQt objects diff --git a/doc/html/qaccessible-h.html b/doc/html/qaccessible-h.html index af28f933..97152cc2 100644 --- a/doc/html/qaccessible-h.html +++ b/doc/html/qaccessible-h.html @@ -79,7 +79,7 @@ body { background: #ffffff; color: black; } #include "tqobject.h" #include <private/qcom_p.h> #include "tqrect.h" -#include "ntqguardedptr.h" +#include "tqguardedptr.h" #include "tqmemarray.h" #endif // QT_H diff --git a/doc/html/qdockarea-h.html b/doc/html/qdockarea-h.html index ef60a96b..1f4830f3 100644 --- a/doc/html/qdockarea-h.html +++ b/doc/html/qdockarea-h.html @@ -83,7 +83,7 @@ body { background: #ffffff; color: black; } #include "ntqdockwindow.h" #include "tqlayout.h" #include "tqvaluelist.h" -#include "ntqguardedptr.h" +#include "tqguardedptr.h" #include "tqtextstream.h" #endif // QT_H diff --git a/doc/html/qnamespace-h.html b/doc/html/qnamespace-h.html index 99550d23..77d06b77 100644 --- a/doc/html/qnamespace-h.html +++ b/doc/html/qnamespace-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQNAMESPACE_H #ifndef QT_H -#include "ntqglobal.h" +#include "tqglobal.h" #endif // QT_H diff --git a/doc/html/qrangecontrol-h.html b/doc/html/qrangecontrol-h.html index af57c256..0fa779b1 100644 --- a/doc/html/qrangecontrol-h.html +++ b/doc/html/qrangecontrol-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQRANGECONTROL_H #ifndef QT_H -#include "ntqglobal.h" +#include "tqglobal.h" #include "tqframe.h" #endif // QT_H diff --git a/doc/html/qt.dcf b/doc/html/qt.dcf index a7059ee4..a6708628 100644 --- a/doc/html/qt.dcf +++ b/doc/html/qt.dcf @@ -2944,18 +2944,18 @@
    -
    - QGuardedPtr - isNull - operator T * - operator!= - operator* - operator-> - operator= - operator== - ~QGuardedPtr -
    -
    +
    + TQGuardedPtr + isNull + operator T * + operator!= + operator* + operator-> + operator= + operator== + ~TQGuardedPtr +
    +
    TQHBox diff --git a/doc/html/titleindex b/doc/html/titleindex index cc490b64..706f1afb 100644 --- a/doc/html/titleindex +++ b/doc/html/titleindex @@ -419,8 +419,8 @@ TQGridView Class | tqgridview.html TQGridView Member List | tqgridview-members.html TQGroupBox Class | tqgroupbox.html TQGroupBox Member List | tqgroupbox-members.html -QGuardedPtr Class | ntqguardedptr.html -QGuardedPtr Member List | qguardedptr-members.html +TQGuardedPtr Class | tqguardedptr.html +TQGuardedPtr Member List | tqguardedptr-members.html TQHBox Class | tqhbox.html TQHBox Member List | tqhbox-members.html TQHBoxLayout Class | tqhboxlayout.html @@ -1137,11 +1137,11 @@ tqftp.h Include File | tqftp-h.html tqgb18030codec.h Include File | tqgb18030codec-h.html tqgl.h Include File | tqgl-h.html tqglcolormap.h Include File | tqglcolormap-h.html -ntqglobal.h Include File | qglobal-h.html +tqglobal.h Include File | tqglobal-h.html tqgrid.h Include File | tqgrid-h.html tqgridview.h Include File | tqgridview-h.html tqgroupbox.h Include File | tqgroupbox-h.html -ntqguardedptr.h Include File | qguardedptr-h.html +tqguardedptr.h Include File | tqguardedptr-h.html tqhbox.h Include File | tqhbox-h.html tqhbuttongroup.h Include File | tqhbuttongroup-h.html tqheader.h Include File | tqheader-h.html diff --git a/doc/html/toplevel-example.html b/doc/html/toplevel-example.html index 7f18142a..25d078b3 100644 --- a/doc/html/toplevel-example.html +++ b/doc/html/toplevel-example.html @@ -221,7 +221,7 @@ build the library.
    1. Unfortunately some X11 window managers also require the WX11BypassWM flag to be set in addition; but some other X11 window managers will have problems if this flag is set. Back...
    2. -The example uses TQGuardedPtr to make sure that the +The example uses TQGuardedPtr to make sure that the pointer is reset to zero when the widget object is destroyed due to the WDestructiveClose flag. Back...
    3. diff --git a/doc/html/tqasciicache-h.html b/doc/html/tqasciicache-h.html index 4b855e78..f2859b80 100644 --- a/doc/html/tqasciicache-h.html +++ b/doc/html/tqasciicache-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQASCIICACHE_H #ifndef QT_H -#include "ntqgcache.h" +#include "tqgcache.h" #endif // QT_H diff --git a/doc/html/tqasciidict-h.html b/doc/html/tqasciidict-h.html index 793815e9..607ee3cb 100644 --- a/doc/html/tqasciidict-h.html +++ b/doc/html/tqasciidict-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQASCIIDICT_H #ifndef QT_H -#include "ntqgdict.h" +#include "tqgdict.h" #endif // QT_H template<class type> diff --git a/doc/html/tqcache-h.html b/doc/html/tqcache-h.html index a588e4eb..7401cb01 100644 --- a/doc/html/tqcache-h.html +++ b/doc/html/tqcache-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQCACHE_H #ifndef QT_H -#include "ntqgcache.h" +#include "tqgcache.h" #endif // QT_H template<class type> diff --git a/doc/html/tqdeepcopy-h.html b/doc/html/tqdeepcopy-h.html index e4efa73c..7b2f1c7c 100644 --- a/doc/html/tqdeepcopy-h.html +++ b/doc/html/tqdeepcopy-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQDEEPCOPY_H #ifndef QT_H -# include "ntqglobal.h" +# include "tqglobal.h" #endif // QT_H template <class T> diff --git a/doc/html/tqdict-h.html b/doc/html/tqdict-h.html index b1d95ca5..0522a9a0 100644 --- a/doc/html/tqdict-h.html +++ b/doc/html/tqdict-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQDICT_H #ifndef QT_H -#include "ntqgdict.h" +#include "tqgdict.h" #endif // QT_H template<class type> diff --git a/doc/html/tqdir-h.html b/doc/html/tqdir-h.html index f2105b34..7dcdd88a 100644 --- a/doc/html/tqdir-h.html +++ b/doc/html/tqdir-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQDIR_H #ifndef QT_H -#include "ntqglobal.h" +#include "tqglobal.h" #include "tqstrlist.h" #include "tqfileinfo.h" #endif // QT_H diff --git a/doc/html/tqdropsite-h.html b/doc/html/tqdropsite-h.html index 84e7fff0..cd48d738 100644 --- a/doc/html/tqdropsite-h.html +++ b/doc/html/tqdropsite-h.html @@ -77,7 +77,7 @@ body { background: #ffffff; color: black; } #ifndef QT_H #ifndef QT_H -#include "ntqglobal.h" +#include "tqglobal.h" #endif // QT_H #endif diff --git a/doc/html/qglobal-h.html b/doc/html/tqglobal-h.html similarity index 99% rename from doc/html/qglobal-h.html rename to doc/html/tqglobal-h.html index 110d27d4..a8bfeb03 100644 --- a/doc/html/qglobal-h.html +++ b/doc/html/tqglobal-h.html @@ -1,9 +1,9 @@ - + -ntqglobal.h Include File +tqglobal.h Include File