summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kabc/tests/testldapclient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/tests/testldapclient.cpp b/kabc/tests/testldapclient.cpp
index 2fa6a1c72..68e3e89c6 100644
--- a/kabc/tests/testldapclient.cpp
+++ b/kabc/tests/testldapclient.cpp
@@ -31,7 +31,7 @@ int main(int argc, char *argv[])
{
KApplication::disableAutoDcopRegistration();
KCmdLineArgs::init(argc,argv,"testldapclient", 0, 0, 0, 0);
- KApplication app;
+ KApplication app (/*stylesEnabled=*/ false, /*GUIEnabled=*/ false);
TestLDAPClient test;
test.setup();