summaryrefslogtreecommitdiffstats
path: root/tdeabc
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2016-12-17 15:49:18 +0300
committerSlávek Banko <slavek.banko@axis.cz>2017-01-29 02:48:49 +0100
commit1341c26a7a60d5260da37a278a79148a09ef21e9 (patch)
treef837ea81c6df7304a1eb7333f28ecedc09528c51 /tdeabc
parent575df654fe61409c33e4295419a6fc40706221d1 (diff)
downloadtdelibs-1341c26a7a60d5260da37a278a79148a09ef21e9.tar.gz
tdelibs-1341c26a7a60d5260da37a278a79148a09ef21e9.zip
tdeabc: make the testldapclient app non-gui
Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 37c9f23df53b67e562b72e747fc3a7a5514e8b9a)
Diffstat (limited to 'tdeabc')
-rw-r--r--tdeabc/tests/testldapclient.cpp2
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();