diff options
author | Timothy Pearson <[email protected]> | 2012-02-19 15:33:24 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-19 15:33:24 -0600 |
commit | 087b794b48ba18132d3366d9c1c8c36c1dde5a10 (patch) | |
tree | 83c224a4322bf312689b0db5562f9ff89960e907 /sip/kabc/addressee.sip | |
parent | e618529123e9c5a1c6c1235988a4d6a5794ac1f5 (diff) | |
download | pytde-087b794b48ba18132d3366d9c1c8c36c1dde5a10.tar.gz pytde-087b794b48ba18132d3366d9c1c8c36c1dde5a10.zip |
Fix FTBFS due to incorrect header includes
Diffstat (limited to 'sip/kabc/addressee.sip')
-rw-r--r-- | sip/kabc/addressee.sip | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sip/kabc/addressee.sip b/sip/kabc/addressee.sip index c3f62a1..536bd2e 100644 --- a/sip/kabc/addressee.sip +++ b/sip/kabc/addressee.sip @@ -336,7 +336,7 @@ public: //converts a Python list of KABC::Addressee { %TypeHeaderCode -#include <qvaluelist.h> +#include <tqvaluelist.h> //typedef TQValueList<KABC::Addressee> List; %End @@ -403,7 +403,7 @@ public: //converts a Python list of KABC::Address { %TypeHeaderCode -#include <qvaluelist.h> +#include <tqvaluelist.h> //typedef TQValueList<KABC::Address> List; %End |