diff options
Diffstat (limited to 'filters/kchart')
-rw-r--r-- | filters/kchart/bmp/bmpexport.h | 2 | ||||
-rw-r--r-- | filters/kchart/jpeg/jpegexport.h | 2 | ||||
-rw-r--r-- | filters/kchart/libimageexport/imageexport.h | 2 | ||||
-rw-r--r-- | filters/kchart/mng/mngexport.h | 2 | ||||
-rw-r--r-- | filters/kchart/png/pngexport.h | 2 | ||||
-rw-r--r-- | filters/kchart/svg/svgexport.h | 2 | ||||
-rw-r--r-- | filters/kchart/xbm/xbmexport.h | 2 | ||||
-rw-r--r-- | filters/kchart/xpm/xpmexport.h | 2 |
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: |