summaryrefslogtreecommitdiffstats
path: root/examples/network/networkprotocol/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/networkprotocol/main.cpp')
-rw-r--r--examples/network/networkprotocol/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/network/networkprotocol/main.cpp b/examples/network/networkprotocol/main.cpp
index 5f9f7d33..db00b6a9 100644
--- a/examples/network/networkprotocol/main.cpp
+++ b/examples/network/networkprotocol/main.cpp
@@ -17,7 +17,7 @@ int main( int argc, char **argv )
{
TQApplication a( argc, argv );
- qInitNetworkProtocols();
+ tqInitNetworkProtocols();
TQNetworkProtocol::registerNetworkProtocol( "nntp", new TQNetworkProtocolFactory<Nntp> );
View v;