diff options
Diffstat (limited to 'src/networkinterface.cpp')
-rw-r--r-- | src/networkinterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/networkinterface.cpp b/src/networkinterface.cpp index 9383435..94f8127 100644 --- a/src/networkinterface.cpp +++ b/src/networkinterface.cpp @@ -404,7 +404,7 @@ TQString NetworkInterface::getGatewayOfDefaultInterface() TQString NetworkInterface::getExternalIpAddress() { - qInitNetworkProtocols(); + tqInitNetworkProtocols(); ExternalIpAddress=""; getExternalIpAddressRunning=true; http = new TQHttp(); |