From a5ebcd697325e8e6ac9756cc96857d9298d2c114 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Wed, 20 Jun 2012 01:09:59 -0500 Subject: Update for recent TQ changes. --- xparts/src/interfaces/xpart.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xparts/src/interfaces') diff --git a/xparts/src/interfaces/xpart.h b/xparts/src/interfaces/xpart.h index 1d323a5d..5c44cbbd 100644 --- a/xparts/src/interfaces/xpart.h +++ b/xparts/src/interfaces/xpart.h @@ -11,7 +11,7 @@ class XPart : public DCOPObject k_dcop: /** The XPartManager uses the windowId() to embed the part. */ - virtual Q_UINT32 windowId() = 0; + virtual TQ_UINT32 windowId() = 0; /** Called when the part should display itself */ virtual void show() = 0; -- cgit v1.2.1