summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBjørn Erik Nilsen <bjorn.nilsen@nokia.com>2009-08-20 12:11:40 (GMT)
committerBjørn Erik Nilsen <bjorn.nilsen@nokia.com>2009-08-20 12:11:40 (GMT)
commit5c7c4b9a0c95f5e97d73547e830a4e4bf87d2fca (patch)
tree302bba87e068a0d6fc8419a5622dd3c62551183d /tests
parentf6fdb0f10a3525205fc7143e5db61087058daf73 (diff)
downloadQt-5c7c4b9a0c95f5e97d73547e830a4e4bf87d2fca.zip
Qt-5c7c4b9a0c95f5e97d73547e830a4e4bf87d2fca.tar.gz
Qt-5c7c4b9a0c95f5e97d73547e830a4e4bf87d2fca.tar.bz2
Rename QGraphicsShadowEffect to QGraphicsDropShadowEffect.
Discussed with Andreas.
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp b/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp
index 976f57d..184bfe2 100644
--- a/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp
+++ b/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp
@@ -7418,7 +7418,7 @@ void tst_QGraphicsItem::hitTestGraphicsEffectItem()
item3->repaints = 0;
// Apply shadow effect to the entire sub-tree.
- QGraphicsShadowEffect *shadow = new QGraphicsShadowEffect;
+ QGraphicsDropShadowEffect *shadow = new QGraphicsDropShadowEffect;
shadow->setShadowOffset(-20, -20);
item1->setGraphicsEffect(shadow);
QTest::qWait(50);