From 05b1ee7d467436d9dff17c2d8733351c1553fa9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Sat, 26 Jun 2004 10:55:04 +0000 Subject: [PATCH] cvsrevertlast - no static functions in .h files svn path=/trunk/kdebase/kwin/; revision=323747 --- utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.h b/utils.h index c881ddeeea..f02b7b7e28 100644 --- a/utils.h +++ b/utils.h @@ -161,7 +161,7 @@ class KWinSelectionOwner }; -static QCString getStringProperty(WId w, Atom prop, char separator=0); +QCString getStringProperty(WId w, Atom prop, char separator=0); void updateXTime(); void grabXServer(); void ungrabXServer();