summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-13 11:03:26 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-13 11:03:26 +0900
commit454a88c97632712be6ce27bd392919854f67fc37 (patch)
treecfbce6fae2b751fb796a0780552d13e0bf5dbdac
parent5f02e9c3f3c1f793cbb9bec8c6837c741be6056b (diff)
downloadtde-style-ia-ora-454a88c97632712be6ce27bd392919854f67fc37.tar.gz
tde-style-ia-ora-454a88c97632712be6ce27bd392919854f67fc37.zip
Replace Q_WS_* defines with TQ_WS_* equivalents
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--src/widget/ia_ora.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget/ia_ora.cpp b/src/widget/ia_ora.cpp
index 624ff8c..fb74a3e 100644
--- a/src/widget/ia_ora.cpp
+++ b/src/widget/ia_ora.cpp
@@ -477,7 +477,7 @@ void MandrivaStyle::renderMenuBlendPixmap( KPixmap& pix, const TQColorGroup &cg,
{
TQColor col = cg.background();
//FIXME !!!!!!!!!!!!!!!
-#ifdef Q_WS_X11 // Only draw menu gradients on TrueColor, X11 visuals
+#ifdef TQ_WS_X11 // Only draw menu gradients on TrueColor, X11 visuals
if ( TQPaintDevice::x11AppDepth() >= 24 )
KPixmapEffect::gradient( pix, col.light(120), col.dark(115),
KPixmapEffect::HorizontalGradient );