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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/gui/hex_view.h b/src/devices/gui/hex_view.h
index d73710e..f1b953b 100644
--- a/src/devices/gui/hex_view.h
+++ b/src/devices/gui/hex_view.h
@@ -19,8 +19,9 @@ namespace Device
class HexView : public MemoryEditorGroup
{
Q_OBJECT
+ TQ_OBJECT
public:
- HexView(const HexEditor &editor, QWidget *parent, const char *name);
+ HexView(const HexEditor &editor, TQWidget *tqparent, const char *name);
virtual void display(Memory *memory);
virtual uint nbChecksumChars() const = 0;
virtual BitValue checksum() const = 0;