summaryrefslogtreecommitdiffstats
path: root/examples/webkit/googlechat
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2009-10-07 05:18:50 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-10-07 05:18:50 (GMT)
commit8b7e766aa42739df8998ec9c1e94087b965ac87b (patch)
tree61a3112c705ba0442ff00aa2aebeb9fd87b54325 /examples/webkit/googlechat
parent3865912d4a6c31a4981e1831e2af8d59f3eb4ac0 (diff)
downloadQt-8b7e766aa42739df8998ec9c1e94087b965ac87b.zip
Qt-8b7e766aa42739df8998ec9c1e94087b965ac87b.tar.gz
Qt-8b7e766aa42739df8998ec9c1e94087b965ac87b.tar.bz2
Fix build error introduced in change ffeb6900.
Change ffeb6900 renamed a function but didn't rename all the calls. Reviewed-by: Trust Me
Diffstat (limited to 'examples/webkit/googlechat')
-rw-r--r--examples/webkit/googlechat/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/webkit/googlechat/main.cpp b/examples/webkit/googlechat/main.cpp
index fd08114..6b5e11f 100644
--- a/examples/webkit/googlechat/main.cpp
+++ b/examples/webkit/googlechat/main.cpp
@@ -47,7 +47,7 @@ int main(int argc, char * argv[])
{
QApplication app(argc, argv);
- QNetworkProxyFactory::setUseSystemConfigurationEnabled(true);
+ QNetworkProxyFactory::setUseSystemConfiguration(true);
GoogleChat *chat = new GoogleChat;
chat->show();