summaryrefslogtreecommitdiffstats
path: root/libk3b/tools/k3bthroughputestimator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libk3b/tools/k3bthroughputestimator.cpp')
-rw-r--r--libk3b/tools/k3bthroughputestimator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libk3b/tools/k3bthroughputestimator.cpp b/libk3b/tools/k3bthroughputestimator.cpp
index d6183b3..7e330b4 100644
--- a/libk3b/tools/k3bthroughputestimator.cpp
+++ b/libk3b/tools/k3bthroughputestimator.cpp
@@ -38,8 +38,8 @@ public:
};
-K3bThroughputEstimator::K3bThroughputEstimator( TQObject* tqparent, const char* name )
- : TQObject( tqparent, name )
+K3bThroughputEstimator::K3bThroughputEstimator( TQObject* parent, const char* name )
+ : TQObject( parent, name )
{
d = new Private();
}