summaryrefslogtreecommitdiffstats
path: root/tests/auto/q3table
diff options
context:
space:
mode:
authorJoão Abecasis <joao@abecasis.name>2009-09-23 12:04:54 +0200
committerJoão Abecasis <joao@abecasis.name>2009-09-23 12:20:36 +0200
commit55cb8b6d1765d1446ae046a54d98aceeba9d9146 (patch)
tree3e9b44c97084e4c7aed139ecf4845f2f0dcca06d /tests/auto/q3table
parentff2519e28cc3d219d1643a1ba766878fa236386c (diff)
Fix autotest compilation
Diffstat (limited to 'tests/auto/q3table')
-rw-r--r--tests/auto/q3table/tst_q3table.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/q3table/tst_q3table.cpp b/tests/auto/q3table/tst_q3table.cpp
index 1fe4412baf..ca65852de5 100644
--- a/tests/auto/q3table/tst_q3table.cpp
+++ b/tests/auto/q3table/tst_q3table.cpp
@@ -1379,7 +1379,7 @@ void tst_Q3Table::dateTimeEdit()
TimeTableItem *ti = new TimeTableItem(testWidget);
testWidget->setItem(0, 0, ti);
testWidget->show();
- QTest::qWaitForWindowShown(&testWidget);
+ QTest::qWaitForWindowShown(testWidget);
#ifdef WAITS
QTest::qWait(50);
#endif