diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 13:37:04 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-22 10:29:56 +0900 |
commit | ef14fba42c78a96d905c42632a62dc11f353b1c3 (patch) | |
tree | ad32afdaaa32b215fe8b9be49fbf578d30a556d3 /filters/kformula | |
parent | 8b5a8460b388924f71bef71fc0dc4862e8c146d2 (diff) | |
download | koffice-ef14fba4.tar.gz koffice-ef14fba4.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit cb59219281a9666896ee96b02a487bbc0206082d)
Diffstat (limited to 'filters/kformula')
-rw-r--r-- | filters/kformula/latex/latexexport.h | 2 | ||||
-rw-r--r-- | filters/kformula/mathml/mathmlexport.h | 2 | ||||
-rw-r--r-- | filters/kformula/mathml/mathmlimport.h | 2 | ||||
-rw-r--r-- | filters/kformula/png/pngexport.h | 2 | ||||
-rw-r--r-- | filters/kformula/png/pngexportdia.h | 2 | ||||
-rw-r--r-- | filters/kformula/svg/svgexport.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/filters/kformula/latex/latexexport.h b/filters/kformula/latex/latexexport.h index 173c7f38d..b59d7ffc7 100644 --- a/filters/kformula/latex/latexexport.h +++ b/filters/kformula/latex/latexexport.h @@ -27,7 +27,7 @@ class TQStringList; class LATEXExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: LATEXExport( KoFilter *parent, const char *name, const TQStringList& ); diff --git a/filters/kformula/mathml/mathmlexport.h b/filters/kformula/mathml/mathmlexport.h index 464a6bd63..34aa33516 100644 --- a/filters/kformula/mathml/mathmlexport.h +++ b/filters/kformula/mathml/mathmlexport.h @@ -27,7 +27,7 @@ class TQStringList; class MathMLExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: MathMLExport( KoFilter *parent, const char *name, const TQStringList& ); diff --git a/filters/kformula/mathml/mathmlimport.h b/filters/kformula/mathml/mathmlimport.h index d1de7b2a1..251e4ad55 100644 --- a/filters/kformula/mathml/mathmlimport.h +++ b/filters/kformula/mathml/mathmlimport.h @@ -30,7 +30,7 @@ class MathMLImport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: MathMLImport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kformula/png/pngexport.h b/filters/kformula/png/pngexport.h index f9b2ff90d..312d48da3 100644 --- a/filters/kformula/png/pngexport.h +++ b/filters/kformula/png/pngexport.h @@ -27,7 +27,7 @@ class TQStringList; class PNGExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: PNGExport( KoFilter *parent, const char *name, const TQStringList& ); diff --git a/filters/kformula/png/pngexportdia.h b/filters/kformula/png/pngexportdia.h index 28d91979e..68303ddc5 100644 --- a/filters/kformula/png/pngexportdia.h +++ b/filters/kformula/png/pngexportdia.h @@ -37,7 +37,7 @@ namespace KFormula { class PNGExportDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/filters/kformula/svg/svgexport.h b/filters/kformula/svg/svgexport.h index 2bbc8c340..dc1153631 100644 --- a/filters/kformula/svg/svgexport.h +++ b/filters/kformula/svg/svgexport.h @@ -25,7 +25,7 @@ class SvgExport : public KoFilter { - Q_OBJECT + TQ_OBJECT public: |