diff options
Diffstat (limited to 'tdecore/tests/kprocesstest.cpp')
-rw-r--r-- | tdecore/tests/kprocesstest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/tests/kprocesstest.cpp b/tdecore/tests/kprocesstest.cpp index c81dada50..d8d86d988 100644 --- a/tdecore/tests/kprocesstest.cpp +++ b/tdecore/tests/kprocesstest.cpp @@ -34,7 +34,7 @@ int main(int argc, char *argv[]) { TDEProcess p1, p2, p3, p4; Dummy dummy; - TDEApplication app(argc, argv, "kprocesstest"); + TDEApplication app(argc, argv, TQCString("kprocesstest")); printf("Welcome to the TDEProcess Demo Application!\n"); |