summaryrefslogtreecommitdiffstats
path: root/filters/kword/msword
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:37:04 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:37:04 +0900
commitcb59219281a9666896ee96b02a487bbc0206082d (patch)
tree75f3ebf2b90d7d8d2dc4b3c7af59601acede5ebb /filters/kword/msword
parenta34711af5e9f617dbf46f5c0383ad8f3fa04cd6d (diff)
downloadkoffice-cb59219281a9666896ee96b02a487bbc0206082d.tar.gz
koffice-cb59219281a9666896ee96b02a487bbc0206082d.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 f043a9ca7..d8db11f61 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 0509d8a88..6f6cd506a 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 24a216bd3..cfbd0a836 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 3ebb380a3..c35d04477 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 a95c19a70..16eb3bd87 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 );