summaryrefslogtreecommitdiffstats
path: root/tdeio/tests/previewtest.cpp
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2016-12-21 01:09:27 +0300
committerSlávek Banko <slavek.banko@axis.cz>2017-01-29 02:48:50 +0100
commit86921d65c5c218a2c721d905a93885cf2fe9b7b7 (patch)
tree617bb19f28f8fbff084e9d58ada0e037edb861e1 /tdeio/tests/previewtest.cpp
parentde48b4a218391da82d8bb725e5b8cb3038155065 (diff)
downloadtdelibs-86921d65c5c218a2c721d905a93885cf2fe9b7b7.tar.gz
tdelibs-86921d65c5c218a2c721d905a93885cf2fe9b7b7.zip
tdeio: add tests
Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit ed74769bfaae171809c0bc1a10a8ba0f6ff8895f)
Diffstat (limited to 'tdeio/tests/previewtest.cpp')
-rw-r--r--tdeio/tests/previewtest.cpp2
1 files changed, 1 insertions, 1 deletions
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);