diff -r 56cd8111b7f7 -r 41300fa6a67c tests/qtp/qtp_addressbook/main.cpp --- a/tests/qtp/qtp_addressbook/main.cpp Tue Jan 26 12:42:25 2010 +0200 +++ b/tests/qtp/qtp_addressbook/main.cpp Tue Feb 02 00:43:10 2010 +0200 @@ -39,15 +39,10 @@ ** ****************************************************************************/ +#include #include +#include #include "mainwindow.h" +#include "autotest.h" -//! [0] -int main(int argc, char *argv[]) -{ - QApplication app(argc, argv); - MainWindow mw; - mw.show(); - return app.exec(); -} -//! [0] +QTEST_MAIN(autoTest)