summaryrefslogtreecommitdiffstats
path: root/filters/kword/msword
diff options
context:
space:
mode:
Diffstat (limited to 'filters/kword/msword')
-rw-r--r--filters/kword/msword/document.h2
-rw-r--r--filters/kword/msword/graphicshandler.h2
-rw-r--r--filters/kword/msword/mswordimport.h2
-rw-r--r--filters/kword/msword/tablehandler.h2
-rw-r--r--filters/kword/msword/texthandler.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/filters/kword/msword/document.h b/filters/kword/msword/document.h
index f043a9ca..d8db11f6 100644
--- a/filters/kword/msword/document.h
+++ b/filters/kword/msword/document.h
@@ -51,7 +51,7 @@ class KWordTextHandler;
class Document : public TQObject, public wvWare::SubDocumentHandler
{
- Q_OBJECT
+ TQ_OBJECT
public:
Document( const std::string& fileName, TQDomDocument& mainDocument, TQDomDocument &documentInfo, TQDomElement& framesetsElement, KoFilterChain* chain );
diff --git a/filters/kword/msword/graphicshandler.h b/filters/kword/msword/graphicshandler.h
index 0509d8a8..6f6cd506 100644
--- a/filters/kword/msword/graphicshandler.h
+++ b/filters/kword/msword/graphicshandler.h
@@ -38,7 +38,7 @@ namespace wvWare
class KWordPictureHandler : public TQObject, public wvWare::PictureHandler
{
- Q_OBJECT
+ TQ_OBJECT
public:
KWordPictureHandler( Document* doc );
diff --git a/filters/kword/msword/mswordimport.h b/filters/kword/msword/mswordimport.h
index 24a216bd..cfbd0a83 100644
--- a/filters/kword/msword/mswordimport.h
+++ b/filters/kword/msword/mswordimport.h
@@ -27,7 +27,7 @@ class TQDomElement;
class MSWordImport : public KoFilter
{
- Q_OBJECT
+ TQ_OBJECT
public:
MSWordImport( KoFilter* parent, const char* name, const TQStringList& );
diff --git a/filters/kword/msword/tablehandler.h b/filters/kword/msword/tablehandler.h
index 3ebb380a..c35d0447 100644
--- a/filters/kword/msword/tablehandler.h
+++ b/filters/kword/msword/tablehandler.h
@@ -75,7 +75,7 @@ namespace KWord
class KWordTableHandler : public TQObject, public wvWare::TableHandler
{
- Q_OBJECT
+ TQ_OBJECT
public:
KWordTableHandler();
diff --git a/filters/kword/msword/texthandler.h b/filters/kword/msword/texthandler.h
index a95c19a7..16eb3bd8 100644
--- a/filters/kword/msword/texthandler.h
+++ b/filters/kword/msword/texthandler.h
@@ -50,7 +50,7 @@ public:
class KWordTextHandler : public TQObject, public wvWare::TextHandler
{
- Q_OBJECT
+ TQ_OBJECT
public:
KWordTextHandler( wvWare::SharedPtr<wvWare::Parser> parser );