diff options
Diffstat (limited to 'tdeabc')
-rw-r--r-- | tdeabc/tests/testldapclient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeabc/tests/testldapclient.cpp b/tdeabc/tests/testldapclient.cpp index 71a34ee5e..a48ce043f 100644 --- a/tdeabc/tests/testldapclient.cpp +++ b/tdeabc/tests/testldapclient.cpp @@ -31,7 +31,7 @@ int main(int argc, char *argv[]) { TDEApplication::disableAutoDcopRegistration(); TDECmdLineArgs::init(argc,argv,"testldapclient", 0, 0, 0, 0); - TDEApplication app; + TDEApplication app (/*stylesEnabled=*/ false, /*GUIEnabled=*/ false); TestLDAPClient test; test.setup(); |