summaryrefslogtreecommitdiffstats
path: root/libk3b/tools/k3bintmapcombobox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libk3b/tools/k3bintmapcombobox.cpp')
-rw-r--r--libk3b/tools/k3bintmapcombobox.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libk3b/tools/k3bintmapcombobox.cpp b/libk3b/tools/k3bintmapcombobox.cpp
index c3db356..3dd9731 100644
--- a/libk3b/tools/k3bintmapcombobox.cpp
+++ b/libk3b/tools/k3bintmapcombobox.cpp
@@ -31,8 +31,8 @@ public:
};
-K3bIntMapComboBox::K3bIntMapComboBox( TQWidget* tqparent, const char* name )
- : KComboBox( tqparent, name )
+K3bIntMapComboBox::K3bIntMapComboBox( TQWidget* parent, const char* name )
+ : KComboBox( parent, name )
{
d = new Private;
connect( this, TQT_SIGNAL(highlighted(int)),