From 86921d65c5c218a2c721d905a93885cf2fe9b7b7 Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Wed, 21 Dec 2016 01:09:27 +0300 Subject: tdeio: add tests Signed-off-by: Alexander Golubev (cherry picked from commit ed74769bfaae171809c0bc1a10a8ba0f6ff8895f) --- tdeio/tests/previewtest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeio/tests/previewtest.cpp') diff --git a/tdeio/tests/previewtest.cpp b/tdeio/tests/previewtest.cpp index 6d0cd78b2..3237f0180 100644 --- a/tdeio/tests/previewtest.cpp +++ b/tdeio/tests/previewtest.cpp @@ -55,7 +55,7 @@ void PreviewTest::slotFailed() int main(int argc, char **argv) { - TDEApplication app(argc, argv, "previewtest"); + TDEApplication app(argc, argv, "previewtest", true, true); PreviewTest *w = new PreviewTest; w->show(); app.setMainWidget(w); -- cgit v1.2.1