diff options
Diffstat (limited to 'sip/qt/qnetworkprotocol.sip')
-rw-r--r-- | sip/qt/qnetworkprotocol.sip | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sip/qt/qnetworkprotocol.sip b/sip/qt/qnetworkprotocol.sip index deee868..d8f9d1e 100644 --- a/sip/qt/qnetworkprotocol.sip +++ b/sip/qt/qnetworkprotocol.sip @@ -48,7 +48,7 @@ class TQNetworkProtocolFactoryBase { %TypeHeaderCode -#include <qnetworkprotocol.h> +#include <tqnetworkprotocol.h> %End public: @@ -60,7 +60,7 @@ public: class TQNetworkProtocol : TQObject { %TypeHeaderCode -#include <qnetworkprotocol.h> +#include <tqnetworkprotocol.h> %End public: @@ -193,7 +193,7 @@ private: class TQNetworkOperation : TQObject { %TypeHeaderCode -#include <qnetworkprotocol.h> +#include <tqnetworkprotocol.h> %End public: |