diff options
Diffstat (limited to 'libktorrent/util/profiler.cpp')
-rw-r--r-- | libktorrent/util/profiler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/util/profiler.cpp b/libktorrent/util/profiler.cpp index 766012d..a0f42d2 100644 --- a/libktorrent/util/profiler.cpp +++ b/libktorrent/util/profiler.cpp @@ -25,7 +25,7 @@ namespace bt { - Profile::Profile(Profile* tqparent,const TQString & name) : tqparent(tqparent),name(name) + Profile::Profile(Profile* parent,const TQString & name) : parent(parent),name(name) { min = max = avg = 0.0; count = 0; |