diff options
Diffstat (limited to 'libktorrent/util/profiler.h')
-rw-r--r-- | libktorrent/util/profiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/util/profiler.h b/libktorrent/util/profiler.h index 1b220b1..917a671 100644 --- a/libktorrent/util/profiler.h +++ b/libktorrent/util/profiler.h @@ -35,7 +35,7 @@ namespace bt class Profile { Profile* parent; - TQPtrList<Profile> children; + TQPtrList<Profile> tqchildren; TQString name; double min,max,avg; |