diff options
Diffstat (limited to 'src/tests/mxptest.cpp')
| -rw-r--r-- | src/tests/mxptest.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tests/mxptest.cpp b/src/tests/mxptest.cpp index a023481..1c6db99 100644 --- a/src/tests/mxptest.cpp +++ b/src/tests/mxptest.cpp @@ -27,7 +27,8 @@ main(int argc, char *argv[]) TDEAboutData *about = new TDEAboutData("mxptest", I18N_NOOP("mxptest"), "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 MXPImporter.\n"); MXPImporter importer; |
