aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquicktextfield.cpp
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2016-03-18 11:35:24 +0100
committerMitch Curtis <mitch.curtis@theqtcompany.com>2016-03-18 11:51:25 +0000
commitca8f57f0193e9ec911acb5e1a24f964f1b5f5c07 (patch)
treef70ac322b8fdefb2507a07b002736d9af3e576dd /src/templates/qquicktextfield.cpp
parenta0d44a16535cc6e751045185e40bbd6c6edaf87a (diff)
Rename Qt Labs Controls to Qt Quick Controls 2 - doc asset filenames
This renames all documentation assets (snippets, images), but leaves .qdoc files and the .qdocconf file in an attempt to avoid conflicts with controls 1. Change-Id: I08692233e8d645de8d9746fe74edc14d31bb744e Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/templates/qquicktextfield.cpp')
-rw-r--r--src/templates/qquicktextfield.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/templates/qquicktextfield.cpp b/src/templates/qquicktextfield.cpp
index 43328e29..b45c34a6 100644
--- a/src/templates/qquicktextfield.cpp
+++ b/src/templates/qquicktextfield.cpp
@@ -63,11 +63,11 @@ QT_BEGIN_NAMESPACE
a \l {placeholderText}{placeholder text} functionality, and adds decoration.
\table
- \row \li \image qtlabscontrols-textfield-normal.png
+ \row \li \image qtquickcontrols-textfield-normal.png
\li A text field in its normal state.
- \row \li \image qtlabscontrols-textfield-focused.png
+ \row \li \image qtquickcontrols-textfield-focused.png
\li A text field that has active focus.
- \row \li \image qtlabscontrols-textfield-disabled.png
+ \row \li \image qtquickcontrols-textfield-disabled.png
\li A text field that is disabled.
\endtable