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/kresources/selectdialog.sip | |
parent | e618529123e9c5a1c6c1235988a4d6a5794ac1f5 (diff) | |
download | pytde-087b794b48ba18132d3366d9c1c8c36c1dde5a10.tar.gz pytde-087b794b48ba18132d3366d9c1c8c36c1dde5a10.zip |
Fix FTBFS due to incorrect header includes
Diffstat (limited to 'sip/kresources/selectdialog.sip')
-rw-r--r-- | sip/kresources/selectdialog.sip | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sip/kresources/selectdialog.sip b/sip/kresources/selectdialog.sip index c0d8872..fd81f67 100644 --- a/sip/kresources/selectdialog.sip +++ b/sip/kresources/selectdialog.sip @@ -24,7 +24,7 @@ // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. %ModuleHeaderCode -#include <qwidget.h> +#include <tqwidget.h> %End @@ -62,7 +62,7 @@ private: //converts a Python list of KRES::Resource { %TypeHeaderCode -#include <qptrlist.h> +#include <tqptrlist.h> #include <resource.h> %End |