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 af04cd421..bec7c0dd2 100644 --- a/tdecore/tests/kprocesstest.cpp +++ b/tdecore/tests/kprocesstest.cpp @@ -34,7 +34,7 @@ int main(int argc, char *argv[]) { KProcess p1, p2, p3, p4; Dummy dummy; - KApplication app(argc, argv, "kprocesstest"); + TDEApplication app(argc, argv, "kprocesstest"); printf("Welcome to the KProcess Demo Application!\n"); |