diff options
Diffstat (limited to 'doc/html/qgrid-h.html')
-rw-r--r-- | doc/html/qgrid-h.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qgrid-h.html b/doc/html/qgrid-h.html index a0e699505..4c3280e6a 100644 --- a/doc/html/qgrid-h.html +++ b/doc/html/qgrid-h.html @@ -83,7 +83,7 @@ class TQGridLayout; class Q_EXPORT TQGrid : public TQFrame { - Q_OBJECT + TQ_OBJECT public: TQGrid( int n, TQWidget* parent=0, const char* name=0, WFlags f = 0 ); TQGrid( int n, Orientation orient, TQWidget* parent=0, const char* name=0, @@ -102,7 +102,7 @@ protected: private: TQGridLayout *lay; private: // Disabled copy constructor and operator= -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQGrid( const TQGrid & ); TQGrid& operator=( const TQGrid & ); #endif |