summaryrefslogtreecommitdiffstats
path: root/src/devices/gui/hex_word_editor.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-02-17 16:01:33 -0600
committerTimothy Pearson <[email protected]>2012-02-17 16:01:33 -0600
commitfbbad1fdbec7cab719c3e9bdb6d8693cf8b3e61d (patch)
tree44afa11fb537fa93881a338ae3b58f50e0e57371 /src/devices/gui/hex_word_editor.h
parent8ac8ddd6c1dcbda5e0240f5b2ad51800130f7360 (diff)
downloadpiklab-fbbad1fdbec7cab719c3e9bdb6d8693cf8b3e61d.tar.gz
piklab-fbbad1fdbec7cab719c3e9bdb6d8693cf8b3e61d.zip
Remove spurious TQ_OBJECT instances
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()); }