summaryrefslogtreecommitdiffstats
path: root/examples/script/helloscript/main.cpp
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@nokia.com>2009-12-01 07:42:46 (GMT)
committerMorten Johan Sørvig <morten.sorvig@nokia.com>2009-12-01 07:42:46 (GMT)
commitd8548a8e4696512c5e7796b866ed98a7bd52f673 (patch)
treecd70d093e4ee24ab27b9fecfa8ad77449d1794c9 /examples/script/helloscript/main.cpp
parent182efb3d2c5182a89d7416f474811309d7939786 (diff)
parent700a069591d29733609e619c224861ca774bfb32 (diff)
downloadQt-d8548a8e4696512c5e7796b866ed98a7bd52f673.zip
Qt-d8548a8e4696512c5e7796b866ed98a7bd52f673.tar.gz
Qt-d8548a8e4696512c5e7796b866ed98a7bd52f673.tar.bz2
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6
Diffstat (limited to 'examples/script/helloscript/main.cpp')
-rw-r--r--examples/script/helloscript/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/script/helloscript/main.cpp b/examples/script/helloscript/main.cpp
index bc9a65e..55d63bf 100644
--- a/examples/script/helloscript/main.cpp
+++ b/examples/script/helloscript/main.cpp
@@ -68,7 +68,7 @@ int main(int argc, char *argv[])
//! [2]
//! [3]
- QString fileName(":/helloscript.qs");
+ QString fileName(":/helloscript.js");
QFile scriptFile(fileName);
scriptFile.open(QIODevice::ReadOnly);
QTextStream stream(&scriptFile);