summaryrefslogtreecommitdiffstats
path: root/src/devices/mem24/gui/mem24_hex_view.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/mem24/gui/mem24_hex_view.cpp')
-rw-r--r--src/devices/mem24/gui/mem24_hex_view.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/mem24/gui/mem24_hex_view.cpp b/src/devices/mem24/gui/mem24_hex_view.cpp
index 7c30e9f..349e2fc 100644
--- a/src/devices/mem24/gui/mem24_hex_view.cpp
+++ b/src/devices/mem24/gui/mem24_hex_view.cpp
@@ -14,8 +14,8 @@
#include "mem24_memory_editor.h"
-Mem24::HexView::HexView(const HexEditor &editor, TQWidget *tqparent)
- : Device::HexView(editor, tqparent, "mem24_hex_view")
+Mem24::HexView::HexView(const HexEditor &editor, TQWidget *parent)
+ : Device::HexView(editor, parent, "mem24_hex_view")
{}
void Mem24::HexView::display()