diff options
Diffstat (limited to 'src/workspace')
-rw-r--r-- | src/workspace/ntqworkspace.h | 6 | ||||
-rw-r--r-- | src/workspace/qworkspace.cpp | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/workspace/ntqworkspace.h b/src/workspace/ntqworkspace.h index 7a29e975d..6d454cce3 100644 --- a/src/workspace/ntqworkspace.h +++ b/src/workspace/ntqworkspace.h @@ -48,7 +48,7 @@ #ifndef QT_NO_WORKSPACE -#if !defined( QT_MODULE_WORKSPACE ) || defined( QT_INTERNAL_WORKSPACE ) +#if !defined( TQT_MODULE_WORKSPACE ) || defined( QT_INTERNAL_WORKSPACE ) #define TQM_EXPORT_WORKSPACE #else #define TQM_EXPORT_WORKSPACE Q_EXPORT @@ -62,7 +62,7 @@ class TQDockWindow; class TQM_EXPORT_WORKSPACE TQWorkspace : public TQWidget { - Q_OBJECT + TQ_OBJECT Q_PROPERTY( bool scrollBarsEnabled READ scrollBarsEnabled WRITE setScrollBarsEnabled ) #ifdef QT_WORKSPACE_WINDOWMODE @@ -157,7 +157,7 @@ private: friend class TQWorkspaceChild; private: // Disabled copy constructor and operator= -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQWorkspace( const TQWorkspace & ); TQWorkspace& operator=( const TQWorkspace & ); #endif diff --git a/src/workspace/qworkspace.cpp b/src/workspace/qworkspace.cpp index d37f25737..4ec3d57e7 100644 --- a/src/workspace/qworkspace.cpp +++ b/src/workspace/qworkspace.cpp @@ -138,7 +138,7 @@ static bool inCaptionChange = FALSE; class TQWorkspaceChild : public TQFrame { - Q_OBJECT + TQ_OBJECT friend class TQWorkspace; friend class TQTitleBar; @@ -209,7 +209,7 @@ private: bool shademode :1; bool snappedRight :1; bool snappedDown :1; -#if defined(Q_DISABLE_COPY) // Disabled copy constructor and operator= +#if defined(TQ_DISABLE_COPY) // Disabled copy constructor and operator= TQWorkspaceChild( const TQWorkspaceChild & ); TQWorkspaceChild &operator=( const TQWorkspaceChild & ); #endif |