diff options
author | Timothy Pearson <[email protected]> | 2012-03-06 20:38:40 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-06 20:38:40 -0600 |
commit | eb1d1e0dec5720ace27395e290b7093cd68b150d (patch) | |
tree | 04a199ef5ea853d86a6f9a44716c0874d41c20f6 /doc | |
parent | ae8aba1e0f17943046e6bfa889b169f7fc41da0d (diff) | |
download | tqt3-eb1d1e0dec5720ace27395e290b7093cd68b150d.tar.gz tqt3-eb1d1e0dec5720ace27395e290b7093cd68b150d.zip |
Automated update from qt3
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/functions.html | 2 | ||||
-rw-r--r-- | doc/html/ntqobject.html | 6 | ||||
-rw-r--r-- | doc/html/qapplication-h.html | 6 | ||||
-rw-r--r-- | doc/html/qaxbase-h.html | 6 | ||||
-rw-r--r-- | doc/html/qaxobject-h.html | 8 | ||||
-rw-r--r-- | doc/html/qaxwidget-h.html | 8 | ||||
-rw-r--r-- | doc/html/qfontmanager_qws-h.html | 2 | ||||
-rw-r--r-- | doc/html/qmetaobject-h.html | 6 | ||||
-rw-r--r-- | doc/html/qpaintdevice-h.html | 4 | ||||
-rw-r--r-- | doc/html/qt.dcf | 2 | ||||
-rw-r--r-- | doc/man/man3/qobject.3qt | 4 |
11 files changed, 27 insertions, 27 deletions
diff --git a/doc/html/functions.html b/doc/html/functions.html index 45b63c180..f5d7dee03 100644 --- a/doc/html/functions.html +++ b/doc/html/functions.html @@ -2116,7 +2116,7 @@ tqAddPostRoutine: <a href="ntqcstring.html#qstrncmp">TQCString</a><li>qstrncpy: <a href="ntqcstring.html#qstrncpy">TQCString</a><li>qstrnicmp: <a href="ntqcstring.html#qstrnicmp">TQCString</a><li>qtHandler: - <a href="ntqerrormessage.html#qtHandler">TQErrorMessage</a><li>qt_find_obj_child: + <a href="ntqerrormessage.html#qtHandler">TQErrorMessage</a><li>tqt_find_obj_child: <a href="ntqobject.html#qt_find_obj_child">TQObject</a><li>qualifiedNames: <a href="ntqdns.html#qualifiedNames">TQDns</a><li>quality: <a href="qimageio.html#quality">TQImageIO</a><li>query: diff --git a/doc/html/ntqobject.html b/doc/html/ntqobject.html index a146ae64a..d5d23adfd 100644 --- a/doc/html/ntqobject.html +++ b/doc/html/ntqobject.html @@ -111,7 +111,7 @@ body { background: #ffffff; color: black; } </ul> <h2>Related Functions</h2> <ul> -<li class=fn>void * <a href="#qt_find_obj_child"><b>qt_find_obj_child</b></a> ( TQObject * parent, const char * type, const char * name )</li> +<li class=fn>void * <a href="#qt_find_obj_child"><b>tqt_find_obj_child</b></a> ( TQObject * parent, const char * type, const char * name )</li> </ul> <hr><a name="details"></a><h2>Detailed Description</h2> @@ -932,13 +932,13 @@ for unnamed objects, you can call name( 0 ). <p>Set this property's value with <a href="#setName">setName</a>() and get this property's value with <a href="#name">name</a>(). <hr><h2>Related Functions</h2> -<h3 class=fn>void * <a name="qt_find_obj_child"></a>qt_find_obj_child ( <a href="ntqobject.html">TQObject</a> * parent, const char * type, const char * name ) +<h3 class=fn>void * <a name="qt_find_obj_child"></a>tqt_find_obj_child ( <a href="ntqobject.html">TQObject</a> * parent, const char * type, const char * name ) </h3> <p> Returns a pointer to the object named <em>name</em> that inherits <em>type</em> and with a given <em>parent</em>. <p> Returns 0 if there is no such child. <p> <pre> - <a href="ntqlistbox.html">TQListBox</a> *c = (TQListBox *) <a href="#qt_find_obj_child">qt_find_obj_child</a>( myWidget, "TQListBox", + <a href="ntqlistbox.html">TQListBox</a> *c = (TQListBox *) <a href="#qt_find_obj_child">tqt_find_obj_child</a>( myWidget, "TQListBox", "my list box" ); if ( c ) c-><a href="ntqlistbox.html#insertItem">insertItem</a>( "another string" ); diff --git a/doc/html/qapplication-h.html b/doc/html/qapplication-h.html index cd72c34da..157ba7f07 100644 --- a/doc/html/qapplication-h.html +++ b/doc/html/qapplication-h.html @@ -364,11 +364,11 @@ private: friend void qt_mac_update_os_settings(); friend bool qt_set_socket_handler( int, int, TQObject *, bool); friend void qt_mac_destroy_widget(TQWidget *); - friend void qt_init(int *, char **, TQApplication::Type); + friend void tqt_init(int *, char **, TQApplication::Type); #endif #ifdef QT_THREAD_SUPPORT - static TQMutex *qt_mutex; + static TQMutex *tqt_mutex; #endif // QT_THREAD_SUPPORT int app_argc; @@ -443,7 +443,7 @@ private: friend class TQEvent; friend class TQTranslator; friend class TQEventLoop; - friend Q_EXPORT void qt_ucm_initialize( TQApplication * ); + friend Q_EXPORT void tqt_ucm_initialize( TQApplication * ); #if defined(Q_WS_WIN) friend bool qt_sendSpontaneousEvent( TQObject*, TQEvent* ); #endif diff --git a/doc/html/qaxbase-h.html b/doc/html/qaxbase-h.html index d148e8b3a..10440a1ef 100644 --- a/doc/html/qaxbase-h.html +++ b/doc/html/qaxbase-h.html @@ -114,9 +114,9 @@ public: const TQVariant &v8 = TQVariant() ); virtual TQMetaObject *metaObject() const; - virtual bool qt_invoke( int, TQUObject* ); - virtual bool qt_property( int, int, TQVariant* ); - virtual bool qt_emit( int, TQUObject* ) = 0; + virtual bool tqt_invoke( int, TQUObject* ); + virtual bool tqt_property( int, int, TQVariant* ); + virtual bool tqt_emit( int, TQUObject* ) = 0; virtual const char *className() const = 0; virtual TQObject *qObject() = 0; diff --git a/doc/html/qaxobject-h.html b/doc/html/qaxobject-h.html index 654a15afc..cc599c55f 100644 --- a/doc/html/qaxobject-h.html +++ b/doc/html/qaxobject-h.html @@ -77,10 +77,10 @@ class TQAxObject : public TQObject, public TQAxBase public: TQMetaObject *metaObject() const; const char *className() const; - void* qt_cast( const char* ); - bool qt_invoke( int, TQUObject* ); - bool qt_emit( int, TQUObject* ); - bool qt_property( int, int, TQVariant* ); + void* tqt_cast( const char* ); + bool tqt_invoke( int, TQUObject* ); + bool tqt_emit( int, TQUObject* ); + bool tqt_property( int, int, TQVariant* ); TQObject* qObject() { return (TQObject*)this; } TQAxObject( TQObject *parent = 0, const char *name = 0 ); diff --git a/doc/html/qaxwidget-h.html b/doc/html/qaxwidget-h.html index b6fc0135d..14877c620 100644 --- a/doc/html/qaxwidget-h.html +++ b/doc/html/qaxwidget-h.html @@ -74,10 +74,10 @@ class TQAxWidget : public TQWidget, public TQAxBase public: TQMetaObject *metaObject() const; const char *className() const; - void* qt_cast( const char* ); - bool qt_invoke( int, TQUObject* ); - bool qt_emit( int, TQUObject* ); - bool qt_property( int, int, TQVariant* ); + void* tqt_cast( const char* ); + bool tqt_invoke( int, TQUObject* ); + bool tqt_emit( int, TQUObject* ); + bool tqt_property( int, int, TQVariant* ); TQObject* qObject() { return (TQObject*)this; } TQAxWidget( TQWidget* parent = 0, const char* name = 0, WFlags f = 0 ); diff --git a/doc/html/qfontmanager_qws-h.html b/doc/html/qfontmanager_qws-h.html index 50a3e4b36..8c8da7521 100644 --- a/doc/html/qfontmanager_qws-h.html +++ b/doc/html/qfontmanager_qws-h.html @@ -280,7 +280,7 @@ public: virtual TQString name()=0; }; -void qt_init_fonts(); +void tqt_init_fonts(); extern TQFontManager * qt_fontmanager; diff --git a/doc/html/qmetaobject-h.html b/doc/html/qmetaobject-h.html index 410f4b128..6232c916a 100644 --- a/doc/html/qmetaobject-h.html +++ b/doc/html/qmetaobject-h.html @@ -193,7 +193,7 @@ public: const TQMetaData * const signal_data, int n_signals, const TQMetaProperty *const prop_data, int n_props, const TQMetaEnum *const enum_data, int n_enums, - bool (*qt_static_property)(TQObject*, int, int, TQVariant*), + bool (*tqt_static_property)(TQObject*, int, int, TQVariant*), const TQClassInfo *const class_info, int n_info ); #endif @@ -254,7 +254,7 @@ public: const TQMetaData *const, int, const TQMetaProperty *const prop_data, int n_props, const TQMetaEnum *const enum_data, int n_enums, - bool (*qt_static_property)(TQObject*, int, int, TQVariant*), + bool (*tqt_static_property)(TQObject*, int, int, TQVariant*), const TQClassInfo *const class_info, int n_info ); TQStrList enumeratorNames( bool super = FALSE ) const; int numEnumerators( bool super = FALSE ) const; @@ -281,7 +281,7 @@ private: #ifndef QT_NO_PROPERTIES int propertyoffset; public: - bool qt_static_property( TQObject* o, int id, int f, TQVariant* v); + bool tqt_static_property( TQObject* o, int id, int f, TQVariant* v); private: friend class TQMetaProperty; #endif diff --git a/doc/html/qpaintdevice-h.html b/doc/html/qpaintdevice-h.html index 34c17d628..b25d9f77a 100644 --- a/doc/html/qpaintdevice-h.html +++ b/doc/html/qpaintdevice-h.html @@ -290,8 +290,8 @@ protected: int, int, int, int, TQt::RasterOp, bool ); #endif #if defined(Q_WS_X11) - friend void qt_init_internal( int *, char **, Display *, TQt::HANDLE, TQt::HANDLE ); - friend void qt_cleanup(); + friend void tqt_init_internal( int *, char **, Display *, TQt::HANDLE, TQt::HANDLE ); + friend void tqt_cleanup(); #endif private: diff --git a/doc/html/qt.dcf b/doc/html/qt.dcf index 1ed36b860..b0fe8e3f6 100644 --- a/doc/html/qt.dcf +++ b/doc/html/qt.dcf @@ -5259,7 +5259,7 @@ <keyword ref="ntqobject.html#tr">tr</keyword> <keyword ref="ntqobject.html#trUtf8">trUtf8</keyword> <keyword ref="ntqobject.html#~QObject">~QObject</keyword> - <keyword ref="ntqobject.html#qt_find_obj_child">qt_find_obj_child</keyword> + <keyword ref="ntqobject.html#qt_find_obj_child">tqt_find_obj_child</keyword> <section ref="qobject-members.html" title="List of All Member Functions"/> <section ref="qobject-h.html" title="Header File"/> </section> diff --git a/doc/man/man3/qobject.3qt b/doc/man/man3/qobject.3qt index e1e5e7a1b..f0b0823c2 100644 --- a/doc/man/man3/qobject.3qt +++ b/doc/man/man3/qobject.3qt @@ -959,14 +959,14 @@ See also className(), child(), and queryList(). .PP Set this property's value with setName() and get this property's value with name(). .SH RELATED FUNCTION DOCUMENTATION -.SH "void * qt_find_obj_child ( QObject * parent, const char * type, const char * name )" +.SH "void * tqt_find_obj_child ( QObject * parent, const char * type, const char * name )" Returns a pointer to the object named \fIname\fR that inherits \fItype\fR and with a given \fIparent\fR. .PP Returns 0 if there is no such child. .PP .nf .br - QListBox *c = (QListBox *) qt_find_obj_child( myWidget, "QListBox", + QListBox *c = (QListBox *) tqt_find_obj_child( myWidget, "QListBox", .br "my list box" ); .br |