summaryrefslogtreecommitdiffstats
path: root/src/devices/mem24/gui/mem24_hex_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/mem24/gui/mem24_hex_view.h')
-rw-r--r--src/devices/mem24/gui/mem24_hex_view.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/devices/mem24/gui/mem24_hex_view.h b/src/devices/mem24/gui/mem24_hex_view.h
index 378a25e..199865a 100644
--- a/src/devices/mem24/gui/mem24_hex_view.h
+++ b/src/devices/mem24/gui/mem24_hex_view.h
@@ -9,7 +9,7 @@
#ifndef MEM24_HEX_VIEW_H
#define MEM24_HEX_VIEW_H
-class QVBoxLayout;
+class TQVBoxLayout;
#include "devices/gui/hex_view.h"
@@ -19,8 +19,9 @@ namespace Mem24
class HexView : public Device::HexView
{
Q_OBJECT
+ TQ_OBJECT
public:
- HexView(const HexEditor &editor, QWidget *parent);
+ HexView(const HexEditor &editor, TQWidget *tqparent);
virtual uint nbChecksumChars() const { return 4; }
virtual BitValue checksum() const;