diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2016-12-17 15:49:18 +0300 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2017-01-29 02:27:15 +0100 |
commit | 37c9f23df53b67e562b72e747fc3a7a5514e8b9a (patch) | |
tree | 94133270b50bc06cc9b01950cb627e16ec5cc716 | |
parent | 5842fb37df7a01decb2151a570f58fb2528b3ccd (diff) | |
download | tdelibs-37c9f23df53b67e562b72e747fc3a7a5514e8b9a.tar.gz tdelibs-37c9f23df53b67e562b72e747fc3a7a5514e8b9a.zip |
tdeabc: make the testldapclient app non-gui
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
-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(); |