summaryrefslogtreecommitdiffstats
path: root/tdeio/tdefile/tests/kdirselectdialogtest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeio/tdefile/tests/kdirselectdialogtest.cpp')
-rw-r--r--tdeio/tdefile/tests/kdirselectdialogtest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/tdefile/tests/kdirselectdialogtest.cpp b/tdeio/tdefile/tests/kdirselectdialogtest.cpp
index c1178c3bc..71adee9a8 100644
--- a/tdeio/tdefile/tests/kdirselectdialogtest.cpp
+++ b/tdeio/tdefile/tests/kdirselectdialogtest.cpp
@@ -5,7 +5,7 @@
int main( int argc, char **argv )
{
- TDEApplication app(argc, argv, "kdirselectdialogtest");
+ TDEApplication app(argc, argv, "kdirselectdialogtest", true);
KURL u = KDirSelectDialog::selectDirectory( (argc >= 1) ? argv[1] : TQString::null );
if ( u.isValid() )