summaryrefslogtreecommitdiffstats
path: root/src/kernel/ntqrect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/ntqrect.h')
-rw-r--r--src/kernel/ntqrect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/ntqrect.h b/src/kernel/ntqrect.h
index c56d637d..aa1c1ce3 100644
--- a/src/kernel/ntqrect.h
+++ b/src/kernel/ntqrect.h
@@ -135,7 +135,7 @@ public:
friend TQ_EXPORT bool operator!=( const TQRect &, const TQRect & );
private:
-#if defined(Q_WS_X11) || defined(Q_OS_TEMP)
+#if defined(TQ_WS_X11) || defined(Q_OS_TEMP)
friend void qt_setCoords( TQRect *r, int xp1, int yp1, int xp2, int yp2 );
#endif
#if defined(Q_OS_MAC)