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 bb9bc1d..8d636e4 100644
--- a/examples/network/networkprotocol/main.cpp
+++ b/examples/network/networkprotocol/main.cpp
@@ -17,7 +17,7 @@ int main( int argc, char **argv )
{
QApplication a( argc, argv );
- tqInitNetworkProtocols();
+ qInitNetworkProtocols();
QNetworkProtocol::registerNetworkProtocol( "nntp", new QNetworkProtocolFactory<Nntp> );
View v;