diff options
author | Timothy Pearson <[email protected]> | 2012-02-02 14:11:34 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-02 14:11:34 -0600 |
commit | ed5b57040a2add0633ab20089a1f451898e633e2 (patch) | |
tree | 97c683fb257ad81498c3acea893a2a9778e0f478 /sip/qtnetwork/qdns.sip | |
parent | 752274609034af8c68c46d19bed586ea6ae348b8 (diff) | |
download | pytqt-ed5b57040a2add0633ab20089a1f451898e633e2.tar.gz pytqt-ed5b57040a2add0633ab20089a1f451898e633e2.zip |
Use tq includes instead of native q includes
Diffstat (limited to 'sip/qtnetwork/qdns.sip')
-rw-r--r-- | sip/qtnetwork/qdns.sip | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sip/qtnetwork/qdns.sip b/sip/qtnetwork/qdns.sip index 3d53ae1..9ddf6f6 100644 --- a/sip/qtnetwork/qdns.sip +++ b/sip/qtnetwork/qdns.sip @@ -35,7 +35,7 @@ class TQDns : TQObject { %TypeHeaderCode -#include <qdns.h> +#include <tqdns.h> %End public: @@ -106,7 +106,7 @@ signals: %MappedType TQValueList<TQHostAddress> { %TypeHeaderCode -#include <qvaluelist.h> +#include <tqvaluelist.h> %End %ConvertFromTypeCode @@ -162,7 +162,7 @@ signals: %MappedType TQValueList<TQDns::MailServer> { %TypeHeaderCode -#include <qvaluelist.h> +#include <tqvaluelist.h> %End %ConvertFromTypeCode @@ -218,7 +218,7 @@ signals: %MappedType TQValueList<TQDns::Server> { %TypeHeaderCode -#include <qvaluelist.h> +#include <tqvaluelist.h> %End %ConvertFromTypeCode |