From 495d08bc2db58ee7fc4ea55a7158f2f61b82fc56 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 3 Jan 2011 20:16:47 +0000 Subject: Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1211357 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kwin/tools/xreply/xreply.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kwin/tools/xreply/xreply.c') diff --git a/kwin/tools/xreply/xreply.c b/kwin/tools/xreply/xreply.c index ecdf6ebc3..648961b80 100644 --- a/kwin/tools/xreply/xreply.c +++ b/kwin/tools/xreply/xreply.c @@ -33,7 +33,7 @@ __attribute((weak)) int ___xreply_reply_enabled = 1; extern long ___xreply_reply_count; extern int ___xreply_reply_enabled; -typedef Status (*xreply_ptr_t)(Display*,xReply*,int,Bool); +typedef tqStatus (*xreply_ptr_t)(Display*,xReply*,int,Bool); static xreply_ptr_t xreply_ptr = NULL; static int xreply_backtrace_set = 0; @@ -163,7 +163,7 @@ static void xreply_backtrace() free (strings); } -Status +tqStatus _XReply (dpy, rep, extra, discard) register Display *dpy; register xReply *rep; -- cgit v1.2.3