summaryrefslogtreecommitdiffstats
path: root/libk3b/tools/k3bdevicehandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'libk3b/tools/k3bdevicehandler.h')
-rw-r--r--libk3b/tools/k3bdevicehandler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libk3b/tools/k3bdevicehandler.h b/libk3b/tools/k3bdevicehandler.h
index da26629..bd27294 100644
--- a/libk3b/tools/k3bdevicehandler.h
+++ b/libk3b/tools/k3bdevicehandler.h
@@ -50,8 +50,8 @@ namespace K3bDevice
TQ_OBJECT
public:
- DeviceHandler( Device*, TQObject* tqparent = 0, const char* name = 0 );
- DeviceHandler( TQObject* tqparent = 0, const char* name = 0 );
+ DeviceHandler( Device*, TQObject* parent = 0, const char* name = 0 );
+ DeviceHandler( TQObject* parent = 0, const char* name = 0 );
/**
* This constructor is used by the global "quick" methods and should not be used