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 8a26d8e..051e0b5 100644 --- a/src/devices/gui/hex_view.h +++ b/src/devices/gui/hex_view.h @@ -18,7 +18,7 @@ namespace Device class HexView : public MemoryEditorGroup { -Q_OBJECT +TQ_OBJECT public: HexView(const HexEditor &editor, TQWidget *parent, const char *name); |