summaryrefslogtreecommitdiffstats
path: root/libk3b/core/k3bthreadjob.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libk3b/core/k3bthreadjob.cpp')
-rw-r--r--libk3b/core/k3bthreadjob.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/libk3b/core/k3bthreadjob.cpp b/libk3b/core/k3bthreadjob.cpp
index fcc192e..634aa91 100644
--- a/libk3b/core/k3bthreadjob.cpp
+++ b/libk3b/core/k3bthreadjob.cpp
@@ -23,15 +23,15 @@
-K3bThreadJob::K3bThreadJob( K3bJobHandler* jh, TQObject* tqparent, const char* name )
- : K3bJob( jh, tqparent, name ),
+K3bThreadJob::K3bThreadJob( K3bJobHandler* jh, TQObject* parent, const char* name )
+ : K3bJob( jh, parent, name ),
m_running(false)
{
}
-K3bThreadJob::K3bThreadJob( K3bThread* thread, K3bJobHandler* jh, TQObject* tqparent, const char* name )
- : K3bJob( jh, tqparent, name ),
+K3bThreadJob::K3bThreadJob( K3bThread* thread, K3bJobHandler* jh, TQObject* parent, const char* name )
+ : K3bJob( jh, parent, name ),
m_running(false)
{
setThread(thread);