summaryrefslogtreecommitdiffstats
path: root/src/progs/gui/port_selector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/progs/gui/port_selector.cpp')
-rw-r--r--src/progs/gui/port_selector.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/progs/gui/port_selector.cpp b/src/progs/gui/port_selector.cpp
index 644caaf..f34d426 100644
--- a/src/progs/gui/port_selector.cpp
+++ b/src/progs/gui/port_selector.cpp
@@ -21,8 +21,8 @@ const char * const PortSelector::LABELS[PortType::Nb_Types] = {
I18N_NOOP("Serial"), I18N_NOOP("Parallel"), I18N_NOOP("USB")
};
-PortSelector::PortSelector(TQWidget *tqparent)
- : TQFrame(tqparent, "port_selector"), _group(0), _main(0)
+PortSelector::PortSelector(TQWidget *parent)
+ : TQFrame(parent, "port_selector"), _group(0), _main(0)
{
_top = new TQGridLayout(this, 1, 1, 0, 10);
_top->setRowStretch(1, 1);