diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 13:37:04 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 13:37:04 +0900 |
commit | cb59219281a9666896ee96b02a487bbc0206082d (patch) | |
tree | 75f3ebf2b90d7d8d2dc4b3c7af59601acede5ebb /filters/kformula | |
parent | a34711af5e9f617dbf46f5c0383ad8f3fa04cd6d (diff) | |
download | koffice-cb59219281a9666896ee96b02a487bbc0206082d.tar.gz koffice-cb59219281a9666896ee96b02a487bbc0206082d.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
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 173c7f38..b59d7ffc 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 464a6bd6..34aa3351 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 d1de7b2a..251e4ad5 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 f9b2ff90..312d48da 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 28d91979..68303ddc 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 2bbc8c34..dc115363 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: |