diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:00:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:00:39 -0600 |
commit | 2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0 (patch) | |
tree | b2a50806758f457480546bccb342017d9c971bd8 /filters | |
parent | 3464ad940b78776e534eded37c3ae842cae52ad8 (diff) | |
download | koffice-2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0.tar.gz koffice-2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'filters')
140 files changed, 140 insertions, 140 deletions
diff --git a/filters/chalk/gmagick/kis_image_magick_converter.h b/filters/chalk/gmagick/kis_image_magick_converter.h index 28bd94ce..9c1473cb 100644 --- a/filters/chalk/gmagick/kis_image_magick_converter.h +++ b/filters/chalk/gmagick/kis_image_magick_converter.h @@ -61,7 +61,7 @@ enum KisImageBuilder_Result { class KisImageMagickConverter : public KisProgressSubject { typedef TQObject super; Q_OBJECT - TQ_OBJECT + public: KisImageMagickConverter(KisDoc *doc, KisUndoAdapter *adapter); diff --git a/filters/chalk/gmagick/magickexport.h b/filters/chalk/gmagick/magickexport.h index b1b73bb5..6756ef3f 100644 --- a/filters/chalk/gmagick/magickexport.h +++ b/filters/chalk/gmagick/magickexport.h @@ -23,7 +23,7 @@ class MagickExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: MagickExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/chalk/gmagick/magickimport.h b/filters/chalk/gmagick/magickimport.h index 6ade3a20..bb454541 100644 --- a/filters/chalk/gmagick/magickimport.h +++ b/filters/chalk/gmagick/magickimport.h @@ -23,7 +23,7 @@ class MagickImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: MagickImport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/chalk/jpeg/kis_jpeg_converter.h b/filters/chalk/jpeg/kis_jpeg_converter.h index 8500d146..248e3653 100644 --- a/filters/chalk/jpeg/kis_jpeg_converter.h +++ b/filters/chalk/jpeg/kis_jpeg_converter.h @@ -66,7 +66,7 @@ struct KisJPEGOptions { class KisJPEGConverter : public KisProgressSubject { Q_OBJECT - TQ_OBJECT + public: KisJPEGConverter(KisDoc *doc, KisUndoAdapter *adapter); virtual ~KisJPEGConverter(); diff --git a/filters/chalk/jpeg/kis_jpeg_export.h b/filters/chalk/jpeg/kis_jpeg_export.h index 918c44b5..cb4f8ef9 100644 --- a/filters/chalk/jpeg/kis_jpeg_export.h +++ b/filters/chalk/jpeg/kis_jpeg_export.h @@ -24,7 +24,7 @@ class KisJPEGExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: KisJPEGExport(KoFilter *parent, const char *name, const TQStringList&); virtual ~KisJPEGExport(); diff --git a/filters/chalk/jpeg/kis_jpeg_import.h b/filters/chalk/jpeg/kis_jpeg_import.h index 9db52292..6c7ecb02 100644 --- a/filters/chalk/jpeg/kis_jpeg_import.h +++ b/filters/chalk/jpeg/kis_jpeg_import.h @@ -23,7 +23,7 @@ class KisJPEGImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: KisJPEGImport(KoFilter *parent, const char *name, const TQStringList&); virtual ~KisJPEGImport(); diff --git a/filters/chalk/magick/kis_image_magick_converter.h b/filters/chalk/magick/kis_image_magick_converter.h index 28bd94ce..9c1473cb 100644 --- a/filters/chalk/magick/kis_image_magick_converter.h +++ b/filters/chalk/magick/kis_image_magick_converter.h @@ -61,7 +61,7 @@ enum KisImageBuilder_Result { class KisImageMagickConverter : public KisProgressSubject { typedef TQObject super; Q_OBJECT - TQ_OBJECT + public: KisImageMagickConverter(KisDoc *doc, KisUndoAdapter *adapter); diff --git a/filters/chalk/magick/magickexport.h b/filters/chalk/magick/magickexport.h index b1b73bb5..6756ef3f 100644 --- a/filters/chalk/magick/magickexport.h +++ b/filters/chalk/magick/magickexport.h @@ -23,7 +23,7 @@ class MagickExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: MagickExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/chalk/magick/magickimport.h b/filters/chalk/magick/magickimport.h index 6ade3a20..bb454541 100644 --- a/filters/chalk/magick/magickimport.h +++ b/filters/chalk/magick/magickimport.h @@ -23,7 +23,7 @@ class MagickImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: MagickImport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/chalk/openexr/kis_openexr_export.h b/filters/chalk/openexr/kis_openexr_export.h index ea62421c..04e7208b 100644 --- a/filters/chalk/openexr/kis_openexr_export.h +++ b/filters/chalk/openexr/kis_openexr_export.h @@ -24,7 +24,7 @@ class KisOpenEXRExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: KisOpenEXRExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/chalk/openexr/kis_openexr_import.h b/filters/chalk/openexr/kis_openexr_import.h index 8654df54..c9eb1d4f 100644 --- a/filters/chalk/openexr/kis_openexr_import.h +++ b/filters/chalk/openexr/kis_openexr_import.h @@ -24,7 +24,7 @@ class KisOpenEXRImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: KisOpenEXRImport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/chalk/pdf/kis_pdf_import.h b/filters/chalk/pdf/kis_pdf_import.h index ffb9c79e..de6517f7 100644 --- a/filters/chalk/pdf/kis_pdf_import.h +++ b/filters/chalk/pdf/kis_pdf_import.h @@ -24,7 +24,7 @@ class KisPDFImport : public KoFilter{ Q_OBJECT - TQ_OBJECT + public: KisPDFImport(KoFilter *parent, const char *name, const TQStringList&); virtual ~KisPDFImport(); diff --git a/filters/chalk/pdf/kis_pdf_import_widget.h b/filters/chalk/pdf/kis_pdf_import_widget.h index dc8900dd..948440d2 100644 --- a/filters/chalk/pdf/kis_pdf_import_widget.h +++ b/filters/chalk/pdf/kis_pdf_import_widget.h @@ -29,7 +29,7 @@ class Document; class KisPDFImportWidget : public PDFImportWidgetBase { Q_OBJECT - TQ_OBJECT + public: KisPDFImportWidget(Poppler::Document* pdfDoc, TQWidget * parent, const char * name = ""); diff --git a/filters/chalk/png/kis_png_converter.h b/filters/chalk/png/kis_png_converter.h index a4f1140b..3877b692 100644 --- a/filters/chalk/png/kis_png_converter.h +++ b/filters/chalk/png/kis_png_converter.h @@ -56,7 +56,7 @@ enum KisImageBuilder_Result { class KisPNGConverter : public KisProgressSubject { Q_OBJECT - TQ_OBJECT + public: KisPNGConverter(KisDoc *doc, KisUndoAdapter *adapter); virtual ~KisPNGConverter(); diff --git a/filters/chalk/png/kis_png_export.h b/filters/chalk/png/kis_png_export.h index 562628a9..7302dcde 100644 --- a/filters/chalk/png/kis_png_export.h +++ b/filters/chalk/png/kis_png_export.h @@ -24,7 +24,7 @@ class KisPNGExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: KisPNGExport(KoFilter *parent, const char *name, const TQStringList&); virtual ~KisPNGExport(); diff --git a/filters/chalk/png/kis_png_import.h b/filters/chalk/png/kis_png_import.h index 0412e7bd..237266ed 100644 --- a/filters/chalk/png/kis_png_import.h +++ b/filters/chalk/png/kis_png_import.h @@ -23,7 +23,7 @@ class KisPNGImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: KisPNGImport(KoFilter *parent, const char *name, const TQStringList&); virtual ~KisPNGImport(); diff --git a/filters/chalk/raw/kis_raw_import.h b/filters/chalk/raw/kis_raw_import.h index e02caeed..db1780b4 100644 --- a/filters/chalk/raw/kis_raw_import.h +++ b/filters/chalk/raw/kis_raw_import.h @@ -30,7 +30,7 @@ class TQProgressDialog; class KisRawImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: KisRawImport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/chalk/tiff/kis_dlg_options_tiff.h b/filters/chalk/tiff/kis_dlg_options_tiff.h index 519f2ceb..71f49266 100644 --- a/filters/chalk/tiff/kis_dlg_options_tiff.h +++ b/filters/chalk/tiff/kis_dlg_options_tiff.h @@ -30,7 +30,7 @@ class KisWdgOptionsTIFF; class KisDlgOptionsTIFF : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KisDlgOptionsTIFF(TQWidget *parent=0, const char *name=0); ~KisDlgOptionsTIFF(); diff --git a/filters/chalk/tiff/kis_tiff_converter.h b/filters/chalk/tiff/kis_tiff_converter.h index 7d7176b7..36317591 100644 --- a/filters/chalk/tiff/kis_tiff_converter.h +++ b/filters/chalk/tiff/kis_tiff_converter.h @@ -68,7 +68,7 @@ struct KisTIFFOptions { class KisTIFFConverter : public KisProgressSubject { Q_OBJECT - TQ_OBJECT + public: KisTIFFConverter(KisDoc *doc, KisUndoAdapter *adapter); virtual ~KisTIFFConverter(); diff --git a/filters/chalk/tiff/kis_tiff_export.h b/filters/chalk/tiff/kis_tiff_export.h index bb78fd4f..71df2a98 100644 --- a/filters/chalk/tiff/kis_tiff_export.h +++ b/filters/chalk/tiff/kis_tiff_export.h @@ -24,7 +24,7 @@ class KisTIFFExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: KisTIFFExport(KoFilter *parent, const char *name, const TQStringList&); virtual ~KisTIFFExport(); diff --git a/filters/chalk/tiff/kis_tiff_import.h b/filters/chalk/tiff/kis_tiff_import.h index 77cfd0de..9bf24425 100644 --- a/filters/chalk/tiff/kis_tiff_import.h +++ b/filters/chalk/tiff/kis_tiff_import.h @@ -23,7 +23,7 @@ class KisTIFFImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: KisTIFFImport(KoFilter *parent, const char *name, const TQStringList&); virtual ~KisTIFFImport(); diff --git a/filters/chalk/xcf/xcfexport.h b/filters/chalk/xcf/xcfexport.h index 34595b06..d95211c6 100644 --- a/filters/chalk/xcf/xcfexport.h +++ b/filters/chalk/xcf/xcfexport.h @@ -23,7 +23,7 @@ class XCFExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: XCFExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/chalk/xcf/xcfimport.h b/filters/chalk/xcf/xcfimport.h index 27f2cbfe..9f54d8a6 100644 --- a/filters/chalk/xcf/xcfimport.h +++ b/filters/chalk/xcf/xcfimport.h @@ -23,7 +23,7 @@ class XCFImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: XCFImport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/generic_wrapper/generic_filter.h b/filters/generic_wrapper/generic_filter.h index 71448fce..e8214352 100644 --- a/filters/generic_wrapper/generic_filter.h +++ b/filters/generic_wrapper/generic_filter.h @@ -30,7 +30,7 @@ class GenericFilter : public KoFilter { Q_OBJECT - TQ_OBJECT + public: GenericFilter(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/karbon/ai/aiimport.h b/filters/karbon/ai/aiimport.h index 3dd9a560..41537ae1 100644 --- a/filters/karbon/ai/aiimport.h +++ b/filters/karbon/ai/aiimport.h @@ -30,7 +30,7 @@ class TQTextStream; class AiImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: AiImport( KoFilter* parent, const char* name, const TQStringList& ); diff --git a/filters/karbon/applixgraphics/applixgraphicimport.h b/filters/karbon/applixgraphics/applixgraphicimport.h index e0eff76c..bf721226 100644 --- a/filters/karbon/applixgraphics/applixgraphicimport.h +++ b/filters/karbon/applixgraphics/applixgraphicimport.h @@ -26,7 +26,7 @@ class APPLIXGRAPHICImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: APPLIXGRAPHICImport (KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/karbon/eps/epsexport.h b/filters/karbon/eps/epsexport.h index f5867b43..bddb4568 100644 --- a/filters/karbon/eps/epsexport.h +++ b/filters/karbon/eps/epsexport.h @@ -40,7 +40,7 @@ class VText; class EpsExport : public KoFilter, private VVisitor { Q_OBJECT - TQ_OBJECT + public: EpsExport( KoFilter* parent, const char* name, const TQStringList& ); diff --git a/filters/karbon/eps/epsexportdlg.h b/filters/karbon/eps/epsexportdlg.h index ac27c536..01b8003b 100644 --- a/filters/karbon/eps/epsexportdlg.h +++ b/filters/karbon/eps/epsexportdlg.h @@ -29,7 +29,7 @@ class TQCheckBox; class EpsExportDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: EpsExportDlg( TQWidget* parent = 0L, const char* name = 0L ); diff --git a/filters/karbon/eps/epsimport.h b/filters/karbon/eps/epsimport.h index c86be29d..b6ca7ab4 100644 --- a/filters/karbon/eps/epsimport.h +++ b/filters/karbon/eps/epsimport.h @@ -30,7 +30,7 @@ class TQTextStream; class EpsImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: EpsImport( KoFilter* parent, const char* name, const TQStringList& ); diff --git a/filters/karbon/kontour/kontourimport.h b/filters/karbon/kontour/kontourimport.h index 92e27a09..0091659b 100644 --- a/filters/karbon/kontour/kontourimport.h +++ b/filters/karbon/kontour/kontourimport.h @@ -27,7 +27,7 @@ class KontourImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: KontourImport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/karbon/msod/msodimport.h b/filters/karbon/msod/msodimport.h index 9264b7d5..4faba3f6 100644 --- a/filters/karbon/msod/msodimport.h +++ b/filters/karbon/msod/msodimport.h @@ -30,7 +30,7 @@ class MSODImport : public KoEmbeddingFilter, protected Msod { Q_OBJECT - TQ_OBJECT + public: MSODImport( diff --git a/filters/karbon/oodraw/oodrawimport.h b/filters/karbon/oodraw/oodrawimport.h index 6e753d7d..e846276d 100644 --- a/filters/karbon/oodraw/oodrawimport.h +++ b/filters/karbon/oodraw/oodrawimport.h @@ -38,7 +38,7 @@ class VGroup; class OoDrawImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: OoDrawImport( KoFilter *parent, const char *name, const TQStringList & ); virtual ~OoDrawImport(); diff --git a/filters/karbon/png/pngexport.h b/filters/karbon/png/pngexport.h index df893965..610b275d 100644 --- a/filters/karbon/png/pngexport.h +++ b/filters/karbon/png/pngexport.h @@ -27,7 +27,7 @@ class PngExport : public KoFilter, private VVisitor { Q_OBJECT - TQ_OBJECT + public: PngExport( KoFilter* parent, const char* name, const TQStringList& ); diff --git a/filters/karbon/svg/svgexport.h b/filters/karbon/svg/svgexport.h index c79d1fde..6c2286aa 100644 --- a/filters/karbon/svg/svgexport.h +++ b/filters/karbon/svg/svgexport.h @@ -46,7 +46,7 @@ class VTransformCmd; class SvgExport : public KoFilter, private VVisitor { Q_OBJECT - TQ_OBJECT + public: SvgExport( KoFilter* parent, const char* name, const TQStringList& ); diff --git a/filters/karbon/svg/svgimport.h b/filters/karbon/svg/svgimport.h index 636077a1..c4dff12d 100644 --- a/filters/karbon/svg/svgimport.h +++ b/filters/karbon/svg/svgimport.h @@ -39,7 +39,7 @@ class VPath; class SvgImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: SvgImport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/karbon/wmf/wmfexport.h b/filters/karbon/wmf/wmfexport.h index b13da88f..d26dde08 100644 --- a/filters/karbon/wmf/wmfexport.h +++ b/filters/karbon/wmf/wmfexport.h @@ -35,7 +35,7 @@ class VText; class WmfExport : public KoFilter, private VVisitor { Q_OBJECT - TQ_OBJECT + public: WmfExport( KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/karbon/wmf/wmfimport.h b/filters/karbon/wmf/wmfimport.h index 34ee8140..670acbe9 100644 --- a/filters/karbon/wmf/wmfimport.h +++ b/filters/karbon/wmf/wmfimport.h @@ -30,7 +30,7 @@ DESCRIPTION class WMFImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: WMFImport( KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/karbon/xaml/xamlexport.h b/filters/karbon/xaml/xamlexport.h index 124ea3fd..0b586a2f 100644 --- a/filters/karbon/xaml/xamlexport.h +++ b/filters/karbon/xaml/xamlexport.h @@ -44,7 +44,7 @@ class VText; class XAMLExport : public KoFilter, private VVisitor { Q_OBJECT - TQ_OBJECT + public: XAMLExport( KoFilter* parent, const char* name, const TQStringList& ); diff --git a/filters/karbon/xaml/xamlimport.h b/filters/karbon/xaml/xamlimport.h index 001d1dc3..7635b3d9 100644 --- a/filters/karbon/xaml/xamlimport.h +++ b/filters/karbon/xaml/xamlimport.h @@ -37,7 +37,7 @@ class VPath; class XAMLImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: XAMLImport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/karbon/xcf/xcfexport.h b/filters/karbon/xcf/xcfexport.h index f6a7be70..49f44214 100644 --- a/filters/karbon/xcf/xcfexport.h +++ b/filters/karbon/xcf/xcfexport.h @@ -34,7 +34,7 @@ class VLayer; class XcfExport : public KoFilter, private VVisitor { Q_OBJECT - TQ_OBJECT + public: XcfExport( KoFilter* parent, const char* name, const TQStringList& ); diff --git a/filters/karbon/xfig/xfigimport.h b/filters/karbon/xfig/xfigimport.h index c084cc8d..3bf98aae 100644 --- a/filters/karbon/xfig/xfigimport.h +++ b/filters/karbon/xfig/xfigimport.h @@ -40,7 +40,7 @@ class TQColor; class XFIGImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: XFIGImport( KoFilter *parent, const char *name ); diff --git a/filters/karbon/xfig/xfigimport_factory.h b/filters/karbon/xfig/xfigimport_factory.h index 10af74a0..b8d4d666 100644 --- a/filters/karbon/xfig/xfigimport_factory.h +++ b/filters/karbon/xfig/xfigimport_factory.h @@ -32,7 +32,7 @@ class XFIGImportFactory : public KLibFactory { Q_OBJECT - TQ_OBJECT + public: XFIGImportFactory(TQObject* parent = 0, const char* name = 0); virtual ~XFIGImportFactory(); diff --git a/filters/kchart/bmp/bmpexport.h b/filters/kchart/bmp/bmpexport.h index fea800f5..21d507a7 100644 --- a/filters/kchart/bmp/bmpexport.h +++ b/filters/kchart/bmp/bmpexport.h @@ -25,7 +25,7 @@ class BmpExport : public ImageExport { Q_OBJECT - TQ_OBJECT + public: BmpExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kchart/jpeg/jpegexport.h b/filters/kchart/jpeg/jpegexport.h index af88462c..9b25caa1 100644 --- a/filters/kchart/jpeg/jpegexport.h +++ b/filters/kchart/jpeg/jpegexport.h @@ -25,7 +25,7 @@ class JpegExport : public ImageExport { Q_OBJECT - TQ_OBJECT + public: JpegExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kchart/libimageexport/imageexport.h b/filters/kchart/libimageexport/imageexport.h index d1a73abe..933a6eda 100644 --- a/filters/kchart/libimageexport/imageexport.h +++ b/filters/kchart/libimageexport/imageexport.h @@ -26,7 +26,7 @@ class TQPixmap; class ImageExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: ImageExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kchart/mng/mngexport.h b/filters/kchart/mng/mngexport.h index 6d6b2209..a8026a64 100644 --- a/filters/kchart/mng/mngexport.h +++ b/filters/kchart/mng/mngexport.h @@ -25,7 +25,7 @@ class MngExport : public ImageExport { Q_OBJECT - TQ_OBJECT + public: MngExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kchart/png/pngexport.h b/filters/kchart/png/pngexport.h index c3921b96..9a1f7dd8 100644 --- a/filters/kchart/png/pngexport.h +++ b/filters/kchart/png/pngexport.h @@ -25,7 +25,7 @@ class PngExport : public ImageExport { Q_OBJECT - TQ_OBJECT + public: PngExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kchart/svg/svgexport.h b/filters/kchart/svg/svgexport.h index 653aae9b..1d8dda11 100644 --- a/filters/kchart/svg/svgexport.h +++ b/filters/kchart/svg/svgexport.h @@ -25,7 +25,7 @@ class SvgExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: SvgExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kchart/xbm/xbmexport.h b/filters/kchart/xbm/xbmexport.h index cf64f69e..da8d1ed1 100644 --- a/filters/kchart/xbm/xbmexport.h +++ b/filters/kchart/xbm/xbmexport.h @@ -25,7 +25,7 @@ class XbmExport : public ImageExport { Q_OBJECT - TQ_OBJECT + public: XbmExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kchart/xpm/xpmexport.h b/filters/kchart/xpm/xpmexport.h index 2c50c216..ebf790e0 100644 --- a/filters/kchart/xpm/xpmexport.h +++ b/filters/kchart/xpm/xpmexport.h @@ -25,7 +25,7 @@ class XpmExport : public ImageExport { Q_OBJECT - TQ_OBJECT + public: XpmExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kformula/latex/latexexport.h b/filters/kformula/latex/latexexport.h index 83672fae..173c7f38 100644 --- a/filters/kformula/latex/latexexport.h +++ b/filters/kformula/latex/latexexport.h @@ -28,7 +28,7 @@ class TQStringList; class LATEXExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: LATEXExport( KoFilter *parent, const char *name, const TQStringList& ); virtual ~LATEXExport() {} diff --git a/filters/kformula/mathml/mathmlexport.h b/filters/kformula/mathml/mathmlexport.h index 2a442a22..464a6bd6 100644 --- a/filters/kformula/mathml/mathmlexport.h +++ b/filters/kformula/mathml/mathmlexport.h @@ -28,7 +28,7 @@ class TQStringList; class MathMLExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: MathMLExport( KoFilter *parent, const char *name, const TQStringList& ); virtual ~MathMLExport() {} diff --git a/filters/kformula/mathml/mathmlimport.h b/filters/kformula/mathml/mathmlimport.h index a2f54182..d1de7b2a 100644 --- a/filters/kformula/mathml/mathmlimport.h +++ b/filters/kformula/mathml/mathmlimport.h @@ -31,7 +31,7 @@ class MathMLImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: MathMLImport(KoFilter *parent, const char *name, const TQStringList&); virtual ~MathMLImport() {} diff --git a/filters/kformula/png/pngexport.h b/filters/kformula/png/pngexport.h index eb71df94..f9b2ff90 100644 --- a/filters/kformula/png/pngexport.h +++ b/filters/kformula/png/pngexport.h @@ -28,7 +28,7 @@ class TQStringList; class PNGExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: PNGExport( KoFilter *parent, const char *name, const TQStringList& ); virtual ~PNGExport() {} diff --git a/filters/kformula/png/pngexportdia.h b/filters/kformula/png/pngexportdia.h index 4a1795be..28d91979 100644 --- a/filters/kformula/png/pngexportdia.h +++ b/filters/kformula/png/pngexportdia.h @@ -38,7 +38,7 @@ namespace KFormula { class PNGExportDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: PNGExportDia( const TQDomDocument &dom, const TQString &outFile, TQWidget *parent=0L, const char *name=0L ); diff --git a/filters/kformula/svg/svgexport.h b/filters/kformula/svg/svgexport.h index 0296e574..2bbc8c34 100644 --- a/filters/kformula/svg/svgexport.h +++ b/filters/kformula/svg/svgexport.h @@ -26,7 +26,7 @@ class SvgExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: SvgExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kivio/imageexport/kivio_imageexport.h b/filters/kivio/imageexport/kivio_imageexport.h index 498204fa..af51355a 100644 --- a/filters/kivio/imageexport/kivio_imageexport.h +++ b/filters/kivio/imageexport/kivio_imageexport.h @@ -28,7 +28,7 @@ namespace Kivio class ImageExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: ImageExport(KoFilter *, const char *, const TQStringList&); diff --git a/filters/kivio/imageexport/kivio_imageexportdialog.h b/filters/kivio/imageexport/kivio_imageexportdialog.h index 37615db7..e6b33b5d 100644 --- a/filters/kivio/imageexport/kivio_imageexportdialog.h +++ b/filters/kivio/imageexport/kivio_imageexportdialog.h @@ -30,7 +30,7 @@ class ImageExportWidget; class ImageExportDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: ImageExportDialog(TQWidget* parent = 0, const char* name = 0); diff --git a/filters/kpresenter/bmp/bmpexport.h b/filters/kpresenter/bmp/bmpexport.h index 7d8d3ba1..1a2cf5c4 100644 --- a/filters/kpresenter/bmp/bmpexport.h +++ b/filters/kpresenter/bmp/bmpexport.h @@ -25,7 +25,7 @@ class BmpExport : public ImageExport { Q_OBJECT - TQ_OBJECT + public: BmpExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kpresenter/jpeg/jpegexport.h b/filters/kpresenter/jpeg/jpegexport.h index 18cb8dc8..990b4531 100644 --- a/filters/kpresenter/jpeg/jpegexport.h +++ b/filters/kpresenter/jpeg/jpegexport.h @@ -25,7 +25,7 @@ class JpegExport : public ImageExport { Q_OBJECT - TQ_OBJECT + public: JpegExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kpresenter/kword/kprkword.h b/filters/kpresenter/kword/kprkword.h index 30932652..33591130 100644 --- a/filters/kpresenter/kword/kprkword.h +++ b/filters/kpresenter/kword/kprkword.h @@ -26,7 +26,7 @@ class KprKword : public KoFilter { Q_OBJECT - TQ_OBJECT + public: KprKword(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kpresenter/libimageexport/imageexport.h b/filters/kpresenter/libimageexport/imageexport.h index 5cb89622..d9fe01f2 100644 --- a/filters/kpresenter/libimageexport/imageexport.h +++ b/filters/kpresenter/libimageexport/imageexport.h @@ -26,7 +26,7 @@ class TQPixmap; class ImageExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: ImageExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kpresenter/mng/mngexport.h b/filters/kpresenter/mng/mngexport.h index d19e6284..eccfe5b8 100644 --- a/filters/kpresenter/mng/mngexport.h +++ b/filters/kpresenter/mng/mngexport.h @@ -25,7 +25,7 @@ class MngExport : public ImageExport { Q_OBJECT - TQ_OBJECT + public: MngExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kpresenter/ooimpress/ooimpressexport.h b/filters/kpresenter/ooimpress/ooimpressexport.h index dec5ec4c..7038611b 100644 --- a/filters/kpresenter/ooimpress/ooimpressexport.h +++ b/filters/kpresenter/ooimpress/ooimpressexport.h @@ -32,7 +32,7 @@ class KoStore; class OoImpressExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: OoImpressExport( KoFilter * parent, const char * name, const TQStringList & ); virtual ~OoImpressExport(); diff --git a/filters/kpresenter/ooimpress/ooimpressimport.h b/filters/kpresenter/ooimpress/ooimpressimport.h index b187d189..06f934c0 100644 --- a/filters/kpresenter/ooimpress/ooimpressimport.h +++ b/filters/kpresenter/ooimpress/ooimpressimport.h @@ -41,7 +41,7 @@ struct animationList class OoImpressImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: OoImpressImport( KoFilter * parent, const char * name, const TQStringList & ); virtual ~OoImpressImport(); diff --git a/filters/kpresenter/png/pngexport.h b/filters/kpresenter/png/pngexport.h index e86ac95f..ec702dc6 100644 --- a/filters/kpresenter/png/pngexport.h +++ b/filters/kpresenter/png/pngexport.h @@ -25,7 +25,7 @@ class PngExport : public ImageExport { Q_OBJECT - TQ_OBJECT + public: PngExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kpresenter/powerpoint/import/powerpointimport.h b/filters/kpresenter/powerpoint/import/powerpointimport.h index 6b75cfb3..d7b49799 100644 --- a/filters/kpresenter/powerpoint/import/powerpointimport.h +++ b/filters/kpresenter/powerpoint/import/powerpointimport.h @@ -34,7 +34,7 @@ class KoXmlWriter; class PowerPointImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: PowerPointImport ( TQObject *parent, const char* name, const TQStringList& ); diff --git a/filters/kpresenter/svg/svgexport.h b/filters/kpresenter/svg/svgexport.h index 17e3d79f..d46ba5fa 100644 --- a/filters/kpresenter/svg/svgexport.h +++ b/filters/kpresenter/svg/svgexport.h @@ -26,7 +26,7 @@ class SvgExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: SvgExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kpresenter/xbm/xbmexport.h b/filters/kpresenter/xbm/xbmexport.h index cb64945f..84a55186 100644 --- a/filters/kpresenter/xbm/xbmexport.h +++ b/filters/kpresenter/xbm/xbmexport.h @@ -25,7 +25,7 @@ class XbmExport : public ImageExport { Q_OBJECT - TQ_OBJECT + public: XbmExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kpresenter/xpm/xpmexport.h b/filters/kpresenter/xpm/xpmexport.h index f7a1c95c..2d886cbd 100644 --- a/filters/kpresenter/xpm/xpmexport.h +++ b/filters/kpresenter/xpm/xpmexport.h @@ -25,7 +25,7 @@ class XpmExport : public ImageExport { Q_OBJECT - TQ_OBJECT + public: XpmExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kspread/applixspread/applixspreadimport.h b/filters/kspread/applixspread/applixspreadimport.h index 584949d9..dd191752 100644 --- a/filters/kspread/applixspread/applixspreadimport.h +++ b/filters/kspread/applixspread/applixspreadimport.h @@ -51,7 +51,7 @@ typedef struct class APPLIXSPREADImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: APPLIXSPREADImport ( TQObject *parent, const char* name, const TQStringList& ); diff --git a/filters/kspread/csv/csvdialog.h b/filters/kspread/csv/csvdialog.h index eefb9407..9dee5b63 100644 --- a/filters/kspread/csv/csvdialog.h +++ b/filters/kspread/csv/csvdialog.h @@ -30,7 +30,7 @@ class DialogUI; class CSVDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: enum Header { diff --git a/filters/kspread/csv/csvexport.h b/filters/kspread/csv/csvexport.h index ebc8a861..94bcfa34 100644 --- a/filters/kspread/csv/csvexport.h +++ b/filters/kspread/csv/csvexport.h @@ -32,7 +32,7 @@ class Sheet; class CSVExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: CSVExport(KoFilter * parent, const char * name, const TQStringList &); diff --git a/filters/kspread/csv/csvexportdialog.h b/filters/kspread/csv/csvexportdialog.h index 4683c040..54c4324a 100644 --- a/filters/kspread/csv/csvexportdialog.h +++ b/filters/kspread/csv/csvexportdialog.h @@ -34,7 +34,7 @@ class Map; class CSVExportDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: CSVExportDialog(TQWidget * parent); ~CSVExportDialog(); diff --git a/filters/kspread/csv/csvimport.h b/filters/kspread/csv/csvimport.h index c68ecffb..3faa4364 100644 --- a/filters/kspread/csv/csvimport.h +++ b/filters/kspread/csv/csvimport.h @@ -25,7 +25,7 @@ class CSVFilter : public KoFilter { Q_OBJECT - TQ_OBJECT + public: CSVFilter(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kspread/dbase/dbaseimport.h b/filters/kspread/dbase/dbaseimport.h index 293bda21..aa62191b 100644 --- a/filters/kspread/dbase/dbaseimport.h +++ b/filters/kspread/dbase/dbaseimport.h @@ -26,7 +26,7 @@ class DBaseImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: diff --git a/filters/kspread/excel/excelexport.h b/filters/kspread/excel/excelexport.h index e4b6b499..c8791672 100644 --- a/filters/kspread/excel/excelexport.h +++ b/filters/kspread/excel/excelexport.h @@ -10,7 +10,7 @@ class ExcelExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: ExcelExport(KoFilter *parent, const char*name, const TQStringList&); diff --git a/filters/kspread/excel/import/excelimport.h b/filters/kspread/excel/import/excelimport.h index 84729b4d..54f8ab7a 100644 --- a/filters/kspread/excel/import/excelimport.h +++ b/filters/kspread/excel/import/excelimport.h @@ -28,7 +28,7 @@ class ExcelImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: diff --git a/filters/kspread/gnumeric/gnumericexport.h b/filters/kspread/gnumeric/gnumericexport.h index 0b2b0324..bc6b422c 100644 --- a/filters/kspread/gnumeric/gnumericexport.h +++ b/filters/kspread/gnumeric/gnumericexport.h @@ -31,7 +31,7 @@ namespace KSpread class GNUMERICExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: GNUMERICExport(KoFilter *parent, const char*name, const TQStringList&); diff --git a/filters/kspread/gnumeric/gnumericimport.h b/filters/kspread/gnumeric/gnumericimport.h index c449a599..ab9fc7f1 100644 --- a/filters/kspread/gnumeric/gnumericimport.h +++ b/filters/kspread/gnumeric/gnumericimport.h @@ -34,7 +34,7 @@ class Sheet; class GNUMERICFilter : public KoFilter { Q_OBJECT - TQ_OBJECT + public: GNUMERICFilter(KoFilter *parent, const char *name, const TQStringList&); virtual ~GNUMERICFilter() {} diff --git a/filters/kspread/html/exportdialog.h b/filters/kspread/html/exportdialog.h index 29645540..badc1cc2 100644 --- a/filters/kspread/html/exportdialog.h +++ b/filters/kspread/html/exportdialog.h @@ -27,7 +27,7 @@ class ExportWidget; class ExportDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: ExportDialog( TQWidget *parent = 0, const char *name = 0 ); ~ExportDialog(); diff --git a/filters/kspread/html/htmlexport.h b/filters/kspread/html/htmlexport.h index c7007157..8a8566a2 100644 --- a/filters/kspread/html/htmlexport.h +++ b/filters/kspread/html/htmlexport.h @@ -34,7 +34,7 @@ class Sheet; class HTMLExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: HTMLExport(KoFilter *parent, const char*name, const TQStringList&); virtual ~HTMLExport(); diff --git a/filters/kspread/kexi/kspread_kexiimport.h b/filters/kspread/kexi/kspread_kexiimport.h index 4de3e704..04b260a0 100644 --- a/filters/kspread/kexi/kspread_kexiimport.h +++ b/filters/kspread/kexi/kspread_kexiimport.h @@ -58,7 +58,7 @@ class KSpreadKexiImportDialog; class KSpreadKexiImport : public KoFilter { Q_OBJECT - TQ_OBJECT + protected: diff --git a/filters/kspread/kexi/kspread_kexiimportdialog.h b/filters/kspread/kexi/kspread_kexiimportdialog.h index ec8951b9..a7561525 100644 --- a/filters/kspread/kexi/kspread_kexiimportdialog.h +++ b/filters/kspread/kexi/kspread_kexiimportdialog.h @@ -53,7 +53,7 @@ class KListViewItem; class KSpreadKexiImportDialog : public KSpreadKexiImportDialogBase { Q_OBJECT - TQ_OBJECT + private: diff --git a/filters/kspread/latex/export/kspreadlatexexportdiaImpl.h b/filters/kspread/latex/export/kspreadlatexexportdiaImpl.h index 9e3e02d2..ec50dbf8 100644 --- a/filters/kspread/latex/export/kspreadlatexexportdiaImpl.h +++ b/filters/kspread/latex/export/kspreadlatexexportdiaImpl.h @@ -32,7 +32,7 @@ class KConfig; class KSpreadLatexExportDiaImpl : public LatexExportDia { Q_OBJECT - TQ_OBJECT + private: TQString _fileOut; diff --git a/filters/kspread/latex/export/latexexport.h b/filters/kspread/latex/export/latexexport.h index 1d8076eb..01c63a22 100644 --- a/filters/kspread/latex/export/latexexport.h +++ b/filters/kspread/latex/export/latexexport.h @@ -32,7 +32,7 @@ class LATEXExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: LATEXExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kspread/opencalc/opencalcexport.h b/filters/kspread/opencalc/opencalcexport.h index 03cfa245..173c1cd3 100644 --- a/filters/kspread/opencalc/opencalcexport.h +++ b/filters/kspread/opencalc/opencalcexport.h @@ -40,7 +40,7 @@ class Sheet; class OpenCalcExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: OpenCalcExport( KoFilter * parent, const char * name, const TQStringList & ); diff --git a/filters/kspread/opencalc/opencalcimport.h b/filters/kspread/opencalc/opencalcimport.h index 8965dae5..aa6ad89c 100644 --- a/filters/kspread/opencalc/opencalcimport.h +++ b/filters/kspread/opencalc/opencalcimport.h @@ -42,7 +42,7 @@ class Validity; class OpenCalcImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: OpenCalcImport( KoFilter * parent, const char * name, const TQStringList & ); virtual ~OpenCalcImport(); diff --git a/filters/kspread/qpro/qproimport.h b/filters/kspread/qpro/qproimport.h index e69d2a65..7abdce57 100644 --- a/filters/kspread/qpro/qproimport.h +++ b/filters/kspread/qpro/qproimport.h @@ -31,7 +31,7 @@ class Sheet; class QpImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: QpImport(KoFilter* parent, const char* name, const TQStringList&); diff --git a/filters/kugar/kugarnop/kugarnopimport.h b/filters/kugar/kugarnop/kugarnopimport.h index a7099bc4..e3a59ae6 100644 --- a/filters/kugar/kugarnop/kugarnopimport.h +++ b/filters/kugar/kugarnop/kugarnopimport.h @@ -23,7 +23,7 @@ class KugarNOPImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: KugarNOPImport( KoFilter *parent, const char *name, const TQStringList& ); diff --git a/filters/kword/abiword/abiwordexport.h b/filters/kword/abiword/abiwordexport.h index 656283f8..5b72e0c8 100644 --- a/filters/kword/abiword/abiwordexport.h +++ b/filters/kword/abiword/abiwordexport.h @@ -41,7 +41,7 @@ class ABIWORDExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: ABIWORDExport(KoFilter *parent, const char *name, const TQStringList &); diff --git a/filters/kword/abiword/abiwordimport.h b/filters/kword/abiword/abiwordimport.h index 8b8349b7..2ef4e13c 100644 --- a/filters/kword/abiword/abiwordimport.h +++ b/filters/kword/abiword/abiwordimport.h @@ -43,7 +43,7 @@ class ABIWORDImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: ABIWORDImport(KoFilter *parent, const char *name, const TQStringList &); diff --git a/filters/kword/amipro/amiproexport.h b/filters/kword/amipro/amiproexport.h index bffb4362..5833dc20 100644 --- a/filters/kword/amipro/amiproexport.h +++ b/filters/kword/amipro/amiproexport.h @@ -26,7 +26,7 @@ class AmiProExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: diff --git a/filters/kword/amipro/amiproimport.h b/filters/kword/amipro/amiproimport.h index 45c8cc2b..b608d5eb 100644 --- a/filters/kword/amipro/amiproimport.h +++ b/filters/kword/amipro/amiproimport.h @@ -28,7 +28,7 @@ class AmiProImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: diff --git a/filters/kword/applixword/applixwordimport.h b/filters/kword/applixword/applixwordimport.h index 90333f47..71fd47f1 100644 --- a/filters/kword/applixword/applixwordimport.h +++ b/filters/kword/applixword/applixwordimport.h @@ -44,7 +44,7 @@ typedef struct class APPLIXWORDImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: APPLIXWORDImport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kword/ascii/ExportDialog.h b/filters/kword/ascii/ExportDialog.h index eb3f526b..e7e05f2e 100644 --- a/filters/kword/ascii/ExportDialog.h +++ b/filters/kword/ascii/ExportDialog.h @@ -30,7 +30,7 @@ class ExportDialogUI; class AsciiExportDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: AsciiExportDialog(TQWidget* parent=NULL); diff --git a/filters/kword/ascii/ImportDialog.h b/filters/kword/ascii/ImportDialog.h index 0cb97240..6b9b0ae5 100644 --- a/filters/kword/ascii/ImportDialog.h +++ b/filters/kword/ascii/ImportDialog.h @@ -30,7 +30,7 @@ class ImportDialogUI; class AsciiImportDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: AsciiImportDialog(TQWidget* parent=NULL); ~AsciiImportDialog(void); diff --git a/filters/kword/ascii/asciiexport.h b/filters/kword/ascii/asciiexport.h index 429ad6c8..7dc3dd3d 100644 --- a/filters/kword/ascii/asciiexport.h +++ b/filters/kword/ascii/asciiexport.h @@ -25,7 +25,7 @@ class ASCIIExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: ASCIIExport(KoFilter* parent, const char* name, const TQStringList&); diff --git a/filters/kword/ascii/asciiimport.h b/filters/kword/ascii/asciiimport.h index b2cfcbdd..d643e9c4 100644 --- a/filters/kword/ascii/asciiimport.h +++ b/filters/kword/ascii/asciiimport.h @@ -58,7 +58,7 @@ class TQDomElement; class ASCIIImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: ASCIIImport(KoFilter *parent, const char *name, const TQStringList &); diff --git a/filters/kword/docbook/docbookexport.h b/filters/kword/docbook/docbookexport.h index 29362aaa..f7c417b8 100644 --- a/filters/kword/docbook/docbookexport.h +++ b/filters/kword/docbook/docbookexport.h @@ -32,7 +32,7 @@ class DocBookExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: DocBookExport (KoFilter *parent, const char *name, const TQStringList & ); diff --git a/filters/kword/hancomword/hancomwordimport.h b/filters/kword/hancomword/hancomwordimport.h index f78c3a47..81dd7cc9 100644 --- a/filters/kword/hancomword/hancomwordimport.h +++ b/filters/kword/hancomword/hancomwordimport.h @@ -28,7 +28,7 @@ class HancomWordImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: diff --git a/filters/kword/html/export/ExportDialog.h b/filters/kword/html/export/ExportDialog.h index 0feb3045..c1f8a707 100644 --- a/filters/kword/html/export/ExportDialog.h +++ b/filters/kword/html/export/ExportDialog.h @@ -29,7 +29,7 @@ class ExportDialogUI; class HtmlExportDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: enum Mode { diff --git a/filters/kword/html/export/htmlexport.h b/filters/kword/html/export/htmlexport.h index 10617bae..ad784e78 100644 --- a/filters/kword/html/export/htmlexport.h +++ b/filters/kword/html/export/htmlexport.h @@ -33,7 +33,7 @@ class HTMLExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: HTMLExport(KoFilter *parent, const char *name, const TQStringList &); diff --git a/filters/kword/html/import/htmlimport.h b/filters/kword/html/import/htmlimport.h index ab2a293c..ade48373 100644 --- a/filters/kword/html/import/htmlimport.h +++ b/filters/kword/html/import/htmlimport.h @@ -31,7 +31,7 @@ class HTMLImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: HTMLImport(KoFilter *parent, const char *name, const TQStringList &); diff --git a/filters/kword/html/import/khtmlreader.h b/filters/kword/html/import/khtmlreader.h index db93531a..dbca8a87 100644 --- a/filters/kword/html/import/khtmlreader.h +++ b/filters/kword/html/import/khtmlreader.h @@ -46,7 +46,7 @@ struct HTMLReader_state { class KHTMLReader: public TQObject { Q_OBJECT - TQ_OBJECT + public: KHTMLReader(KWDWriter *writer); diff --git a/filters/kword/kword1.3/import/kword13import.h b/filters/kword/kword1.3/import/kword13import.h index 77c05c23..a138f0e8 100644 --- a/filters/kword/kword1.3/import/kword13import.h +++ b/filters/kword/kword1.3/import/kword13import.h @@ -33,7 +33,7 @@ class KWord13Document; class KWord13Import : public KoFilter { Q_OBJECT - TQ_OBJECT + public: KWord13Import(KoFilter *parent, const char *name, const TQStringList &); diff --git a/filters/kword/latex/export/kwordlatexexportdia.h b/filters/kword/latex/export/kwordlatexexportdia.h index af3d4cd5..c032f8e9 100644 --- a/filters/kword/latex/export/kwordlatexexportdia.h +++ b/filters/kword/latex/export/kwordlatexexportdia.h @@ -31,7 +31,7 @@ class LatexExportIface; class KWordLatexExportDia : public LatexExportDia { Q_OBJECT - TQ_OBJECT + private: TQString _fileOut; diff --git a/filters/kword/latex/export/latexexport.h b/filters/kword/latex/export/latexexport.h index 1d8076eb..01c63a22 100644 --- a/filters/kword/latex/export/latexexport.h +++ b/filters/kword/latex/export/latexexport.h @@ -32,7 +32,7 @@ class LATEXExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: LATEXExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kword/latex/import/lateximport.h b/filters/kword/latex/import/lateximport.h index 9c85cad0..5d394e89 100644 --- a/filters/kword/latex/import/lateximport.h +++ b/filters/kword/latex/import/lateximport.h @@ -32,7 +32,7 @@ class LATEXImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: LATEXImport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kword/latex/import/lateximportdia.h b/filters/kword/latex/import/lateximportdia.h index 13afc1af..360bfd8c 100644 --- a/filters/kword/latex/import/lateximportdia.h +++ b/filters/kword/latex/import/lateximportdia.h @@ -53,7 +53,7 @@ class LATEXImportDia : public KDialogBase, public DCOPObject K_DCOP Q_OBJECT - TQ_OBJECT + TQString _fileIn; TQByteArray _arrayIn; diff --git a/filters/kword/msword/document.h b/filters/kword/msword/document.h index 4ee62897..f043a9ca 100644 --- a/filters/kword/msword/document.h +++ b/filters/kword/msword/document.h @@ -52,7 +52,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 ); virtual ~Document(); diff --git a/filters/kword/msword/graphicshandler.h b/filters/kword/msword/graphicshandler.h index 341ebbb5..0509d8a8 100644 --- a/filters/kword/msword/graphicshandler.h +++ b/filters/kword/msword/graphicshandler.h @@ -39,7 +39,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 ae348fc7..24a216bd 100644 --- a/filters/kword/msword/mswordimport.h +++ b/filters/kword/msword/mswordimport.h @@ -28,7 +28,7 @@ class TQDomElement; class MSWordImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: MSWordImport( KoFilter* parent, const char* name, const TQStringList& ); virtual ~MSWordImport(); diff --git a/filters/kword/msword/tablehandler.h b/filters/kword/msword/tablehandler.h index 95fbdba9..3ebb380a 100644 --- a/filters/kword/msword/tablehandler.h +++ b/filters/kword/msword/tablehandler.h @@ -76,7 +76,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 c75cfd4e..a95c19a7 100644 --- a/filters/kword/msword/texthandler.h +++ b/filters/kword/msword/texthandler.h @@ -51,7 +51,7 @@ public: class KWordTextHandler : public TQObject, public wvWare::TextHandler { Q_OBJECT - TQ_OBJECT + public: KWordTextHandler( wvWare::SharedPtr<wvWare::Parser> parser ); diff --git a/filters/kword/mswrite/ImportDialog.h b/filters/kword/mswrite/ImportDialog.h index 2b530ed1..ff9086a8 100644 --- a/filters/kword/mswrite/ImportDialog.h +++ b/filters/kword/mswrite/ImportDialog.h @@ -29,7 +29,7 @@ class ImportDialogUI; class MSWriteImportDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: MSWriteImportDialog(TQWidget* parent=NULL); ~MSWriteImportDialog(void); diff --git a/filters/kword/mswrite/mswriteexport.h b/filters/kword/mswrite/mswriteexport.h index adfbc4ba..ef68273a 100644 --- a/filters/kword/mswrite/mswriteexport.h +++ b/filters/kword/mswrite/mswriteexport.h @@ -25,7 +25,7 @@ class MSWriteExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: MSWriteExport (KoFilter *parent, const char *name, const TQStringList &); diff --git a/filters/kword/mswrite/mswriteimport.h b/filters/kword/mswrite/mswriteimport.h index 8d59fe38..2282f823 100644 --- a/filters/kword/mswrite/mswriteimport.h +++ b/filters/kword/mswrite/mswriteimport.h @@ -29,7 +29,7 @@ class KWordGenerator; class MSWriteImport : public KoFilter { Q_OBJECT - TQ_OBJECT + private: WRIDevice *m_device; diff --git a/filters/kword/oowriter/oowriterexport.h b/filters/kword/oowriter/oowriterexport.h index bd1a0f40..177fbe80 100644 --- a/filters/kword/oowriter/oowriterexport.h +++ b/filters/kword/oowriter/oowriterexport.h @@ -41,7 +41,7 @@ class OOWRITERExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: OOWRITERExport(KoFilter *parent, const char *name, const TQStringList &); diff --git a/filters/kword/oowriter/oowriterimport.h b/filters/kword/oowriter/oowriterimport.h index 4de60534..1eb0bcc9 100644 --- a/filters/kword/oowriter/oowriterimport.h +++ b/filters/kword/oowriter/oowriterimport.h @@ -33,7 +33,7 @@ class KZip; class OoWriterImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: OoWriterImport( KoFilter * parent, const char * name, const TQStringList & ); virtual ~OoWriterImport(); diff --git a/filters/kword/palmdoc/palmdocexport.h b/filters/kword/palmdoc/palmdocexport.h index 4c09946b..2fefc6be 100644 --- a/filters/kword/palmdoc/palmdocexport.h +++ b/filters/kword/palmdoc/palmdocexport.h @@ -26,7 +26,7 @@ class PalmDocExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: diff --git a/filters/kword/palmdoc/palmdocimport.h b/filters/kword/palmdoc/palmdocimport.h index 77b4cc73..0806fe6c 100644 --- a/filters/kword/palmdoc/palmdocimport.h +++ b/filters/kword/palmdoc/palmdocimport.h @@ -28,7 +28,7 @@ class PalmDocImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: diff --git a/filters/kword/pdf/dialog.h b/filters/kword/pdf/dialog.h index a5b6150a..3aeefc6f 100644 --- a/filters/kword/pdf/dialog.h +++ b/filters/kword/pdf/dialog.h @@ -80,7 +80,7 @@ public: class Dialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: Dialog(uint nbPages, bool isEncrypted, TQWidget *parent); ~Dialog(); diff --git a/filters/kword/pdf/pdfimport.h b/filters/kword/pdf/pdfimport.h index 53ca8f97..06b65791 100644 --- a/filters/kword/pdf/pdfimport.h +++ b/filters/kword/pdf/pdfimport.h @@ -29,7 +29,7 @@ class PdfImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: PdfImport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kword/rtf/export/rtfexport.h b/filters/kword/rtf/export/rtfexport.h index 5218e4c5..d8aa1449 100644 --- a/filters/kword/rtf/export/rtfexport.h +++ b/filters/kword/rtf/export/rtfexport.h @@ -33,7 +33,7 @@ class RTFExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: RTFExport(KoFilter *parent, const char *name, const TQStringList &); diff --git a/filters/kword/rtf/import/rtfimport.h b/filters/kword/rtf/import/rtfimport.h index 044a6095..d70cf8fa 100644 --- a/filters/kword/rtf/import/rtfimport.h +++ b/filters/kword/rtf/import/rtfimport.h @@ -244,7 +244,7 @@ struct RTFGroupState class RTFImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: RTFImport( KoFilter *parent, const char *name, const TQStringList& ); diff --git a/filters/kword/starwriter/starwriterimport.h b/filters/kword/starwriter/starwriterimport.h index f71a71ed..d81f488c 100644 --- a/filters/kword/starwriter/starwriterimport.h +++ b/filters/kword/starwriter/starwriterimport.h @@ -29,7 +29,7 @@ class StarWriterImport: public KoFilter { Q_OBJECT - TQ_OBJECT + public: StarWriterImport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/kword/wml/wmlexport.h b/filters/kword/wml/wmlexport.h index 2f81c897..f55989d8 100644 --- a/filters/kword/wml/wmlexport.h +++ b/filters/kword/wml/wmlexport.h @@ -26,7 +26,7 @@ class WMLExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: diff --git a/filters/kword/wml/wmlimport.h b/filters/kword/wml/wmlimport.h index 1c169af1..38a71abd 100644 --- a/filters/kword/wml/wmlimport.h +++ b/filters/kword/wml/wmlimport.h @@ -28,7 +28,7 @@ class WMLImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: diff --git a/filters/kword/wordperfect/export/wpexport.h b/filters/kword/wordperfect/export/wpexport.h index 16e81a1b..007be871 100644 --- a/filters/kword/wordperfect/export/wpexport.h +++ b/filters/kword/wordperfect/export/wpexport.h @@ -26,7 +26,7 @@ class WPExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: diff --git a/filters/kword/wordperfect/import/wpimport.h b/filters/kword/wordperfect/import/wpimport.h index 3fc52796..670a6816 100644 --- a/filters/kword/wordperfect/import/wpimport.h +++ b/filters/kword/wordperfect/import/wpimport.h @@ -34,7 +34,7 @@ class WPImport : public KoFilter { Q_OBJECT - TQ_OBJECT + protected: diff --git a/filters/libdialogfilter/exportsizedia.h b/filters/libdialogfilter/exportsizedia.h index 6d6459cc..2ad0fec3 100644 --- a/filters/libdialogfilter/exportsizedia.h +++ b/filters/libdialogfilter/exportsizedia.h @@ -33,7 +33,7 @@ class KDoubleNumInput; class ExportSizeDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: ExportSizeDia( int width, int height, diff --git a/filters/olefilters/lib/filterbase.h b/filters/olefilters/lib/filterbase.h index 138842a0..d186f189 100644 --- a/filters/olefilters/lib/filterbase.h +++ b/filters/olefilters/lib/filterbase.h @@ -39,7 +39,7 @@ class TQCString; class FilterBase : public TQObject { Q_OBJECT - TQ_OBJECT + public: diff --git a/filters/olefilters/olefilter.h b/filters/olefilters/olefilter.h index 2759ea50..b91f9558 100644 --- a/filters/olefilters/olefilter.h +++ b/filters/olefilters/olefilter.h @@ -33,7 +33,7 @@ class KoStore; class OLEFilter : public KoEmbeddingFilter { Q_OBJECT - TQ_OBJECT + public: OLEFilter(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/olefilters/powerpoint97/powerpointfilter.h b/filters/olefilters/powerpoint97/powerpointfilter.h index b38706dc..cd320816 100644 --- a/filters/olefilters/powerpoint97/powerpointfilter.h +++ b/filters/olefilters/powerpoint97/powerpointfilter.h @@ -27,7 +27,7 @@ class PowerPointFilter: public FilterBase { Q_OBJECT - TQ_OBJECT + public: PowerPointFilter( diff --git a/filters/olefilters/powerpoint97/pptxml.h b/filters/olefilters/powerpoint97/pptxml.h index f3ffbdb1..fb02a34d 100644 --- a/filters/olefilters/powerpoint97/pptxml.h +++ b/filters/olefilters/powerpoint97/pptxml.h @@ -41,7 +41,7 @@ class PptXml: { Q_OBJECT - TQ_OBJECT + public: PptXml( diff --git a/filters/xsltfilter/export/xsltexport.h b/filters/xsltfilter/export/xsltexport.h index b9947255..b24d0c0f 100644 --- a/filters/xsltfilter/export/xsltexport.h +++ b/filters/xsltfilter/export/xsltexport.h @@ -26,7 +26,7 @@ class XSLTExport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: XSLTExport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/xsltfilter/export/xsltexportdia.h b/filters/xsltfilter/export/xsltexportdia.h index 9fd80870..a68b8cc2 100644 --- a/filters/xsltfilter/export/xsltexportdia.h +++ b/filters/xsltfilter/export/xsltexportdia.h @@ -30,7 +30,7 @@ class KConfig; class XSLTExportDia : public XSLTDialog { Q_OBJECT - TQ_OBJECT + TQString _fileOut; KoStoreDevice* _in; diff --git a/filters/xsltfilter/import/xsltimport.h b/filters/xsltfilter/import/xsltimport.h index eac5e73c..103e3dc7 100644 --- a/filters/xsltfilter/import/xsltimport.h +++ b/filters/xsltfilter/import/xsltimport.h @@ -32,7 +32,7 @@ class XSLTImport : public KoFilter { Q_OBJECT - TQ_OBJECT + public: XSLTImport(KoFilter *parent, const char *name, const TQStringList&); diff --git a/filters/xsltfilter/import/xsltimportdia.h b/filters/xsltfilter/import/xsltimportdia.h index 48060638..897cc10d 100644 --- a/filters/xsltfilter/import/xsltimportdia.h +++ b/filters/xsltfilter/import/xsltimportdia.h @@ -28,7 +28,7 @@ class XSLTImportDia : public XSLTDialog { Q_OBJECT - TQ_OBJECT + TQString _fileIn; TQString _fileOut; |