summaryrefslogtreecommitdiffstats
path: root/libk3b/tools/k3bthreadwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'libk3b/tools/k3bthreadwidget.h')
-rw-r--r--libk3b/tools/k3bthreadwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libk3b/tools/k3bthreadwidget.h b/libk3b/tools/k3bthreadwidget.h
index 1b514c2..6bf67ea 100644
--- a/libk3b/tools/k3bthreadwidget.h
+++ b/libk3b/tools/k3bthreadwidget.h
@@ -45,7 +45,7 @@ class K3bThreadWidget : public TQObject
/**
* Call this from a thread to show a device selection dialog.
*/
- static K3bDevice::Device* selectDevice( TQWidget* tqparent,
+ static K3bDevice::Device* selectDevice( TQWidget* parent,
const TQString& text = TQString() );
protected: