summaryrefslogtreecommitdiffstats
path: root/doc/src/porting/qt3to4.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/porting/qt3to4.qdoc')
-rw-r--r--doc/src/porting/qt3to4.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/porting/qt3to4.qdoc b/doc/src/porting/qt3to4.qdoc
index 336601f250..3c95b4c2c2 100644
--- a/doc/src/porting/qt3to4.qdoc
+++ b/doc/src/porting/qt3to4.qdoc
@@ -122,7 +122,7 @@
In some cases, you might get compiler errors because of identifiers
in the global namespace (e.g., \c CTRL). Adding
- \snippet doc/src/snippets/code/doc_src_qt3to4.qdoc 2
+ \snippet doc/src/snippets/code/doc_src_qt3to4.cpp 2
at the beginning of the source file that contains
the indentifier solves the problem.