diff options
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 |