From cb59219281a9666896ee96b02a487bbc0206082d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 13:37:04 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- filters/chalk/gmagick/kis_image_magick_converter.h | 2 +- filters/chalk/gmagick/magickexport.h | 2 +- filters/chalk/gmagick/magickimport.h | 2 +- filters/chalk/jpeg/kis_jpeg_converter.h | 2 +- filters/chalk/jpeg/kis_jpeg_export.h | 2 +- filters/chalk/jpeg/kis_jpeg_import.h | 2 +- filters/chalk/magick/kis_image_magick_converter.h | 2 +- filters/chalk/magick/magickexport.h | 2 +- filters/chalk/magick/magickimport.h | 2 +- filters/chalk/openexr/kis_openexr_export.h | 2 +- filters/chalk/openexr/kis_openexr_import.h | 2 +- filters/chalk/pdf/kis_pdf_import.h | 2 +- filters/chalk/pdf/kis_pdf_import_widget.h | 2 +- filters/chalk/png/kis_png_converter.h | 2 +- filters/chalk/png/kis_png_export.h | 2 +- filters/chalk/png/kis_png_import.h | 2 +- filters/chalk/raw/kis_raw_import.h | 2 +- filters/chalk/tiff/kis_dlg_options_tiff.h | 2 +- filters/chalk/tiff/kis_tiff_converter.h | 2 +- filters/chalk/tiff/kis_tiff_export.h | 2 +- filters/chalk/tiff/kis_tiff_import.h | 2 +- filters/chalk/xcf/xcfexport.h | 2 +- filters/chalk/xcf/xcfimport.h | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) (limited to 'filters/chalk') diff --git a/filters/chalk/gmagick/kis_image_magick_converter.h b/filters/chalk/gmagick/kis_image_magick_converter.h index 28b4ce30..2a9b10eb 100644 --- a/filters/chalk/gmagick/kis_image_magick_converter.h +++ b/filters/chalk/gmagick/kis_image_magick_converter.h @@ -60,7 +60,7 @@ enum KisImageBuilder_Result { */ class KisImageMagickConverter : public KisProgressSubject { typedef TQObject super; - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/chalk/gmagick/magickexport.h b/filters/chalk/gmagick/magickexport.h index 6756ef3f..e1460efb 100644 --- a/filters/chalk/gmagick/magickexport.h +++ b/filters/chalk/gmagick/magickexport.h @@ -22,7 +22,7 @@ #include class MagickExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/chalk/gmagick/magickimport.h b/filters/chalk/gmagick/magickimport.h index bb454541..899d7aee 100644 --- a/filters/chalk/gmagick/magickimport.h +++ b/filters/chalk/gmagick/magickimport.h @@ -22,7 +22,7 @@ #include class MagickImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/chalk/jpeg/kis_jpeg_converter.h b/filters/chalk/jpeg/kis_jpeg_converter.h index da01be8b..f2034dce 100644 --- a/filters/chalk/jpeg/kis_jpeg_converter.h +++ b/filters/chalk/jpeg/kis_jpeg_converter.h @@ -65,7 +65,7 @@ struct KisJPEGOptions { }; class KisJPEGConverter : public KisProgressSubject { - Q_OBJECT + TQ_OBJECT public: KisJPEGConverter(KisDoc *doc, KisUndoAdapter *adapter); diff --git a/filters/chalk/jpeg/kis_jpeg_export.h b/filters/chalk/jpeg/kis_jpeg_export.h index cb4f8ef9..b9d1b0f7 100644 --- a/filters/chalk/jpeg/kis_jpeg_export.h +++ b/filters/chalk/jpeg/kis_jpeg_export.h @@ -23,7 +23,7 @@ #include class KisJPEGExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: KisJPEGExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/chalk/jpeg/kis_jpeg_import.h b/filters/chalk/jpeg/kis_jpeg_import.h index 6c7ecb02..3d5b720a 100644 --- a/filters/chalk/jpeg/kis_jpeg_import.h +++ b/filters/chalk/jpeg/kis_jpeg_import.h @@ -22,7 +22,7 @@ #include class KisJPEGImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: KisJPEGImport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/chalk/magick/kis_image_magick_converter.h b/filters/chalk/magick/kis_image_magick_converter.h index 28b4ce30..2a9b10eb 100644 --- a/filters/chalk/magick/kis_image_magick_converter.h +++ b/filters/chalk/magick/kis_image_magick_converter.h @@ -60,7 +60,7 @@ enum KisImageBuilder_Result { */ class KisImageMagickConverter : public KisProgressSubject { typedef TQObject super; - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/chalk/magick/magickexport.h b/filters/chalk/magick/magickexport.h index 6756ef3f..e1460efb 100644 --- a/filters/chalk/magick/magickexport.h +++ b/filters/chalk/magick/magickexport.h @@ -22,7 +22,7 @@ #include class MagickExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/chalk/magick/magickimport.h b/filters/chalk/magick/magickimport.h index bb454541..899d7aee 100644 --- a/filters/chalk/magick/magickimport.h +++ b/filters/chalk/magick/magickimport.h @@ -22,7 +22,7 @@ #include class MagickImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/chalk/openexr/kis_openexr_export.h b/filters/chalk/openexr/kis_openexr_export.h index 04e7208b..03508953 100644 --- a/filters/chalk/openexr/kis_openexr_export.h +++ b/filters/chalk/openexr/kis_openexr_export.h @@ -23,7 +23,7 @@ #include class KisOpenEXRExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/chalk/openexr/kis_openexr_import.h b/filters/chalk/openexr/kis_openexr_import.h index c9eb1d4f..a0523b58 100644 --- a/filters/chalk/openexr/kis_openexr_import.h +++ b/filters/chalk/openexr/kis_openexr_import.h @@ -23,7 +23,7 @@ #include class KisOpenEXRImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/chalk/pdf/kis_pdf_import.h b/filters/chalk/pdf/kis_pdf_import.h index de6517f7..51c00c66 100644 --- a/filters/chalk/pdf/kis_pdf_import.h +++ b/filters/chalk/pdf/kis_pdf_import.h @@ -23,7 +23,7 @@ #include class KisPDFImport : public KoFilter{ - Q_OBJECT + TQ_OBJECT public: KisPDFImport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/chalk/pdf/kis_pdf_import_widget.h b/filters/chalk/pdf/kis_pdf_import_widget.h index 948440d2..8f5a01e6 100644 --- a/filters/chalk/pdf/kis_pdf_import_widget.h +++ b/filters/chalk/pdf/kis_pdf_import_widget.h @@ -28,7 +28,7 @@ class Document; class KisPDFImportWidget : public PDFImportWidgetBase { - Q_OBJECT + TQ_OBJECT public: KisPDFImportWidget(Poppler::Document* pdfDoc, TQWidget * parent, const char * name = ""); diff --git a/filters/chalk/png/kis_png_converter.h b/filters/chalk/png/kis_png_converter.h index 4324f979..f85acc18 100644 --- a/filters/chalk/png/kis_png_converter.h +++ b/filters/chalk/png/kis_png_converter.h @@ -55,7 +55,7 @@ enum KisImageBuilder_Result { }; class KisPNGConverter : public KisProgressSubject { - Q_OBJECT + TQ_OBJECT public: KisPNGConverter(KisDoc *doc, KisUndoAdapter *adapter); diff --git a/filters/chalk/png/kis_png_export.h b/filters/chalk/png/kis_png_export.h index 7302dcde..db157340 100644 --- a/filters/chalk/png/kis_png_export.h +++ b/filters/chalk/png/kis_png_export.h @@ -23,7 +23,7 @@ #include class KisPNGExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: KisPNGExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/chalk/png/kis_png_import.h b/filters/chalk/png/kis_png_import.h index 237266ed..e49619f9 100644 --- a/filters/chalk/png/kis_png_import.h +++ b/filters/chalk/png/kis_png_import.h @@ -22,7 +22,7 @@ #include class KisPNGImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: KisPNGImport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/chalk/raw/kis_raw_import.h b/filters/chalk/raw/kis_raw_import.h index e0a1be39..bb8ba82b 100644 --- a/filters/chalk/raw/kis_raw_import.h +++ b/filters/chalk/raw/kis_raw_import.h @@ -29,7 +29,7 @@ class KisProfile; class TQProgressDialog; class KisRawImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/chalk/tiff/kis_dlg_options_tiff.h b/filters/chalk/tiff/kis_dlg_options_tiff.h index 71f49266..ba6ca87c 100644 --- a/filters/chalk/tiff/kis_dlg_options_tiff.h +++ b/filters/chalk/tiff/kis_dlg_options_tiff.h @@ -29,7 +29,7 @@ class KisWdgOptionsTIFF; */ class KisDlgOptionsTIFF : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KisDlgOptionsTIFF(TQWidget *parent=0, const char *name=0); diff --git a/filters/chalk/tiff/kis_tiff_converter.h b/filters/chalk/tiff/kis_tiff_converter.h index 010ee3b7..037e16a3 100644 --- a/filters/chalk/tiff/kis_tiff_converter.h +++ b/filters/chalk/tiff/kis_tiff_converter.h @@ -67,7 +67,7 @@ struct KisTIFFOptions { }; class KisTIFFConverter : public KisProgressSubject { - Q_OBJECT + TQ_OBJECT public: KisTIFFConverter(KisDoc *doc, KisUndoAdapter *adapter); diff --git a/filters/chalk/tiff/kis_tiff_export.h b/filters/chalk/tiff/kis_tiff_export.h index 71df2a98..1b8e8c5d 100644 --- a/filters/chalk/tiff/kis_tiff_export.h +++ b/filters/chalk/tiff/kis_tiff_export.h @@ -23,7 +23,7 @@ #include class KisTIFFExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: KisTIFFExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/chalk/tiff/kis_tiff_import.h b/filters/chalk/tiff/kis_tiff_import.h index 9bf24425..bb3826a7 100644 --- a/filters/chalk/tiff/kis_tiff_import.h +++ b/filters/chalk/tiff/kis_tiff_import.h @@ -22,7 +22,7 @@ #include class KisTIFFImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: KisTIFFImport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/chalk/xcf/xcfexport.h b/filters/chalk/xcf/xcfexport.h index d95211c6..b4fab85d 100644 --- a/filters/chalk/xcf/xcfexport.h +++ b/filters/chalk/xcf/xcfexport.h @@ -22,7 +22,7 @@ #include class XCFExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/chalk/xcf/xcfimport.h b/filters/chalk/xcf/xcfimport.h index 9f54d8a6..f159ecff 100644 --- a/filters/chalk/xcf/xcfimport.h +++ b/filters/chalk/xcf/xcfimport.h @@ -22,7 +22,7 @@ #include class XCFImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: -- cgit v1.2.1