diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-19 15:33:24 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-19 15:33:24 -0600 |
commit | 087b794b48ba18132d3366d9c1c8c36c1dde5a10 (patch) | |
tree | 83c224a4322bf312689b0db5562f9ff89960e907 /sip/tdefx | |
parent | e618529123e9c5a1c6c1235988a4d6a5794ac1f5 (diff) | |
download | pytde-087b794b48ba18132d3366d9c1c8c36c1dde5a10.tar.gz pytde-087b794b48ba18132d3366d9c1c8c36c1dde5a10.zip |
Fix FTBFS due to incorrect header includes
Diffstat (limited to 'sip/tdefx')
-rw-r--r-- | sip/tdefx/kpixmap.sip | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sip/tdefx/kpixmap.sip b/sip/tdefx/kpixmap.sip index 968529a..937364f 100644 --- a/sip/tdefx/kpixmap.sip +++ b/sip/tdefx/kpixmap.sip @@ -27,8 +27,8 @@ class KPixmap : TQPixmap { %TypeHeaderCode -#include <qpaintdevice.h> -#include <qpixmap.h> +#include <tqpaintdevice.h> +#include <tqpixmap.h> #include <kpixmap.h> %End |