summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/fx.pri
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-08-19 01:53:26 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-08-19 01:53:26 (GMT)
commit989a6e21ef4b10ad5a482c774a6d8e989a83e1d9 (patch)
tree5c432177d2c7360fd68d4a281f2848da0f9b2ca9 /src/declarative/fx/fx.pri
parenta01c1325af852111f4dd10ed04672a27f82a2a5f (diff)
downloadQt-989a6e21ef4b10ad5a482c774a6d8e989a83e1d9.zip
Qt-989a6e21ef4b10ad5a482c774a6d8e989a83e1d9.tar.gz
Qt-989a6e21ef4b10ad5a482c774a6d8e989a83e1d9.tar.bz2
Text-related API updates after review
Rename LineEdit to TextInput; hAlign to horizontalAlignment; vAlign to verticalAlignment. Other assorted fixes.
Diffstat (limited to 'src/declarative/fx/fx.pri')
-rw-r--r--src/declarative/fx/fx.pri6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/declarative/fx/fx.pri b/src/declarative/fx/fx.pri
index 48af58e..47cce95 100644
--- a/src/declarative/fx/fx.pri
+++ b/src/declarative/fx/fx.pri
@@ -35,8 +35,8 @@ HEADERS += \
fx/qfxrepeater.h \
fx/qfxrepeater_p.h \
fx/qfxscalegrid_p.h \
- fx/qfxlineedit.h \
- fx/qfxlineedit_p.h \
+ fx/qfxtextinput.h \
+ fx/qfxtextinput_p.h \
fx/qfxtextedit.h \
fx/qfxtextedit_p.h \
fx/qfxtext.h \
@@ -69,7 +69,7 @@ SOURCES += \
fx/qfxrect.cpp \
fx/qfxrepeater.cpp \
fx/qfxscalegrid.cpp \
- fx/qfxlineedit.cpp \
+ fx/qfxtextinput.cpp \
fx/qfxtext.cpp \
fx/qfxtextedit.cpp \
fx/qfxpixmapcache.cpp \