diff options
Diffstat (limited to 'src/devices/gui/hex_view.h')
-rw-r--r-- | src/devices/gui/hex_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/gui/hex_view.h b/src/devices/gui/hex_view.h index 4aadc90..8a26d8e 100644 --- a/src/devices/gui/hex_view.h +++ b/src/devices/gui/hex_view.h @@ -19,7 +19,7 @@ namespace Device class HexView : public MemoryEditorGroup { Q_OBJECT - TQ_OBJECT + public: HexView(const HexEditor &editor, TQWidget *parent, const char *name); virtual void display(Memory *memory); |