summaryrefslogtreecommitdiffstats
path: root/filters/kformula
diff options
context:
space:
mode:
Diffstat (limited to 'filters/kformula')
-rw-r--r--filters/kformula/latex/latexexport.h2
-rw-r--r--filters/kformula/mathml/mathmlexport.h2
-rw-r--r--filters/kformula/mathml/mathmlimport.h2
-rw-r--r--filters/kformula/png/pngexport.h2
-rw-r--r--filters/kformula/png/pngexportdia.h2
-rw-r--r--filters/kformula/svg/svgexport.h2
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: