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();