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