From bfc406e073be5f4215859d1d03d957d2d04fdc2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Fri, 9 Mar 2012 18:20:50 +0100 Subject: [PATCH] QtScript wants namespaces params --- scripting/workspace_wrapper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripting/workspace_wrapper.h b/scripting/workspace_wrapper.h index b1c0cbb81f..0ec9c74b31 100644 --- a/scripting/workspace_wrapper.h +++ b/scripting/workspace_wrapper.h @@ -155,7 +155,7 @@ void setter( rettype val ); * @param client The Client for which the area should be retrieved * @returns The specified screen geometry **/ - Q_SCRIPTABLE QRect clientArea(ClientAreaOption option, const Client* client) const; + Q_SCRIPTABLE QRect clientArea(ClientAreaOption option, const KWin::Client* client) const; /** * Returns the name for the given @p desktop. **/