X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Fgraphicalui.h;h=59d06583ad0984e3581b4171e210e9c08a6d57a7;hb=7de4debb5a6744d9f67cb09c5fc0aa136f05be96;hp=dcd03942ee3fb47b05315c7543b4236ff7cdcaf6;hpb=5b686746c880e5cda6d5de3e08180ea4332ff222;p=quassel.git diff --git a/src/uisupport/graphicalui.h b/src/uisupport/graphicalui.h index dcd03942..59d06583 100644 --- a/src/uisupport/graphicalui.h +++ b/src/uisupport/graphicalui.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2012 by the Quassel Project * + * Copyright (C) 2005-2014 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 };