From e65a7753b6bd69ef9be037e222e8120722dbdc2c Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Mon, 11 Aug 2014 16:10:07 +0000 Subject: [PATCH] Minor change git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3268 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/qetapp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/qetapp.cpp b/sources/qetapp.cpp index ff8af961a..ce819c636 100644 --- a/sources/qetapp.cpp +++ b/sources/qetapp.cpp @@ -940,7 +940,7 @@ void QETApp::invertMainWindowVisibility(QWidget *window) { Autodetec Windows style @param Windows style */ -#ifdef defined(Q_WS_WIN) +#ifdef Q_WS_WIN if ((QSysInfo::WindowsVersion >= QSysInfo::WV_VISTA && QSysInfo::WindowsVersion < QSysInfo::WV_NT_based)) style = QLatin1String("WindowsVista");