diff options
Diffstat (limited to 'xparts/src/interfaces/xpart.h')
-rw-r--r-- | xparts/src/interfaces/xpart.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |