X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fgraphicalui.h;h=0fbf96b39e361a57c79b3cfef1ba34d6788962e8;hp=df94be40610ad2f2703ca95a7858b40b8854372c;hb=0a43227b8cd44625f4881cc1545d42c8c8a4876c;hpb=9d54503555534a2c554f09a33df6afa33d6308ec diff --git a/src/uisupport/graphicalui.h b/src/uisupport/graphicalui.h index df94be40..0fbf96b3 100644 --- a/src/uisupport/graphicalui.h +++ b/src/uisupport/graphicalui.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2014 by the Quassel Project * + * Copyright (C) 2005-2016 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -28,7 +28,7 @@ class ContextMenuActionProvider; class ToolBarActionProvider; class UiStyle; -#ifdef Q_WS_WIN +#ifdef Q_OS_WIN # include #endif @@ -116,7 +116,7 @@ private: static UiStyle *_uiStyle; static bool _onAllDesktops; -#ifdef Q_WS_WIN +#ifdef Q_OS_WIN DWORD _dwTickCount; #endif };