tdeabc: make the testldapclient app non-gui

Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
pull/1/head
Alexander Golubev 8 years ago committed by Slávek Banko
parent 5842fb37df
commit 37c9f23df5

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

Loading…
Cancel
Save