From 37c9f23df53b67e562b72e747fc3a7a5514e8b9a Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Sat, 17 Dec 2016 15:49:18 +0300 Subject: tdeabc: make the testldapclient app non-gui Signed-off-by: Alexander Golubev --- tdeabc/tests/testldapclient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeabc') 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(); -- cgit v1.2.1