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 | |
parent | e618529123e9c5a1c6c1235988a4d6a5794ac1f5 (diff) | |
download | pytde-087b794b48ba18132d3366d9c1c8c36c1dde5a10.tar.gz pytde-087b794b48ba18132d3366d9c1c8c36c1dde5a10.zip |
Fix FTBFS due to incorrect header includes
Diffstat (limited to 'sip/kabc')
-rw-r--r-- | sip/kabc/addressbook.sip | 2 | ||||
-rw-r--r-- | sip/kabc/addressee.sip | 4 | ||||
-rw-r--r-- | sip/kabc/addresseelist.sip | 2 | ||||
-rw-r--r-- | sip/kabc/errorhandler.sip | 6 | ||||
-rw-r--r-- | sip/kabc/key.sip | 2 | ||||
-rw-r--r-- | sip/kabc/phonenumber.sip | 2 | ||||
-rw-r--r-- | sip/kabc/resourceselectdialog.sip | 2 |
7 files changed, 10 insertions, 10 deletions
diff --git a/sip/kabc/addressbook.sip b/sip/kabc/addressbook.sip index 563be99..2e52bc9 100644 --- a/sip/kabc/addressbook.sip +++ b/sip/kabc/addressbook.sip @@ -161,7 +161,7 @@ protected: //converts a Python list of KABC::Resource { %TypeHeaderCode -#include <qptrlist.h> +#include <tqptrlist.h> %End %ConvertFromTypeCode 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 diff --git a/sip/kabc/addresseelist.sip b/sip/kabc/addresseelist.sip index f526464..a7d24cc 100644 --- a/sip/kabc/addresseelist.sip +++ b/sip/kabc/addresseelist.sip @@ -24,7 +24,7 @@ // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. %ModuleHeaderCode -#include <qwidget.h> +#include <tqwidget.h> #include <addresseelist.h> %End diff --git a/sip/kabc/errorhandler.sip b/sip/kabc/errorhandler.sip index 4f96d34..e232e35 100644 --- a/sip/kabc/errorhandler.sip +++ b/sip/kabc/errorhandler.sip @@ -31,7 +31,7 @@ namespace KABC class ErrorHandler { %TypeHeaderCode -#include <qwidget.h> +#include <tqwidget.h> #include <errorhandler.h> %End @@ -45,7 +45,7 @@ public: class ConsoleErrorHandler : KABC::ErrorHandler { %TypeHeaderCode -#include <qwidget.h> +#include <tqwidget.h> #include <errorhandler.h> %End @@ -78,7 +78,7 @@ public: class GuiErrorHandler : KABC::ErrorHandler { %TypeHeaderCode -#include <qwidget.h> +#include <tqwidget.h> #include <errorhandler.h> %End diff --git a/sip/kabc/key.sip b/sip/kabc/key.sip index 26bee15..113a1ad 100644 --- a/sip/kabc/key.sip +++ b/sip/kabc/key.sip @@ -77,7 +77,7 @@ public: //converts a Python list of KABC::Key { %TypeHeaderCode -#include <qvaluelist.h> +#include <tqvaluelist.h> //typedef TQValueList<KABC::Key> List; %End diff --git a/sip/kabc/phonenumber.sip b/sip/kabc/phonenumber.sip index d9ff865..6b2ee66 100644 --- a/sip/kabc/phonenumber.sip +++ b/sip/kabc/phonenumber.sip @@ -124,7 +124,7 @@ public: //converts a Python list of KABC::PhoneNumber { %TypeHeaderCode -#include <qvaluelist.h> +#include <tqvaluelist.h> //typedef TQValueList<KABC::PhoneNumber> List; %End 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 |