diff options
Diffstat (limited to 'src/widgets/qtitlebar.cpp')
-rw-r--r-- | src/widgets/qtitlebar.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/widgets/qtitlebar.cpp b/src/widgets/qtitlebar.cpp index d06e3dab5..97b2288e5 100644 --- a/src/widgets/qtitlebar.cpp +++ b/src/widgets/qtitlebar.cpp @@ -58,7 +58,7 @@ #ifndef TQT_NO_WORKSPACE #include "ntqworkspace.h" #endif -#if defined(Q_WS_WIN) +#if defined(TQ_WS_WIN) #include "qt_windows.h" #endif @@ -191,7 +191,7 @@ TQTitleBar::~TQTitleBar() d = 0; } -#ifdef Q_WS_WIN +#ifdef TQ_WS_WIN extern TQRgb qt_colorref2qrgb(COLORREF col); #endif @@ -201,7 +201,7 @@ void TQTitleBar::readColors() bool colorsInitialized = FALSE; -#ifdef Q_WS_WIN // ask system properties on windows +#ifdef TQ_WS_WIN // ask system properties on windows #ifndef SPI_GETGRADIENTCAPTIONS #define SPI_GETGRADIENTCAPTIONS 0x1008 #endif @@ -233,7 +233,7 @@ void TQTitleBar::readColors() } } } -#endif // Q_WS_WIN +#endif // TQ_WS_WIN if ( !colorsInitialized ) { pal.setColor( TQPalette::Active, TQColorGroup::Highlight, palette().active().highlight() ); pal.setColor( TQPalette::Active, TQColorGroup::Base, palette().active().highlight() ); |