tests/qtp/qtp_addressbook/main.cpp
changeset 3 41300fa6a67c
parent 0 1918ee327afb
--- 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 <QApplication>
 #include <QtGui>
+#include <QtTest>
 #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)