diff options
Diffstat (limited to 'src/tests/nyctest.cpp')
| -rw-r--r-- | src/tests/nyctest.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tests/nyctest.cpp b/src/tests/nyctest.cpp index ecc01bb..a228cba 100644 --- a/src/tests/nyctest.cpp +++ b/src/tests/nyctest.cpp @@ -27,7 +27,8 @@ main(int argc, char *argv[]) TDEAboutData *about = new TDEAboutData("nyctest", I18N_NOOP("nyctest"), "1.0", nullptr, TDEAboutData::License_GPL, nullptr, nullptr, nullptr, nullptr); TDECmdLineArgs::init(argc, argv, about); - TDEApplication a; + TDEApplication::disableAutoDcopRegistration(); // will reduce noise when we run without X11 + TDEApplication a(/* allowStyles =*/ false, /* GUIenabled =*/ false); printf("Creating NYCGenericImporter.\n"); NYCGenericImporter importer; |
