summaryrefslogtreecommitdiffstats
path: root/tdecore/tests/kmemtest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/tests/kmemtest.cpp')
-rw-r--r--tdecore/tests/kmemtest.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tdecore/tests/kmemtest.cpp b/tdecore/tests/kmemtest.cpp
index 83c452e50..f0115b569 100644
--- a/tdecore/tests/kmemtest.cpp
+++ b/tdecore/tests/kmemtest.cpp
@@ -1,5 +1,5 @@
#include <stdio.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <stdlib.h>
#include <errno.h>
#include <string.h>
@@ -235,9 +235,9 @@ int main(int argc, char *argv[])
}
// showMem("second");
- KApplication app(argc,argv,"kurltest");
+ TDEApplication app(argc,argv,"kurltest");
-// showMem("After KApplication constructor");
+// showMem("After TDEApplication constructor");
// malloc(10*1024);