From 9db6d700cde9bcc88c00c86e5439079e06911c2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Wed, 24 Apr 2013 11:07:25 +0000 Subject: The porting guide for Qt5 requires that Q_OS_ be used instead of Q_WS_ in Qt4 projects See: http://qt-project.org/doc/qt-5.0/qtdoc/portingguide.html svn path=/trunk/; revision=49013 --- ui/qt/search_frame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/qt/search_frame.cpp') diff --git a/ui/qt/search_frame.cpp b/ui/qt/search_frame.cpp index 666cd8ece9..8b24135afb 100644 --- a/ui/qt/search_frame.cpp +++ b/ui/qt/search_frame.cpp @@ -50,7 +50,7 @@ SearchFrame::SearchFrame(QWidget *parent) : { sf_ui_->setupUi(this); -#ifdef Q_WS_MAC +#ifdef Q_OS_MAC foreach (QWidget *w, findChildren()) { w->setAttribute(Qt::WA_MacSmallSize, true); } -- cgit v1.2.1