From 94c9dc38220d50d037075127ad46add8a264ef26 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:23:32 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- kmtrace/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kmtrace/README') diff --git a/kmtrace/README b/kmtrace/README index 67330fe4..6084b2b7 100644 --- a/kmtrace/README +++ b/kmtrace/README @@ -18,7 +18,7 @@ There are two ways to activate memory usage loggings by ktrace : 1) The LD_PRELOAD way This way, you can debug any application without having to recompile it, -but you'll have to debug also the memory allocated by KApplication and +but you'll have to debug also the memory allocated by TDEApplication and friends. You can activate malloc logging by starting yourApplication as: @@ -57,8 +57,8 @@ to add any commandline options. TIPS ==== -* If you can't be bothered with the stuff that KApplication allocates for you -you might want to put the ktrace() call after the KApplication constructor. +* If you can't be bothered with the stuff that TDEApplication allocates for you +you might want to put the ktrace() call after the TDEApplication constructor. This will lead to a lot of warnings like: Freeing unalloacted memory: 0x08056108 -- cgit v1.2.1