diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-20 01:09:59 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-20 01:09:59 -0500 |
commit | a5ebcd697325e8e6ac9756cc96857d9298d2c114 (patch) | |
tree | 83ad2687d35b7c717b2ac5a0c69e61dac17cb0dd /xparts/src/interfaces | |
parent | b9190991168c11cd8a602c3b4490300ac01776fb (diff) | |
download | tdebindings-a5ebcd697325e8e6ac9756cc96857d9298d2c114.tar.gz tdebindings-a5ebcd697325e8e6ac9756cc96857d9298d2c114.zip |
Update for recent TQ changes.
Diffstat (limited to 'xparts/src/interfaces')
-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; |