diff options
Diffstat (limited to 'src/styles/ntqwindowsstyle.h')
-rw-r--r-- | src/styles/ntqwindowsstyle.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/styles/ntqwindowsstyle.h b/src/styles/ntqwindowsstyle.h index 0bfec6199..5f7d4d7af 100644 --- a/src/styles/ntqwindowsstyle.h +++ b/src/styles/ntqwindowsstyle.h @@ -56,7 +56,7 @@ class Q_EXPORT_STYLE_WINDOWS TQWindowsStyle : public TQCommonStyle { - Q_OBJECT + TQ_OBJECT public: TQWindowsStyle(); ~TQWindowsStyle(); @@ -124,7 +124,7 @@ private: Private *d; // Disabled copy constructor and operator= -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQWindowsStyle( const TQWindowsStyle & ); TQWindowsStyle& operator=( const TQWindowsStyle & ); #endif |