summaryrefslogtreecommitdiffstats
path: root/kio/tests/kdefaultprogresstest.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-07-22 15:56:51 +0200
commit933dc8a3f8b14eff9c51c1a7ece8c29754ad378a (patch)
tree732dfb5731f4911242ca86cd43403b88ac0a07d1 /kio/tests/kdefaultprogresstest.cpp
parenta6435d8bbc997ce1438a537f3dae5f749c4d5e3b (diff)
downloadtdelibs-933dc8a3f8b14eff9c51c1a7ece8c29754ad378a.tar.gz
tdelibs-933dc8a3f8b14eff9c51c1a7ece8c29754ad378a.zip
tdeio: add tests
Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit ed74769bfaae171809c0bc1a10a8ba0f6ff8895f)
Diffstat (limited to 'kio/tests/kdefaultprogresstest.cpp')
-rw-r--r--kio/tests/kdefaultprogresstest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/tests/kdefaultprogresstest.cpp b/kio/tests/kdefaultprogresstest.cpp
index a831041e1..963940ead 100644
--- a/kio/tests/kdefaultprogresstest.cpp
+++ b/kio/tests/kdefaultprogresstest.cpp
@@ -7,7 +7,7 @@ using namespace KIO;
int main(int argc, char **argv)
{
- KApplication app(argc, argv, "kdefaultprogresstest");
+ KApplication app(argc, argv, "kdefaultprogresstest",true,true);
DefaultProgress* dlg = new DefaultProgress();
KURL src("http://this.host.doesn't.exist/this/dir/neither/andthisfileneither");