summaryrefslogtreecommitdiffstats
path: root/src/widgets/ntqgrid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/ntqgrid.h')
-rw-r--r--src/widgets/ntqgrid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/ntqgrid.h b/src/widgets/ntqgrid.h
index d28eb6d5..c557fa99 100644
--- a/src/widgets/ntqgrid.h
+++ b/src/widgets/ntqgrid.h
@@ -47,7 +47,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,
@@ -66,7 +66,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