summaryrefslogtreecommitdiffstats
path: root/src/widgets/ntqdockarea.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/ntqdockarea.h')
-rw-r--r--src/widgets/ntqdockarea.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/widgets/ntqdockarea.h b/src/widgets/ntqdockarea.h
index 2c68842de..7ce03c1c3 100644
--- a/src/widgets/ntqdockarea.h
+++ b/src/widgets/ntqdockarea.h
@@ -62,7 +62,7 @@ class TQDockAreaPrivate;
class Q_EXPORT TQDockAreaLayout : public TQLayout
{
- Q_OBJECT
+ TQ_OBJECT
friend class TQDockArea;
public:
@@ -97,7 +97,7 @@ private:
TQWidget *parentWidget;
TQValueList<TQRect> lines;
TQPtrList<TQDockWindow> ls;
-#if defined(Q_DISABLE_COPY) // Disabled copy constructor and operator=
+#if defined(TQ_DISABLE_COPY) // Disabled copy constructor and operator=
TQDockAreaLayout( const TQDockAreaLayout & );
TQDockAreaLayout &operator=( const TQDockAreaLayout & );
#endif
@@ -105,7 +105,7 @@ private:
class Q_EXPORT TQDockArea : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
Q_ENUMS( HandlePosition )
Q_PROPERTY( Orientation orientation READ orientation )
Q_PROPERTY( int count READ count )
@@ -172,7 +172,7 @@ private:
TQDockAreaPrivate *d;
private: // Disabled copy constructor and operator=
-#if defined(Q_DISABLE_COPY)
+#if defined(TQ_DISABLE_COPY)
TQDockArea( const TQDockArea & );
TQDockArea& operator=( const TQDockArea & );
#endif