summaryrefslogtreecommitdiffstats
path: root/examples/assistant/remotecontrol/remotecontrol.cpp
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@digia.com>2013-01-10 12:50:10 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-14 08:40:59 +0100
commitdbd7a4f00ac138d85b5e5766971802a023c7c2e4 (patch)
tree148e5331d893a5fa2f4a273f6becd6915bfea56a /examples/assistant/remotecontrol/remotecontrol.cpp
parent30d1329b90354418a140d29d20d68f266ecebfaa (diff)
Remove all Trolltech references.
Change-Id: Idad55a5e6d87ea5703681e3ef11fc35ce9ff84eb Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'examples/assistant/remotecontrol/remotecontrol.cpp')
-rw-r--r--examples/assistant/remotecontrol/remotecontrol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/assistant/remotecontrol/remotecontrol.cpp b/examples/assistant/remotecontrol/remotecontrol.cpp
index 772ea7540..2553d6364 100644
--- a/examples/assistant/remotecontrol/remotecontrol.cpp
+++ b/examples/assistant/remotecontrol/remotecontrol.cpp
@@ -62,7 +62,7 @@ RemoteControl::RemoteControl(QWidget *parent, Qt::WindowFlags flags)
QTextStream(&rc) << QLatin1String("qthelp://org.qt-project.qtdoc.")
<< (QT_VERSION >> 16) << ((QT_VERSION >> 8) & 0xFF)
<< (QT_VERSION & 0xFF)
- << QLatin1String("/qtdoc/index.html");
+ << QLatin1String("/qdoc/index.html");
ui.startUrlLineEdit->setText(rc);