summaryrefslogtreecommitdiffstats
path: root/src/devices/gui/hex_word_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/gui/hex_word_editor.h')
-rw-r--r--src/devices/gui/hex_word_editor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/gui/hex_word_editor.h b/src/devices/gui/hex_word_editor.h
index 94b520c..fad46a8 100644
--- a/src/devices/gui/hex_word_editor.h
+++ b/src/devices/gui/hex_word_editor.h
@@ -19,7 +19,7 @@ namespace Device
class HexWordEditor : public GenericHexWordEditor
{
Q_OBJECT
- TQ_OBJECT
+
public:
HexWordEditor(Memory &memory, uint nbChars, TQWidget *parent);
void setOffset(int offset);
@@ -41,7 +41,7 @@ protected:
class RegisterHexWordEditor : public GenericHexWordEditor
{
Q_OBJECT
- TQ_OBJECT
+
public:
RegisterHexWordEditor(TQWidget *parent, uint nbChars, BitValue mask);
void clear() { setValue(BitValue()); }