From d639712303ec37dc0e78c11b00d6841ba8e57e01 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sat, 27 Mar 2010 16:00:21 +0000 Subject: [PATCH] Fix typo --- src/GUI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GUI.cpp b/src/GUI.cpp index d5429c1fe..160b83abf 100644 --- a/src/GUI.cpp +++ b/src/GUI.cpp @@ -66,7 +66,7 @@ #include "propertieswidget.h" #include "statusbar.h" -#ifdef W_WS_WIN +#ifdef Q_WS_WIN #include const int UNLEN = 256; #endif