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/html/qmetaobject-h.html | |
parent | ae8aba1e0f17943046e6bfa889b169f7fc41da0d (diff) | |
download | tqt3-eb1d1e0dec5720ace27395e290b7093cd68b150d.tar.gz tqt3-eb1d1e0dec5720ace27395e290b7093cd68b150d.zip |
Automated update from qt3
Diffstat (limited to 'doc/html/qmetaobject-h.html')
-rw-r--r-- | doc/html/qmetaobject-h.html | 6 |
1 files changed, 3 insertions, 3 deletions
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 |