summaryrefslogtreecommitdiffstats
path: root/src/tests/mmftest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/mmftest.cpp')
-rw-r--r--src/tests/mmftest.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tests/mmftest.cpp b/src/tests/mmftest.cpp
index b45a9c4..dd48066 100644
--- a/src/tests/mmftest.cpp
+++ b/src/tests/mmftest.cpp
@@ -29,7 +29,8 @@ main(int argc, char *argv[])
TDEAboutData *about = new TDEAboutData("mmftest", I18N_NOOP("mmftest"), "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 MMFImporter.\n");
MMFImporter importer;