diff options
Diffstat (limited to 'tdeio/tdefile/tests/kopenwithtest.cpp')
-rw-r--r-- | tdeio/tdefile/tests/kopenwithtest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/tdefile/tests/kopenwithtest.cpp b/tdeio/tdefile/tests/kopenwithtest.cpp index 925aa7625..fe7ae3986 100644 --- a/tdeio/tdefile/tests/kopenwithtest.cpp +++ b/tdeio/tdefile/tests/kopenwithtest.cpp @@ -28,7 +28,7 @@ int main(int argc, char **argv) { - TDEApplication app(argc, argv, "kopenwithtest"); + TDEApplication app(argc, argv, "kopenwithtest", true); KURL::List list; list += KURL("file:///tmp/testfile.txt"); |