diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-02 16:32:25 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-02 16:32:25 -0600 |
commit | 298800711f615ef5c3d69cc1b7f8e57c6ab0f191 (patch) | |
tree | a928a8b163d135163d15ebe8a518a6caa3de24bc /sip | |
parent | 2dfc9a2950b3c7179ede2903d5713a8486cb0e8d (diff) | |
download | pytqt-298800711f615ef5c3d69cc1b7f8e57c6ab0f191.tar.gz pytqt-298800711f615ef5c3d69cc1b7f8e57c6ab0f191.zip |
Fix FTBFS
Diffstat (limited to 'sip')
-rw-r--r-- | sip/qt/qwindowdefs_x11.sip | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sip/qt/qwindowdefs_x11.sip b/sip/qt/qwindowdefs_x11.sip index 9b2fdd6..13ca459 100644 --- a/sip/qt/qwindowdefs_x11.sip +++ b/sip/qt/qwindowdefs_x11.sip @@ -34,11 +34,11 @@ typedef unsigned long WId; typedef void Display; -Display *qt_xdisplay(); -int qt_xscreen(); -WId qt_xrootwin(); +Display *tqt_xdisplay(); +int tqt_xscreen(); +WId tqt_xrootwin(); %If (TQt_3_1_0 -) -WId qt_xrootwin(int); +WId tqt_xrootwin(int); %End %If (TQt_3_3_0 -) |