summaryrefslogtreecommitdiffstats
path: root/src/k3bmediaselectioncombobox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/k3bmediaselectioncombobox.cpp')
-rw-r--r--src/k3bmediaselectioncombobox.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/k3bmediaselectioncombobox.cpp b/src/k3bmediaselectioncombobox.cpp
index 42b4b05..666b268 100644
--- a/src/k3bmediaselectioncombobox.cpp
+++ b/src/k3bmediaselectioncombobox.cpp
@@ -96,8 +96,8 @@ public:
};
-K3bMediaSelectionComboBox::K3bMediaSelectionComboBox( TQWidget* tqparent )
- : KComboBox( false, tqparent )
+K3bMediaSelectionComboBox::K3bMediaSelectionComboBox( TQWidget* parent )
+ : KComboBox( false, parent )
{
d = new Private();