diff options
Diffstat (limited to 'tdeio/tests/kacltest.cpp')
-rw-r--r-- | tdeio/tests/kacltest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/tests/kacltest.cpp b/tdeio/tests/kacltest.cpp index 50d3bc25a..94aa31f9f 100644 --- a/tdeio/tests/kacltest.cpp +++ b/tdeio/tests/kacltest.cpp @@ -69,7 +69,7 @@ int main(int argc, char *argv[]) { TDEApplication::disableAutoDcopRegistration(); TDECmdLineArgs::init(argc,argv,"kacltest", 0, 0, 0, 0); - TDEApplication app; + TDEApplication app(/*styles=*/false, /*gui=*/false); KACLTest test; test.setup(); |