summaryrefslogtreecommitdiffstats
path: root/filters/kchart
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/kchart
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/kchart')
-rw-r--r--filters/kchart/bmp/bmpexport.h2
-rw-r--r--filters/kchart/jpeg/jpegexport.h2
-rw-r--r--filters/kchart/libimageexport/imageexport.h2
-rw-r--r--filters/kchart/mng/mngexport.h2
-rw-r--r--filters/kchart/png/pngexport.h2
-rw-r--r--filters/kchart/svg/svgexport.h2
-rw-r--r--filters/kchart/xbm/xbmexport.h2
-rw-r--r--filters/kchart/xpm/xpmexport.h2
8 files changed, 8 insertions, 8 deletions
diff --git a/filters/kchart/bmp/bmpexport.h b/filters/kchart/bmp/bmpexport.h
index 21d507a7..1584d050 100644
--- a/filters/kchart/bmp/bmpexport.h
+++ b/filters/kchart/bmp/bmpexport.h
@@ -24,7 +24,7 @@
class BmpExport : public ImageExport
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/filters/kchart/jpeg/jpegexport.h b/filters/kchart/jpeg/jpegexport.h
index 9b25caa1..a8f1d9df 100644
--- a/filters/kchart/jpeg/jpegexport.h
+++ b/filters/kchart/jpeg/jpegexport.h
@@ -24,7 +24,7 @@
class JpegExport : public ImageExport
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/filters/kchart/libimageexport/imageexport.h b/filters/kchart/libimageexport/imageexport.h
index 933a6eda..0168ae3b 100644
--- a/filters/kchart/libimageexport/imageexport.h
+++ b/filters/kchart/libimageexport/imageexport.h
@@ -25,7 +25,7 @@
class TQPixmap;
class ImageExport : public KoFilter
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/filters/kchart/mng/mngexport.h b/filters/kchart/mng/mngexport.h
index a8026a64..d2ad9437 100644
--- a/filters/kchart/mng/mngexport.h
+++ b/filters/kchart/mng/mngexport.h
@@ -24,7 +24,7 @@
class MngExport : public ImageExport
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/filters/kchart/png/pngexport.h b/filters/kchart/png/pngexport.h
index 9a1f7dd8..c0ea3551 100644
--- a/filters/kchart/png/pngexport.h
+++ b/filters/kchart/png/pngexport.h
@@ -24,7 +24,7 @@
class PngExport : public ImageExport
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/filters/kchart/svg/svgexport.h b/filters/kchart/svg/svgexport.h
index 1d8dda11..e458aaf7 100644
--- a/filters/kchart/svg/svgexport.h
+++ b/filters/kchart/svg/svgexport.h
@@ -24,7 +24,7 @@
class SvgExport : public KoFilter
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/filters/kchart/xbm/xbmexport.h b/filters/kchart/xbm/xbmexport.h
index da8d1ed1..b139ca4e 100644
--- a/filters/kchart/xbm/xbmexport.h
+++ b/filters/kchart/xbm/xbmexport.h
@@ -24,7 +24,7 @@
class XbmExport : public ImageExport
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/filters/kchart/xpm/xpmexport.h b/filters/kchart/xpm/xpmexport.h
index ebf790e0..edc5d309 100644
--- a/filters/kchart/xpm/xpmexport.h
+++ b/filters/kchart/xpm/xpmexport.h
@@ -24,7 +24,7 @@
class XpmExport : public ImageExport
{
- Q_OBJECT
+ TQ_OBJECT
public: