summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxtextedit_p.h
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2009-09-10 00:59:22 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2009-09-10 00:59:22 (GMT)
commitc5369f7168a9e9309514aee9c39e9bfc6813694d (patch)
tree087ba765eef4db2654adae65aadff90ca6413aea /src/declarative/fx/qfxtextedit_p.h
parent7d2e43ec550cce29553cad3f82d309c6990b070a (diff)
downloadQt-c5369f7168a9e9309514aee9c39e9bfc6813694d.zip
Qt-c5369f7168a9e9309514aee9c39e9bfc6813694d.tar.gz
Qt-c5369f7168a9e9309514aee9c39e9bfc6813694d.tar.bz2
API Changes
Renaming stuff in TextEdit/Input
Diffstat (limited to 'src/declarative/fx/qfxtextedit_p.h')
-rw-r--r--src/declarative/fx/qfxtextedit_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/fx/qfxtextedit_p.h b/src/declarative/fx/qfxtextedit_p.h
index fb757de..9c73db9 100644
--- a/src/declarative/fx/qfxtextedit_p.h
+++ b/src/declarative/fx/qfxtextedit_p.h
@@ -84,8 +84,8 @@ public:
QString text;
QFont font;
QColor color;
- QColor highlightColor;
- QColor highlightedTextColor;
+ QColor selectionColor;
+ QColor selectedTextColor;
QString style;
QColor styleColor;
bool imgDirty;