summaryrefslogtreecommitdiffstats
path: root/src/devices/pic/gui/pic_memory_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/pic/gui/pic_memory_editor.h
parent8ac8ddd6c1dcbda5e0240f5b2ad51800130f7360 (diff)
downloadpiklab-fbbad1fdbec7cab719c3e9bdb6d8693cf8b3e61d.tar.gz
piklab-fbbad1fdbec7cab719c3e9bdb6d8693cf8b3e61d.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/devices/pic/gui/pic_memory_editor.h')
-rw-r--r--src/devices/pic/gui/pic_memory_editor.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/devices/pic/gui/pic_memory_editor.h b/src/devices/pic/gui/pic_memory_editor.h
index e641ec4..7d0f857 100644
--- a/src/devices/pic/gui/pic_memory_editor.h
+++ b/src/devices/pic/gui/pic_memory_editor.h
@@ -42,7 +42,7 @@ private:
class MemoryEditor : public Device::MemoryEditor, public MemoryCaster
{
Q_OBJECT
- TQ_OBJECT
+
public:
MemoryEditor(MemoryRangeType type, Memory &memory, TQWidget *parent, const char *name)
: Device::MemoryEditor(&memory, parent, name), MemoryCaster(type, memory) {}
@@ -52,7 +52,7 @@ public:
class MemoryEditorLegend : public MemoryEditor
{
Q_OBJECT
- TQ_OBJECT
+
public:
MemoryEditorLegend(MemoryRangeType type, Memory &memory, TQWidget *parent);
virtual void setReadOnly(bool) {}
@@ -93,7 +93,7 @@ private:
class HexWordEditor : public Device::HexWordEditor, public MemoryCaster
{
Q_OBJECT
- TQ_OBJECT
+
public:
HexWordEditor(MemoryRangeType type, Memory &memory, TQWidget *parent);
@@ -108,7 +108,7 @@ private:
class MemoryRangeEditor : public Device::MemoryRangeEditor, public MemoryCaster
{
Q_OBJECT
- TQ_OBJECT
+
public:
MemoryRangeEditor(MemoryRangeType type, Memory &memory,
uint nbLines, uint nbCols, uint wordOffset, int nbWords, TQWidget *parent);
@@ -135,7 +135,7 @@ private:
class MemoryTypeEditor : public Device::MemoryTypeEditor, public MemoryCaster
{
Q_OBJECT
- TQ_OBJECT
+
public:
MemoryTypeEditor(const HexView *hexview, MemoryRangeType type, Memory &memory, TQWidget *parent, const char *name);
virtual void init(bool first);
@@ -148,7 +148,7 @@ private:
class MemoryTypeRangeEditor : public MemoryTypeEditor
{
Q_OBJECT
- TQ_OBJECT
+
public:
MemoryTypeRangeEditor(const HexView *hexview, MemoryRangeType type, Memory &memory, TQWidget *parent);
virtual void init(bool first);
@@ -161,7 +161,7 @@ protected:
class MemoryUserIdEditor : public MemoryTypeRangeEditor
{
Q_OBJECT
- TQ_OBJECT
+
public:
MemoryUserIdEditor(const HexView *hexview, Memory &memory, TQWidget *parent);
virtual void init(bool first);
@@ -182,7 +182,7 @@ private:
class MemoryCalibrationEditor : public MemoryTypeEditor
{
Q_OBJECT
- TQ_OBJECT
+
public:
MemoryCalibrationEditor(const HexView *hexview, Memory &memory, TQWidget *parent);
virtual void init(bool first);