From 194d2ca5c3bbf7e5c06a5f8e4fbbbc8e1247f549 Mon Sep 17 00:00:00 2001 From: Andreas Holzammer Date: Tue, 7 Feb 2012 14:23:50 +0100 Subject: Use Q_OS_WINCE instead of Q_WS_WINCE Window system defines have been deprecated, so use Q_OS_WINCE instead. Change-Id: I52059d0f854fe783ac20610ab248800c3e1e827c Reviewed-by: Oswald Buddenhagen Reviewed-by: Friedemann Kleint --- src/widgets/kernel/qapplication_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets/kernel/qapplication_p.h') diff --git a/src/widgets/kernel/qapplication_p.h b/src/widgets/kernel/qapplication_p.h index 601c511438..d9d184d51a 100644 --- a/src/widgets/kernel/qapplication_p.h +++ b/src/widgets/kernel/qapplication_p.h @@ -187,7 +187,7 @@ public: static bool qws_apply_settings(); static QWidget *findWidget(const QObjectList&, const QPoint &, bool rec); #endif -#ifdef Q_WS_WINCE +#ifdef Q_OS_WINCE static int autoMaximizeThreshold; #endif static bool autoSipEnabled; -- cgit v1.2.3