diff options
Diffstat (limited to 'kdecore/tests/kprociotest.cpp')
-rw-r--r-- | kdecore/tests/kprociotest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdecore/tests/kprociotest.cpp b/kdecore/tests/kprociotest.cpp index 446dacb30..7ab32db46 100644 --- a/kdecore/tests/kprociotest.cpp +++ b/kdecore/tests/kprociotest.cpp @@ -32,7 +32,7 @@ werke\nmerkt\nich\nund\nden\nbrauch\nund\nmit\ngeistesstaerke\ntu\nich\nwunder\n int main(int argc, char *argv[]) { Dummy dummy; - KApplication app(argc, argv, "kprociotest"); + KApplication app(argc, argv, TQCString("kprociotest")); printf("Welcome to the KProcIO Demo Application!\n"); |