summaryrefslogtreecommitdiffstats
path: root/libk3b/core/k3bthreadjob.h
diff options
context:
space:
mode:
Diffstat (limited to 'libk3b/core/k3bthreadjob.h')
-rw-r--r--libk3b/core/k3bthreadjob.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libk3b/core/k3bthreadjob.h b/libk3b/core/k3bthreadjob.h
index 34b43fd..319e69f 100644
--- a/libk3b/core/k3bthreadjob.h
+++ b/libk3b/core/k3bthreadjob.h
@@ -43,8 +43,8 @@ class LIBK3B_EXPORT K3bThreadJob : public K3bJob
TQ_OBJECT
public:
- K3bThreadJob( K3bJobHandler*, TQObject* tqparent = 0, const char* name = 0 );
- K3bThreadJob( K3bThread*, K3bJobHandler*, TQObject* tqparent = 0, const char* name = 0 );
+ K3bThreadJob( K3bJobHandler*, TQObject* parent = 0, const char* name = 0 );
+ K3bThreadJob( K3bThread*, K3bJobHandler*, TQObject* parent = 0, const char* name = 0 );
virtual ~K3bThreadJob();
void setThread( K3bThread* t );