summaryrefslogtreecommitdiff
path: root/src/gui/dialogs/qwizard.cpp
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2009-08-12 15:55:39 +1000
committerJason McDonald <jason.mcdonald@nokia.com>2009-08-12 15:55:39 +1000
commite6b6dfb42ea4b649b52df9d17628bfdf3f9d29e4 (patch)
tree108c61f23858acf7a79b61bfa45752c0d0f0ebb5 /src/gui/dialogs/qwizard.cpp
parent26a9bcd7aa2be43329d2c89301612de20ec7a838 (diff)
downloadqt4-tools-e6b6dfb42ea4b649b52df9d17628bfdf3f9d29e4.tar.gz
Update references to online documentation.
Reviewed-by: Trust Me
Diffstat (limited to 'src/gui/dialogs/qwizard.cpp')
-rw-r--r--src/gui/dialogs/qwizard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/dialogs/qwizard.cpp b/src/gui/dialogs/qwizard.cpp
index 80989ba0d4..a2767e9fb8 100644
--- a/src/gui/dialogs/qwizard.cpp
+++ b/src/gui/dialogs/qwizard.cpp
@@ -3388,7 +3388,7 @@ bool QWizardPage::validatePage()
from the rest of your implementation, whenever the value of isComplete()
changes. This ensures that QWizard updates the enabled or disabled state of
its buttons. An example of the reimplementation is
- available \l{http://doc.trolltech.com/qq/qq22-qwizard.html#validatebeforeitstoolate}
+ available \l{http://qt.nokia.com/doc/qq/qq22-qwizard.html#validatebeforeitstoolate}
{here}.
\sa completeChanged(), isFinalPage()