summaryrefslogtreecommitdiffstats
path: root/src/devices/gui/hex_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/gui/hex_view.h')
-rw-r--r--src/devices/gui/hex_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/gui/hex_view.h b/src/devices/gui/hex_view.h
index f1b953b..4aadc90 100644
--- a/src/devices/gui/hex_view.h
+++ b/src/devices/gui/hex_view.h
@@ -21,7 +21,7 @@ class HexView : public MemoryEditorGroup
Q_OBJECT
TQ_OBJECT
public:
- HexView(const HexEditor &editor, TQWidget *tqparent, const char *name);
+ HexView(const HexEditor &editor, TQWidget *parent, const char *name);
virtual void display(Memory *memory);
virtual uint nbChecksumChars() const = 0;
virtual BitValue checksum() const = 0;