summaryrefslogtreecommitdiffstats
path: root/src/devices/pic/gui/pic_config_word_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/pic/gui/pic_config_word_editor.h')
-rw-r--r--src/devices/pic/gui/pic_config_word_editor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/pic/gui/pic_config_word_editor.h b/src/devices/pic/gui/pic_config_word_editor.h
index 30068e2..364c544 100644
--- a/src/devices/pic/gui/pic_config_word_editor.h
+++ b/src/devices/pic/gui/pic_config_word_editor.h
@@ -21,7 +21,7 @@ namespace Pic
//----------------------------------------------------------------------------
class ConfigWordDialog : public Dialog
{
-Q_OBJECT
+TQ_OBJECT
public:
ConfigWordDialog(const Memory &memory, uint index, TQWidget *parent);
@@ -30,7 +30,7 @@ public:
//----------------------------------------------------------------------------
class ConfigWordComboBox : public ComboBox
{
-Q_OBJECT
+TQ_OBJECT
public:
ConfigWordComboBox(TQWidget *parent);
@@ -49,7 +49,7 @@ private:
//----------------------------------------------------------------------------
class ConfigWordEditor : public MemoryEditor
{
-Q_OBJECT
+TQ_OBJECT
public:
ConfigWordEditor(Memory &memory, uint index, bool withWordEditor, TQWidget *parent);