diff options
Diffstat (limited to 'lib/kformula')
-rw-r--r-- | lib/kformula/MatrixDialog.h | 2 | ||||
-rw-r--r-- | lib/kformula/kformulaconfigpage.h | 4 | ||||
-rw-r--r-- | lib/kformula/kformulacontainer.h | 2 | ||||
-rw-r--r-- | lib/kformula/kformuladocument.h | 4 | ||||
-rw-r--r-- | lib/kformula/kformulainputfilter.h | 2 | ||||
-rw-r--r-- | lib/kformula/kformulamathmlread.h | 2 | ||||
-rw-r--r-- | lib/kformula/kformulaview.h | 2 | ||||
-rw-r--r-- | lib/kformula/kformulawidget.h | 2 | ||||
-rw-r--r-- | lib/kformula/scrollview.h | 2 |
9 files changed, 11 insertions, 11 deletions
diff --git a/lib/kformula/MatrixDialog.h b/lib/kformula/MatrixDialog.h index bc5bd7f1..2bef8732 100644 --- a/lib/kformula/MatrixDialog.h +++ b/lib/kformula/MatrixDialog.h @@ -33,7 +33,7 @@ KFORMULA_NAMESPACE_BEGIN */ class MatrixDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kformula/kformulaconfigpage.h b/lib/kformula/kformulaconfigpage.h index b87cf844..55d65b59 100644 --- a/lib/kformula/kformulaconfigpage.h +++ b/lib/kformula/kformulaconfigpage.h @@ -51,7 +51,7 @@ class Document; class KOFORMULA_EXPORT ConfigurePage : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -110,7 +110,7 @@ private: // class MathFontsConfigurePage : public TQObject // { -// Q_OBJECT +// TQ_OBJECT // // public: diff --git a/lib/kformula/kformulacontainer.h b/lib/kformula/kformulacontainer.h index 41c4c9bf..64866af6 100644 --- a/lib/kformula/kformulacontainer.h +++ b/lib/kformula/kformulacontainer.h @@ -89,7 +89,7 @@ public: */ class KOFORMULA_EXPORT Container : public TQObject, public FormulaDocument { friend class MimeSource; - Q_OBJECT + TQ_OBJECT // no copying diff --git a/lib/kformula/kformuladocument.h b/lib/kformula/kformuladocument.h index 7a8f0369..0cd80263 100644 --- a/lib/kformula/kformuladocument.h +++ b/lib/kformula/kformuladocument.h @@ -66,7 +66,7 @@ protected: * or destroy a Container object. */ class KOFORMULA_EXPORT Document : public TQObject { - Q_OBJECT + TQ_OBJECT friend class DocumentWrapper; @@ -290,7 +290,7 @@ private: * document to work with. */ class KOFORMULA_EXPORT DocumentWrapper : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kformula/kformulainputfilter.h b/lib/kformula/kformulainputfilter.h index 50d299b8..38a15c93 100644 --- a/lib/kformula/kformulainputfilter.h +++ b/lib/kformula/kformulainputfilter.h @@ -30,7 +30,7 @@ KFORMULA_NAMESPACE_BEGIN class KFInputFilter : public TQObject { -Q_OBJECT +TQ_OBJECT public: /* diff --git a/lib/kformula/kformulamathmlread.h b/lib/kformula/kformulamathmlread.h index 9fad12ca..58e08283 100644 --- a/lib/kformula/kformulamathmlread.h +++ b/lib/kformula/kformulamathmlread.h @@ -36,7 +36,7 @@ class MathML2KFormulaPrivate; */ class MathML2KFormula : public KFInputFilter { - Q_OBJECT + TQ_OBJECT friend class MathML2KFormulaPrivate; diff --git a/lib/kformula/kformulaview.h b/lib/kformula/kformulaview.h index bf692282..cfcf10a8 100644 --- a/lib/kformula/kformulaview.h +++ b/lib/kformula/kformulaview.h @@ -48,7 +48,7 @@ class Container; * is to be drawn into. */ class KOFORMULA_EXPORT View : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kformula/kformulawidget.h b/lib/kformula/kformulawidget.h index dd15684c..e185b308 100644 --- a/lib/kformula/kformulawidget.h +++ b/lib/kformula/kformulawidget.h @@ -46,7 +46,7 @@ using namespace KFormula; * to move the cursor around. To edit the formula use the document. */ class KFormulaWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kformula/scrollview.h b/lib/kformula/scrollview.h index fad75420..d09ea895 100644 --- a/lib/kformula/scrollview.h +++ b/lib/kformula/scrollview.h @@ -12,7 +12,7 @@ using namespace KFormula; class ScrollView : public TQScrollView { - Q_OBJECT + TQ_OBJECT public: ScrollView(); |