summaryrefslogtreecommitdiffstats
path: root/filters/karbon/wmf
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 13:37:04 +0900
committerMichele Calgaro <[email protected]>2023-07-20 13:37:04 +0900
commitcb59219281a9666896ee96b02a487bbc0206082d (patch)
tree75f3ebf2b90d7d8d2dc4b3c7af59601acede5ebb /filters/karbon/wmf
parenta34711af5e9f617dbf46f5c0383ad8f3fa04cd6d (diff)
downloadkoffice-cb59219281a9666896ee96b02a487bbc0206082d.tar.gz
koffice-cb59219281a9666896ee96b02a487bbc0206082d.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'filters/karbon/wmf')
-rw-r--r--filters/karbon/wmf/wmfexport.h2
-rw-r--r--filters/karbon/wmf/wmfimport.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/filters/karbon/wmf/wmfexport.h b/filters/karbon/wmf/wmfexport.h
index d26dde08..faedf7d3 100644
--- a/filters/karbon/wmf/wmfexport.h
+++ b/filters/karbon/wmf/wmfexport.h
@@ -34,7 +34,7 @@ class VText;
class WmfExport : public KoFilter, private VVisitor
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/filters/karbon/wmf/wmfimport.h b/filters/karbon/wmf/wmfimport.h
index 670acbe9..ddcdc239 100644
--- a/filters/karbon/wmf/wmfimport.h
+++ b/filters/karbon/wmf/wmfimport.h
@@ -29,7 +29,7 @@ DESCRIPTION
class WMFImport : public KoFilter
{
- Q_OBJECT
+ TQ_OBJECT
public: