summaryrefslogtreecommitdiffstats
path: root/dcop/tests/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dcop/tests/test.cpp')
-rw-r--r--dcop/tests/test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/dcop/tests/test.cpp b/dcop/tests/test.cpp
index 4a751c358..5665bd6de 100644
--- a/dcop/tests/test.cpp
+++ b/dcop/tests/test.cpp
@@ -31,8 +31,8 @@ int main(int argc, char** argv)
batch();
return 0;
}
- TDECmdLineArgs::init( argc, argv, "TestApp", "Tests the dcop familly of tools + libraries", "1.0" ); // FIXME
- TDEApplication app;
+ TDECmdLineArgs::init( argc, argv, argv[0], "TestApp", "Tests the dcop familly of tools + libraries", "1.0" ); // FIXME
+ TDEApplication app (/*stylesEnabled=*/ false, /*GUIEnabled=*/ false);
if(!app.dcopClient()->attach( ))
return 1;