From b9727aa65d06bf7835fbcc034069b63985b5b40a Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 11:57:12 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- src/codeeditor.h | 2 +- src/jtagprogrammer.h | 2 +- src/kexportdialog.h | 2 +- src/kjtagdialog.h | 2 +- src/kpicosim.h | 2 +- src/kport.h | 2 +- src/kportview.h | 2 +- src/kprocessorview.h | 4 ++-- src/kscratchpadview.h | 2 +- src/kserialview.h | 4 ++-- src/ksimulator.h | 2 +- 11 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/codeeditor.h b/src/codeeditor.h index 0bfbd09..db7b226 100644 --- a/src/codeeditor.h +++ b/src/codeeditor.h @@ -27,7 +27,7 @@ class CodeEditor : public TQWidget { - Q_OBJECT + TQ_OBJECT public: CodeEditor(TQWidget *parent = 0, const char *name = 0); diff --git a/src/jtagprogrammer.h b/src/jtagprogrammer.h index 0930a7a..0f48fb6 100644 --- a/src/jtagprogrammer.h +++ b/src/jtagprogrammer.h @@ -25,7 +25,7 @@ #include "jtag.h" class JTAGProgrammer : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/kexportdialog.h b/src/kexportdialog.h index 2c453b7..df6e800 100644 --- a/src/kexportdialog.h +++ b/src/kexportdialog.h @@ -29,7 +29,7 @@ class KExportDialog : public TQDialog { - Q_OBJECT + TQ_OBJECT public: KExportDialog(TQWidget *parent = 0, const char *name = 0 ); diff --git a/src/kjtagdialog.h b/src/kjtagdialog.h index 9d66894..aa30055 100644 --- a/src/kjtagdialog.h +++ b/src/kjtagdialog.h @@ -35,7 +35,7 @@ class KJTAGDialog : public TQDialog { - Q_OBJECT + TQ_OBJECT public: KJTAGDialog(TQWidget *parent); diff --git a/src/kpicosim.h b/src/kpicosim.h index c0bad05..b1739f5 100644 --- a/src/kpicosim.h +++ b/src/kpicosim.h @@ -42,7 +42,7 @@ class KPicoSim : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT public: KPicoSim(); diff --git a/src/kport.h b/src/kport.h index 5109fff..a42b8a6 100644 --- a/src/kport.h +++ b/src/kport.h @@ -25,7 +25,7 @@ class KPort : public TQObject, public CIOPort { - Q_OBJECT + TQ_OBJECT public: KPort( unsigned char portID ) : CIOPort( portID ) {} diff --git a/src/kportview.h b/src/kportview.h index 79a197f..17a09dc 100644 --- a/src/kportview.h +++ b/src/kportview.h @@ -28,7 +28,7 @@ class KPortView : public TDEToolBar { - Q_OBJECT + TQ_OBJECT public: KPortView( CPicoBlaze *cpu, TQWidget *parent = 0, const char *name = 0); diff --git a/src/kprocessorview.h b/src/kprocessorview.h index e22b624..84f105a 100644 --- a/src/kprocessorview.h +++ b/src/kprocessorview.h @@ -9,7 +9,7 @@ class MyListView : public TDEListView { - Q_OBJECT + TQ_OBJECT public: MyListView(TQWidget *parent) ; @@ -29,7 +29,7 @@ class MyListView : public TDEListView class TDEProcessorView : public TDEToolBar { - Q_OBJECT + TQ_OBJECT public: TDEProcessorView(TQWidget *parent = 0, const char *name = 0); diff --git a/src/kscratchpadview.h b/src/kscratchpadview.h index 0bee5c7..d4de8bd 100644 --- a/src/kscratchpadview.h +++ b/src/kscratchpadview.h @@ -25,7 +25,7 @@ class KScratchpadView : public TDEToolBar { - Q_OBJECT + TQ_OBJECT public: KScratchpadView(TQWidget *parent = 0, const char *name = 0); diff --git a/src/kserialview.h b/src/kserialview.h index 8735d9d..253ebff 100644 --- a/src/kserialview.h +++ b/src/kserialview.h @@ -32,7 +32,7 @@ class KSerialWindow : public KTextEdit { - Q_OBJECT + TQ_OBJECT public: @@ -71,7 +71,7 @@ class KSerialWindow : public KTextEdit class KSerialView : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KSerialView( CPicoBlaze *cpu, TQWidget *parent ); diff --git a/src/ksimulator.h b/src/ksimulator.h index bd5ebe7..8a4a3b3 100644 --- a/src/ksimulator.h +++ b/src/ksimulator.h @@ -36,7 +36,7 @@ class KSimulator : public TQObject { - Q_OBJECT + TQ_OBJECT public: KSimulator(TQObject *parent = 0, const char *name = 0); -- cgit v1.2.3