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/kabc/resourceselectdialog.sip | |
parent | e618529123e9c5a1c6c1235988a4d6a5794ac1f5 (diff) | |
download | pytde-087b794b48ba18132d3366d9c1c8c36c1dde5a10.tar.gz pytde-087b794b48ba18132d3366d9c1c8c36c1dde5a10.zip |
Fix FTBFS due to incorrect header includes
Diffstat (limited to 'sip/kabc/resourceselectdialog.sip')
-rw-r--r-- | sip/kabc/resourceselectdialog.sip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/kabc/resourceselectdialog.sip b/sip/kabc/resourceselectdialog.sip index 7e58205..56f8d73 100644 --- a/sip/kabc/resourceselectdialog.sip +++ b/sip/kabc/resourceselectdialog.sip @@ -31,7 +31,7 @@ namespace KABC class ResourceSelectDialog { %TypeHeaderCode -#include <qwidget.h> +#include <tqwidget.h> #include <resourceselectdialog.h> #include <kabc/resource.h> %End |