summaryrefslogtreecommitdiffstats
path: root/src/devices/gui/hex_view.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/gui/hex_view.cpp')
-rw-r--r--src/devices/gui/hex_view.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/gui/hex_view.cpp b/src/devices/gui/hex_view.cpp
index ac82ddf..4a6319f 100644
--- a/src/devices/gui/hex_view.cpp
+++ b/src/devices/gui/hex_view.cpp
@@ -9,8 +9,8 @@
***************************************************************************/
#include "hex_view.h"
-Device::HexView::HexView(const HexEditor &editor, TQWidget *tqparent, const char *name)
- : MemoryEditorGroup(0, tqparent, name), _editor(editor)
+Device::HexView::HexView(const HexEditor &editor, TQWidget *parent, const char *name)
+ : MemoryEditorGroup(0, parent, name), _editor(editor)
{}
void Device::HexView::display(Memory *memory)