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