┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/tests/viewpropertiestest.cpp
diff options
context:
space:
mode:
authorMontel Laurent <[email protected]>2014-10-18 14:36:34 +0200
committerMontel Laurent <[email protected]>2014-10-18 14:36:34 +0200
commit938a83b8b12d34087b17c27c29f8f7b7d70d19c8 (patch)
tree2e57a66334bb54269996e90d35c997528ea36fbe /src/tests/viewpropertiestest.cpp
parent01e4f60a0931aba506b184d384a4e2f926b2233c (diff)
Port test to qt5
Diffstat (limited to 'src/tests/viewpropertiestest.cpp')
-rw-r--r--src/tests/viewpropertiestest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/viewpropertiestest.cpp b/src/tests/viewpropertiestest.cpp
index c459f6874..6c72a5706 100644
--- a/src/tests/viewpropertiestest.cpp
+++ b/src/tests/viewpropertiestest.cpp
@@ -17,7 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA *
***************************************************************************/
-#include <qtest_kde.h>
+#include <qtest.h>
#include "dolphin_generalsettings.h"
#include "views/viewproperties.h"
@@ -96,6 +96,6 @@ void ViewPropertiesTest::testAutoSave()
QVERIFY(QFile::exists(dotDirectoryFile));
}
-QTEST_KDEMAIN(ViewPropertiesTest, NoGUI)
+QTEST_MAIN(ViewPropertiesTest)
#include "viewpropertiestest.moc"