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 21d507a7f..1584d0502 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 9b25caa18..a8f1d9df8 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 933a6edaa..0168ae3bb 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 a8026a64d..d2ad94371 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 9a1f7dd88..c0ea35513 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 1d8dda11a..e458aaf73 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 da8d1ed11..b139ca4e0 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 ebf790e06..edc5d3092 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: |