diff --git a/kamera/kcontrol/kamera.h b/kamera/kcontrol/kamera.h index ca7cd8a9..4bf3d759 100644 --- a/kamera/kcontrol/kamera.h +++ b/kamera/kcontrol/kamera.h @@ -47,7 +47,7 @@ class KPopupMenu; class KKameraConfig : public KCModule { Q_OBJECT - TQ_OBJECT + friend class KameraDeviceSelectDialog; public: diff --git a/kamera/kcontrol/kameraconfigdialog.h b/kamera/kcontrol/kameraconfigdialog.h index 65b3bada..4e4b641d 100644 --- a/kamera/kcontrol/kameraconfigdialog.h +++ b/kamera/kcontrol/kameraconfigdialog.h @@ -34,7 +34,7 @@ extern "C" { class KameraConfigDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KameraConfigDialog(Camera *camera, CameraWidget *widget, TQWidget *parent = 0, const char *name = 0); diff --git a/kamera/kcontrol/kameradevice.h b/kamera/kcontrol/kameradevice.h index 49acdc34..8046ac88 100644 --- a/kamera/kcontrol/kameradevice.h +++ b/kamera/kcontrol/kameradevice.h @@ -40,7 +40,7 @@ class TQRadioButton; class KCamera : public TQObject { friend class KameraDeviceSelectDialog; Q_OBJECT - TQ_OBJECT + public: KCamera(const TQString &name, const TQString &path); ~KCamera(); @@ -89,7 +89,7 @@ protected: class KameraDeviceSelectDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KameraDeviceSelectDialog(TQWidget *parent, KCamera *device); void save(); diff --git a/kcoloredit/colorselector.h b/kcoloredit/colorselector.h index 4a02c1e0..138ba8c3 100644 --- a/kcoloredit/colorselector.h +++ b/kcoloredit/colorselector.h @@ -31,7 +31,7 @@ */ class ColorSelector : public TQWidget { Q_OBJECT - TQ_OBJECT + public: /** constructs a color selector widget */ diff --git a/kcoloredit/gradientselection.h b/kcoloredit/gradientselection.h index 526e5696..cd47355b 100644 --- a/kcoloredit/gradientselection.h +++ b/kcoloredit/gradientselection.h @@ -32,7 +32,7 @@ */ class GradientSelection : public TQWidget { Q_OBJECT - TQ_OBJECT + public: /** Constructs the widget */ diff --git a/kcoloredit/imageselection.h b/kcoloredit/imageselection.h index 769382d2..79a3c3fd 100644 --- a/kcoloredit/imageselection.h +++ b/kcoloredit/imageselection.h @@ -27,7 +27,7 @@ */ class ImageSelection : public TQWidget { Q_OBJECT - TQ_OBJECT + public: /** constructs the widget */ diff --git a/kcoloredit/kcoloredit.h b/kcoloredit/kcoloredit.h index 675cddb0..e0ce9140 100644 --- a/kcoloredit/kcoloredit.h +++ b/kcoloredit/kcoloredit.h @@ -54,7 +54,7 @@ class KColorEditView; class KColorEditApp : public KMainWindow { Q_OBJECT - TQ_OBJECT + friend class KColorEditView; diff --git a/kcoloredit/kcoloreditdoc.h b/kcoloredit/kcoloreditdoc.h index afbb65c0..5f83439c 100644 --- a/kcoloredit/kcoloreditdoc.h +++ b/kcoloredit/kcoloreditdoc.h @@ -47,7 +47,7 @@ class KColorEditView; class KColorEditDoc : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** Constructor for the fileclass of the application */ diff --git a/kcoloredit/kcoloreditview.h b/kcoloredit/kcoloreditview.h index 74b16d43..18709764 100644 --- a/kcoloredit/kcoloreditview.h +++ b/kcoloredit/kcoloreditview.h @@ -43,7 +43,7 @@ class KColorEditDoc; */ class KColorEditView : public TQSplitter { Q_OBJECT - TQ_OBJECT + public: /** Constructor for the main view */ diff --git a/kcoloredit/kxycolorselector.h b/kcoloredit/kxycolorselector.h index ab6cf926..0016dac7 100644 --- a/kcoloredit/kxycolorselector.h +++ b/kcoloredit/kxycolorselector.h @@ -28,7 +28,7 @@ */ class KXYColorSelector : public KXYSelector { Q_OBJECT - TQ_OBJECT + public: /** The types of the selector. They specify a color component subset */ diff --git a/kcoloredit/kzcolorselector.h b/kcoloredit/kzcolorselector.h index 6996817d..13d627c1 100644 --- a/kcoloredit/kzcolorselector.h +++ b/kcoloredit/kzcolorselector.h @@ -29,7 +29,7 @@ */ class KZColorSelector : public KSelector { Q_OBJECT - TQ_OBJECT + public: /** Selector type constants */ diff --git a/kcoloredit/loadpalettedlg.h b/kcoloredit/loadpalettedlg.h index 3a2383e7..acb8712c 100644 --- a/kcoloredit/loadpalettedlg.h +++ b/kcoloredit/loadpalettedlg.h @@ -27,7 +27,7 @@ */ class LoadPaletteDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: /** constructs the dialog diff --git a/kcoloredit/paletteview.h b/kcoloredit/paletteview.h index d5ddcb0d..2b0f4a5e 100644 --- a/kcoloredit/paletteview.h +++ b/kcoloredit/paletteview.h @@ -31,7 +31,7 @@ class KColorEditView; */ class PaletteView : public TQFrame { Q_OBJECT - TQ_OBJECT + public: /** Constructs a palette view widget, with a default cells sizes and spacing. diff --git a/kcoloredit/paletteviewscrolledarea.h b/kcoloredit/paletteviewscrolledarea.h index 3202c317..abf09fe5 100644 --- a/kcoloredit/paletteviewscrolledarea.h +++ b/kcoloredit/paletteviewscrolledarea.h @@ -33,7 +33,7 @@ class TQScrollBar; */ class PaletteViewScrolledArea : public TQFrame { Q_OBJECT - TQ_OBJECT + public: /** Constructs the widget */ diff --git a/kcoloredit/texteditselection.h b/kcoloredit/texteditselection.h index 55e41e41..278463a2 100644 --- a/kcoloredit/texteditselection.h +++ b/kcoloredit/texteditselection.h @@ -30,7 +30,7 @@ */ class TextEditSelection : public TQWidget { Q_OBJECT - TQ_OBJECT + public: /** Constructs the widget */ diff --git a/kdvi/dviPageCache.h b/kdvi/dviPageCache.h index 41a1c173..68e41c90 100644 --- a/kdvi/dviPageCache.h +++ b/kdvi/dviPageCache.h @@ -27,7 +27,7 @@ class DVIPageCache : public DocumentPageCache { Q_OBJECT - TQ_OBJECT + public: DVIPageCache(); diff --git a/kdvi/dviRenderer.h b/kdvi/dviRenderer.h index bf3512db..355b0530 100644 --- a/kdvi/dviRenderer.h +++ b/kdvi/dviRenderer.h @@ -85,7 +85,7 @@ struct drawinf { class dviRenderer : public DocumentRenderer, bigEndianByteReader { Q_OBJECT - TQ_OBJECT + public: dviRenderer(TQWidget *parent); diff --git a/kdvi/dviWidget.h b/kdvi/dviWidget.h index 7f37c44c..7b2a50aa 100644 --- a/kdvi/dviWidget.h +++ b/kdvi/dviWidget.h @@ -23,7 +23,7 @@ class textSelection; class DVIWidget : public DocumentWidget { Q_OBJECT - TQ_OBJECT + public: DVIWidget(TQWidget* parent, PageView* sv, DocumentPageCache* cache, const char* name); diff --git a/kdvi/fontpool.h b/kdvi/fontpool.h index e39dc690..b3c11846 100644 --- a/kdvi/fontpool.h +++ b/kdvi/fontpool.h @@ -38,7 +38,7 @@ class KShellProcess; class fontPool : public TQObject { Q_OBJECT - TQ_OBJECT + public: // Default constructor. diff --git a/kdvi/fontprogress.h b/kdvi/fontprogress.h index 5ecd3e92..73b135e4 100644 --- a/kdvi/fontprogress.h +++ b/kdvi/fontprogress.h @@ -31,7 +31,7 @@ class TQLabel; class fontProgressDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: fontProgressDialog( const TQString& helpIndex, const TQString& label, const TQString& abortTip, const TQString& whatsThis, const TQString& ttip, diff --git a/kdvi/infodialog.h b/kdvi/infodialog.h index a5ecde8b..36946ded 100644 --- a/kdvi/infodialog.h +++ b/kdvi/infodialog.h @@ -20,7 +20,7 @@ class TQWidget; class infoDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: infoDialog( TQWidget* parent = 0 ); diff --git a/kdvi/kdvi_multipage.h b/kdvi/kdvi_multipage.h index 9e2137a7..1d42faa3 100644 --- a/kdvi/kdvi_multipage.h +++ b/kdvi/kdvi_multipage.h @@ -12,7 +12,7 @@ class KPrinter; class KDVIMultiPage : public KMultiPage { Q_OBJECT - TQ_OBJECT + public: KDVIMultiPage(TQWidget *parentWidget, const char *widgetName, TQObject *parent, diff --git a/kdvi/optionDialogFontsWidget.h b/kdvi/optionDialogFontsWidget.h index c5f0bc06..975a826e 100644 --- a/kdvi/optionDialogFontsWidget.h +++ b/kdvi/optionDialogFontsWidget.h @@ -15,7 +15,7 @@ class optionDialogFontsWidget : public optionDialogFontsWidget_base { Q_OBJECT - TQ_OBJECT + public: optionDialogFontsWidget( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); diff --git a/kdvi/optionDialogSpecialWidget.h b/kdvi/optionDialogSpecialWidget.h index 5bafd618..b7772107 100644 --- a/kdvi/optionDialogSpecialWidget.h +++ b/kdvi/optionDialogSpecialWidget.h @@ -15,7 +15,7 @@ class optionDialogSpecialWidget : public optionDialogSpecialWidget_base { Q_OBJECT - TQ_OBJECT + public: optionDialogSpecialWidget( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); diff --git a/kdvi/psgs.h b/kdvi/psgs.h index 01b5aa96..74dc1015 100644 --- a/kdvi/psgs.h +++ b/kdvi/psgs.h @@ -34,7 +34,7 @@ public: class ghostscript_interface : public TQObject { Q_OBJECT - TQ_OBJECT + public: ghostscript_interface(); diff --git a/kdvi/renderedDviPagePixmap.h b/kdvi/renderedDviPagePixmap.h index 9abff270..9f020057 100644 --- a/kdvi/renderedDviPagePixmap.h +++ b/kdvi/renderedDviPagePixmap.h @@ -30,7 +30,7 @@ class RenderedDviPagePixmap : public RenderedDocumentPagePixmap { Q_OBJECT - TQ_OBJECT + public: RenderedDviPagePixmap(); diff --git a/kfax/kfax.h b/kfax/kfax.h index 6372d860..0eae301f 100644 --- a/kfax/kfax.h +++ b/kfax/kfax.h @@ -54,7 +54,7 @@ public: class TopLevel : public KMainWindow { Q_OBJECT - TQ_OBJECT + public: diff --git a/kfax/kfax_printsettings.h b/kfax/kfax_printsettings.h index fa774151..c2f0e258 100644 --- a/kfax/kfax_printsettings.h +++ b/kfax/kfax_printsettings.h @@ -31,7 +31,7 @@ class TQCheckBox; class KFAXPrintSettings : public KPrintDialogPage { Q_OBJECT - TQ_OBJECT + public: KFAXPrintSettings(TQWidget *parent = 0, const char *name = 0); ~KFAXPrintSettings(); diff --git a/kfax/options.h b/kfax/options.h index 61bfa14c..8f0c8caf 100644 --- a/kfax/options.h +++ b/kfax/options.h @@ -58,7 +58,7 @@ class KIntNumInput; class OptionsDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: OptionsDialog( TQWidget *parent = 0, const char *name = 0); diff --git a/kfaxview/faxmultipage.h b/kfaxview/faxmultipage.h index 13602763..6d506cff 100644 --- a/kfaxview/faxmultipage.h +++ b/kfaxview/faxmultipage.h @@ -81,7 +81,7 @@ does only the minimal initialization required. class FaxMultiPage : public KMultiPage { Q_OBJECT - TQ_OBJECT + public: /** Constructor diff --git a/kfaxview/faxrenderer.h b/kfaxview/faxrenderer.h index c09f9b8f..fe18c1dd 100644 --- a/kfaxview/faxrenderer.h +++ b/kfaxview/faxrenderer.h @@ -39,7 +39,7 @@ implements only the necessary methods setFile() and drawPage(). class FaxRenderer : public DocumentRenderer { Q_OBJECT - TQ_OBJECT + public: /** Default constructor diff --git a/kfaxview/libkfaximage/kfaximage.h b/kfaxview/libkfaximage/kfaximage.h index 91592edb..d0ac66ee 100644 --- a/kfaxview/libkfaximage/kfaximage.h +++ b/kfaxview/libkfaximage/kfaximage.h @@ -53,7 +53,7 @@ class pagenode; class KDE_EXPORT KFaxImage : public TQObject { Q_OBJECT - TQ_OBJECT + public: diff --git a/kfile-plugins/bmp/kfile_bmp.h b/kfile-plugins/bmp/kfile_bmp.h index 050e68d8..b57e725f 100644 --- a/kfile-plugins/bmp/kfile_bmp.h +++ b/kfile-plugins/bmp/kfile_bmp.h @@ -27,7 +27,7 @@ class TQStringList; class KBmpPlugin: public KFilePlugin { Q_OBJECT - TQ_OBJECT + public: KBmpPlugin( TQObject *parent, const char *name, const TQStringList& args ); diff --git a/kfile-plugins/dds/kfile_dds.h b/kfile-plugins/dds/kfile_dds.h index 2edaf72e..4a0eefbb 100644 --- a/kfile-plugins/dds/kfile_dds.h +++ b/kfile-plugins/dds/kfile_dds.h @@ -27,7 +27,7 @@ class TQStringList; class KDdsPlugin: public KFilePlugin { Q_OBJECT - TQ_OBJECT + public: KDdsPlugin( TQObject *parent, const char *name, const TQStringList& args ); diff --git a/kfile-plugins/dvi/kfile_dvi.h b/kfile-plugins/dvi/kfile_dvi.h index 54cbee51..48aadc9a 100644 --- a/kfile-plugins/dvi/kfile_dvi.h +++ b/kfile-plugins/dvi/kfile_dvi.h @@ -28,7 +28,7 @@ class TQStringList; class KDviPlugin : public KFilePlugin { Q_OBJECT - TQ_OBJECT + public: KDviPlugin ( TQObject * parent, const char * name, const TQStringList & preferredItems ); diff --git a/kfile-plugins/exr/kfile_exr.h b/kfile-plugins/exr/kfile_exr.h index 19d58e1d..80e7fea7 100644 --- a/kfile-plugins/exr/kfile_exr.h +++ b/kfile-plugins/exr/kfile_exr.h @@ -29,7 +29,7 @@ class TQStringList; class KExrPlugin: public KFilePlugin { Q_OBJECT - TQ_OBJECT + public: KExrPlugin( TQObject *parent, const char *name, const TQStringList& preferredItems ); diff --git a/kfile-plugins/gif/kfile_gif.h b/kfile-plugins/gif/kfile_gif.h index 9e1b9907..1285dd45 100644 --- a/kfile-plugins/gif/kfile_gif.h +++ b/kfile-plugins/gif/kfile_gif.h @@ -27,7 +27,7 @@ class TQStringList; class KGifPlugin: public KFilePlugin { Q_OBJECT - TQ_OBJECT + public: KGifPlugin( TQObject *parent, const char *name, const TQStringList& args ); diff --git a/kfile-plugins/ico/kfile_ico.h b/kfile-plugins/ico/kfile_ico.h index e340646a..ed447e50 100644 --- a/kfile-plugins/ico/kfile_ico.h +++ b/kfile-plugins/ico/kfile_ico.h @@ -27,7 +27,7 @@ class TQStringList; class KIcoPlugin: public KFilePlugin { Q_OBJECT - TQ_OBJECT + public: KIcoPlugin( TQObject *parent, const char *name, const TQStringList& args ); diff --git a/kfile-plugins/jpeg/kfile_jpeg.h b/kfile-plugins/jpeg/kfile_jpeg.h index 9a80a7f8..e7c821a6 100644 --- a/kfile-plugins/jpeg/kfile_jpeg.h +++ b/kfile-plugins/jpeg/kfile_jpeg.h @@ -26,7 +26,7 @@ class KJpegPlugin: public KFilePlugin { Q_OBJECT - TQ_OBJECT + public: KJpegPlugin( TQObject *parent, const char *name, diff --git a/kfile-plugins/pcx/kfile_pcx.h b/kfile-plugins/pcx/kfile_pcx.h index 942c139e..47e74ab6 100644 --- a/kfile-plugins/pcx/kfile_pcx.h +++ b/kfile-plugins/pcx/kfile_pcx.h @@ -73,7 +73,7 @@ struct PCXHEADER class KPcxPlugin: public KFilePlugin { Q_OBJECT - TQ_OBJECT + public: KPcxPlugin(TQObject *parent, const char *name, const TQStringList& args); diff --git a/kfile-plugins/pdf/kfile_pdf.h b/kfile-plugins/pdf/kfile_pdf.h index f6e279c1..e732e2be 100644 --- a/kfile-plugins/pdf/kfile_pdf.h +++ b/kfile-plugins/pdf/kfile_pdf.h @@ -29,7 +29,7 @@ class TQStringList; class KPdfPlugin: public KFilePlugin { Q_OBJECT - TQ_OBJECT + public: KPdfPlugin( TQObject *parent, const char *name, const TQStringList& preferredItems ); diff --git a/kfile-plugins/png/kfile_png.h b/kfile-plugins/png/kfile_png.h index bffc7e0b..24322468 100644 --- a/kfile-plugins/png/kfile_png.h +++ b/kfile-plugins/png/kfile_png.h @@ -29,7 +29,7 @@ class TQStringList; class KPngPlugin: public KFilePlugin { Q_OBJECT - TQ_OBJECT + public: KPngPlugin( TQObject *parent, const char *name, const TQStringList& preferredItems ); diff --git a/kfile-plugins/pnm/kfile_pnm.h b/kfile-plugins/pnm/kfile_pnm.h index bfd12f48..b033d022 100644 --- a/kfile-plugins/pnm/kfile_pnm.h +++ b/kfile-plugins/pnm/kfile_pnm.h @@ -27,7 +27,7 @@ class TQStringList; class KPnmPlugin: public KFilePlugin { Q_OBJECT - TQ_OBJECT + public: KPnmPlugin( TQObject *parent, const char *name, const TQStringList& preferredItems ); diff --git a/kfile-plugins/ps/kfile_ps.h b/kfile-plugins/ps/kfile_ps.h index c47f3bb7..a1d3ebee 100644 --- a/kfile-plugins/ps/kfile_ps.h +++ b/kfile-plugins/ps/kfile_ps.h @@ -30,7 +30,7 @@ class TQStringList; class KPSPlugin: public KFilePlugin, public KDSCCommentHandler { Q_OBJECT - TQ_OBJECT + public: KPSPlugin( TQObject *parent, const char *name, const TQStringList& preferredItems ); diff --git a/kfile-plugins/raw/kcamerarawplugin.h b/kfile-plugins/raw/kcamerarawplugin.h index 4f441234..c1a172ae 100644 --- a/kfile-plugins/raw/kcamerarawplugin.h +++ b/kfile-plugins/raw/kcamerarawplugin.h @@ -26,7 +26,7 @@ class TQImage; class KCameraRawPlugin: public KFilePlugin { Q_OBJECT - TQ_OBJECT + public: KCameraRawPlugin(TQObject *parent, const char *name, const TQStringList& args); diff --git a/kfile-plugins/rgb/kfile_rgb.h b/kfile-plugins/rgb/kfile_rgb.h index 8e507820..9d07f10b 100644 --- a/kfile-plugins/rgb/kfile_rgb.h +++ b/kfile-plugins/rgb/kfile_rgb.h @@ -27,7 +27,7 @@ class TQStringList; class KRgbPlugin : public KFilePlugin { Q_OBJECT - TQ_OBJECT + public: KRgbPlugin(TQObject *parent, const char *name, const TQStringList& args); diff --git a/kfile-plugins/tga/kfile_tga.h b/kfile-plugins/tga/kfile_tga.h index 09ca11a8..f98229df 100644 --- a/kfile-plugins/tga/kfile_tga.h +++ b/kfile-plugins/tga/kfile_tga.h @@ -27,7 +27,7 @@ class TQStringList; class KTgaPlugin: public KFilePlugin { Q_OBJECT - TQ_OBJECT + public: KTgaPlugin( TQObject *parent, const char *name, const TQStringList& args ); diff --git a/kfile-plugins/tiff/kfile_tiff.h b/kfile-plugins/tiff/kfile_tiff.h index cf168943..6bd87756 100644 --- a/kfile-plugins/tiff/kfile_tiff.h +++ b/kfile-plugins/tiff/kfile_tiff.h @@ -27,7 +27,7 @@ class KTiffPlugin: public KFilePlugin { Q_OBJECT - TQ_OBJECT + public: KTiffPlugin(TQObject *parent, const char *name, const TQStringList& args); diff --git a/kfile-plugins/xbm/kfile_xbm.h b/kfile-plugins/xbm/kfile_xbm.h index e4033b43..cf4450ef 100644 --- a/kfile-plugins/xbm/kfile_xbm.h +++ b/kfile-plugins/xbm/kfile_xbm.h @@ -27,7 +27,7 @@ class TQStringList; class KXbmPlugin: public KFilePlugin { Q_OBJECT - TQ_OBJECT + public: KXbmPlugin( TQObject *parent, const char *name, const TQStringList& args ); diff --git a/kfile-plugins/xpm/kfile_xpm.h b/kfile-plugins/xpm/kfile_xpm.h index f08e25d8..ef05e9b5 100644 --- a/kfile-plugins/xpm/kfile_xpm.h +++ b/kfile-plugins/xpm/kfile_xpm.h @@ -34,7 +34,7 @@ class TQStringList; class xpmPlugin: public KFilePlugin { Q_OBJECT - TQ_OBJECT + public: xpmPlugin(TQObject *parent, const char *name, const TQStringList& args); diff --git a/kgamma/kcmkgamma/displaynumber.h b/kgamma/kcmkgamma/displaynumber.h index 5e9e96b8..5590847a 100644 --- a/kgamma/kcmkgamma/displaynumber.h +++ b/kgamma/kcmkgamma/displaynumber.h @@ -26,7 +26,7 @@ class DisplayNumber : public TQLabel { Q_OBJECT - TQ_OBJECT + public: DisplayNumber(TQWidget *parent=0, int digits=0, int prec=0, const char *name=0); ~DisplayNumber(); diff --git a/kgamma/kcmkgamma/gammactrl.h b/kgamma/kcmkgamma/gammactrl.h index 8147ea03..1a0888ab 100644 --- a/kgamma/kcmkgamma/gammactrl.h +++ b/kgamma/kcmkgamma/gammactrl.h @@ -31,7 +31,7 @@ class XVidExtWrap; class GammaCtrl : public TQHBox { Q_OBJECT - TQ_OBJECT + public: /** construktor */ GammaCtrl(TQWidget *parent=0, XVidExtWrap *xvid=0, int channel=0, \ diff --git a/kgamma/kcmkgamma/kgamma.h b/kgamma/kcmkgamma/kgamma.h index 38194a43..e7b5810b 100644 --- a/kgamma/kcmkgamma/kgamma.h +++ b/kgamma/kcmkgamma/kgamma.h @@ -28,7 +28,7 @@ class KProcess; class KGamma: public KCModule { Q_OBJECT - TQ_OBJECT + public: KGamma(TQWidget *parent, const char *name, const TQStringList&); virtual ~KGamma(); diff --git a/kghostview/fullscreenfilter.h b/kghostview/fullscreenfilter.h index c6e72f87..a9d18366 100644 --- a/kghostview/fullscreenfilter.h +++ b/kghostview/fullscreenfilter.h @@ -28,7 +28,7 @@ class KGVShell; */ class FullScreenFilter : public TQObject { Q_OBJECT - TQ_OBJECT + public: FullScreenFilter( KGVShell& parent ); diff --git a/kghostview/infodialog.h b/kghostview/infodialog.h index af35e997..d02860f0 100644 --- a/kghostview/infodialog.h +++ b/kghostview/infodialog.h @@ -27,7 +27,7 @@ class TQLabel; class InfoDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: InfoDialog( TQWidget *parent=0, const char *name=0, bool modal=true ); diff --git a/kghostview/kdscerrordialog.h b/kghostview/kdscerrordialog.h index 7b9d7cef..32acf864 100644 --- a/kghostview/kdscerrordialog.h +++ b/kghostview/kdscerrordialog.h @@ -42,7 +42,7 @@ private: class KDSCErrorDialog : public KDialog, public KDSCErrorHandler { Q_OBJECT - TQ_OBJECT + public: KDSCErrorDialog( TQWidget* parent = 0 ); diff --git a/kghostview/kgv_miniwidget.h b/kghostview/kgv_miniwidget.h index 7b212157..afa1e326 100644 --- a/kghostview/kgv_miniwidget.h +++ b/kghostview/kgv_miniwidget.h @@ -38,7 +38,7 @@ class MarkList; class KGVMiniWidget : public TQObject { Q_OBJECT - TQ_OBJECT + public: KGVMiniWidget( KGVPart* part, const char* name = 0 ); diff --git a/kghostview/kgv_view.h b/kghostview/kgv_view.h index f3fe468f..61c9d77c 100644 --- a/kghostview/kgv_view.h +++ b/kghostview/kgv_view.h @@ -55,7 +55,7 @@ class ScrollBox; class KGVPart: public KParts::ReadOnlyPart { Q_OBJECT - TQ_OBJECT + public: KGVPart( TQWidget* parentWidget, const char* widgetName, TQObject* parent, const char* name, @@ -231,7 +231,7 @@ private: class KGVBrowserExtension : public KParts::BrowserExtension { Q_OBJECT - TQ_OBJECT + friend class KGVPart; // emits our signals public: KGVBrowserExtension( KGVPart* parent ); @@ -245,7 +245,7 @@ public slots: class KGVRun : public KRun { Q_OBJECT - TQ_OBJECT + public: KGVRun( const KURL& url, mode_t mode = 0, diff --git a/kghostview/kgvdocument.h b/kghostview/kgvdocument.h index 503a6ccc..c207d627 100644 --- a/kghostview/kgvdocument.h +++ b/kghostview/kgvdocument.h @@ -34,7 +34,7 @@ class Pdf2dsc; class KGVDocument : public TQObject { Q_OBJECT - TQ_OBJECT + public: enum Format { PS, PDF }; @@ -160,7 +160,7 @@ private: class Pdf2dsc : public TQObject { Q_OBJECT - TQ_OBJECT + public: Pdf2dsc( const TQString& ghostscriptPath, TQObject* parent = 0, const char* name = 0 ); diff --git a/kghostview/kgvmainwidget.h b/kghostview/kgvmainwidget.h index df280887..4ca6bf23 100644 --- a/kghostview/kgvmainwidget.h +++ b/kghostview/kgvmainwidget.h @@ -26,7 +26,7 @@ class KURL; class KGVMainWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KGVMainWidget( TQWidget* parent = 0, const char* name = 0 ); diff --git a/kghostview/kgvpageview.h b/kghostview/kgvpageview.h index c0dec421..91e8c11b 100644 --- a/kghostview/kgvpageview.h +++ b/kghostview/kgvpageview.h @@ -30,7 +30,7 @@ class KGVPageView : public TQScrollView { Q_OBJECT - TQ_OBJECT + public: KGVPageView( TQWidget* parent = 0, const char* name = 0 ); diff --git a/kghostview/kgvshell.h b/kghostview/kgvshell.h index 7152fc88..7d3f4def 100644 --- a/kghostview/kgvshell.h +++ b/kghostview/kgvshell.h @@ -38,7 +38,7 @@ class FullScreenFilter; class KDE_EXPORT KGVShell : public KParts::MainWindow { Q_OBJECT - TQ_OBJECT + public: KGVShell(); diff --git a/kghostview/kpswidget.h b/kghostview/kpswidget.h index 90b14e24..40f8614e 100644 --- a/kghostview/kpswidget.h +++ b/kghostview/kpswidget.h @@ -46,7 +46,7 @@ class MessagesDialog; class KPSWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KPSWidget( TQWidget* parent = 0, const char* name = 0 ); diff --git a/kghostview/logwindow.h b/kghostview/logwindow.h index b81d0396..b8650f33 100644 --- a/kghostview/logwindow.h +++ b/kghostview/logwindow.h @@ -28,7 +28,7 @@ class KURLLabel; class LogWindow : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: LogWindow( const TQString& caption, diff --git a/kghostview/marklist.h b/kghostview/marklist.h index 9b0b7b5e..54992a88 100644 --- a/kghostview/marklist.h +++ b/kghostview/marklist.h @@ -27,7 +27,7 @@ class KGVMiniWidget; class MarkListItem : public TQWidget { Q_OBJECT - TQ_OBJECT + public: MarkListItem( TQWidget *parent, const TQString &text, const TQString &tip, const TQColor &color, KGVMiniWidget*, int ); @@ -55,7 +55,7 @@ private: class MarkList: public TQTable { Q_OBJECT - TQ_OBJECT + public: MarkList( TQWidget* parent = 0, const char* name = 0, KGVMiniWidget* = 0 ); diff --git a/kghostview/scrollbox.h b/kghostview/scrollbox.h index f324dc57..9a9f77e1 100644 --- a/kghostview/scrollbox.h +++ b/kghostview/scrollbox.h @@ -25,7 +25,7 @@ class ScrollBox: public TQFrame { Q_OBJECT - TQ_OBJECT + public: ScrollBox( TQWidget* parent = 0, const char* name = 0 ); diff --git a/kghostview/thumbnailservice.h b/kghostview/thumbnailservice.h index afbffa9f..0b1262f1 100644 --- a/kghostview/thumbnailservice.h +++ b/kghostview/thumbnailservice.h @@ -30,7 +30,7 @@ class TQTimer; class ThumbnailService : public TQObject { Q_OBJECT - TQ_OBJECT + public: ThumbnailService( KGVMiniWidget* parent, const char* name = 0 ); ~ThumbnailService(); diff --git a/kghostview/viewcontrol.h b/kghostview/viewcontrol.h index 8eac289e..db78ba79 100644 --- a/kghostview/viewcontrol.h +++ b/kghostview/viewcontrol.h @@ -9,7 +9,7 @@ class TQPushButton; class ViewControl : public TQDialog { Q_OBJECT - TQ_OBJECT + public: ViewControl( TQWidget *parent, const char *name ); TQComboBox* magComboBox; diff --git a/kiconedit/kcolorgrid.h b/kiconedit/kcolorgrid.h index 5e466348..15c69bc6 100644 --- a/kiconedit/kcolorgrid.h +++ b/kiconedit/kcolorgrid.h @@ -41,7 +41,7 @@ class KColorGrid : public TQWidget { private: Q_OBJECT - TQ_OBJECT + public: KColorGrid( TQWidget * parent = 0, const char *name = 0, int spacing = 0); virtual ~KColorGrid() {}; diff --git a/kiconedit/kicon.h b/kiconedit/kicon.h index f38e4cca..10141951 100644 --- a/kiconedit/kicon.h +++ b/kiconedit/kicon.h @@ -46,7 +46,7 @@ class TQImage; class KIconEditIcon : public TQObject { Q_OBJECT - TQ_OBJECT + public: KIconEditIcon(TQObject*, const TQImage*, KURL url = KURL() ); ~KIconEditIcon(); diff --git a/kiconedit/kiconcolors.h b/kiconedit/kiconcolors.h index 756b84a7..cf959a27 100644 --- a/kiconedit/kiconcolors.h +++ b/kiconedit/kiconcolors.h @@ -31,7 +31,7 @@ class KDrawColors : public KColorGrid { Q_OBJECT - TQ_OBJECT + public: KDrawColors(TQWidget *parent); @@ -50,7 +50,7 @@ protected: class KCustomColors : public KDrawColors { Q_OBJECT - TQ_OBJECT + public: KCustomColors(TQWidget *parent); ~KCustomColors(); @@ -71,7 +71,7 @@ protected: class KSysColors : public KDrawColors { Q_OBJECT - TQ_OBJECT + public: KSysColors(TQWidget *parent); diff --git a/kiconedit/kiconconfig.h b/kiconedit/kiconconfig.h index 1431c998..f9551d70 100644 --- a/kiconedit/kiconconfig.h +++ b/kiconedit/kiconconfig.h @@ -41,7 +41,7 @@ class TQComboBox; class KTemplateEditDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KTemplateEditDlg(TQWidget *); ~KTemplateEditDlg() {}; @@ -62,7 +62,7 @@ protected: class KTemplateConfig : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KTemplateConfig(TQWidget*); ~KTemplateConfig(); @@ -83,7 +83,7 @@ protected: class KBackgroundConfig : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KBackgroundConfig(TQWidget *parent); ~KBackgroundConfig(); @@ -110,7 +110,7 @@ protected: class KMiscConfig : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KMiscConfig(TQWidget *parent); ~KMiscConfig(); @@ -137,7 +137,7 @@ protected: class KIconConfig : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/kiconedit/kiconedit.h b/kiconedit/kiconedit.h index 7af10e74..30f8df08 100644 --- a/kiconedit/kiconedit.h +++ b/kiconedit/kiconedit.h @@ -59,7 +59,7 @@ class PaletteToolBar; class KIconEdit : public KMainWindow { Q_OBJECT - TQ_OBJECT + public: KIconEdit( KURL url = KURL(), const char *name = "kiconedit"); KIconEdit( const TQImage image, const char *name = "kiconedit"); diff --git a/kiconedit/kicongrid.h b/kiconedit/kicongrid.h index e87ae69a..1b153be4 100644 --- a/kiconedit/kicongrid.h +++ b/kiconedit/kicongrid.h @@ -90,7 +90,7 @@ class RepaintCommand : public KCommand { class KGridView : public TQFrame { Q_OBJECT - TQ_OBJECT + public: KGridView( TQImage *image, KCommandHistory* history, TQWidget * parent = 0, const char *name = 0); @@ -132,7 +132,7 @@ protected: class KIconEditGrid : public KColorGrid { Q_OBJECT - TQ_OBJECT + public: KIconEditGrid( TQImage *image, KCommandHistory* h, TQWidget * parent = 0, const char *name = 0); virtual ~KIconEditGrid(); diff --git a/kiconedit/knew.h b/kiconedit/knew.h index 12aa639e..a28f1c4e 100644 --- a/kiconedit/knew.h +++ b/kiconedit/knew.h @@ -64,7 +64,7 @@ private: class KIconListBox : public TQListBox { Q_OBJECT - TQ_OBJECT + public: KIconListBox( TQWidget *parent ) : TQListBox(parent) {} ; const TQString path(int idx) { return ((KIconListBoxItem*)item(idx))->path(); } @@ -97,7 +97,7 @@ private: class NewSelect : public TQWidget { Q_OBJECT - TQ_OBJECT + public: NewSelect(TQWidget *parent); ~NewSelect(); @@ -117,7 +117,7 @@ protected: class NewFromTemplate : public TQWidget { Q_OBJECT - TQ_OBJECT + public: NewFromTemplate(TQWidget *parent); ~NewFromTemplate(); @@ -136,7 +136,7 @@ protected: class KNewIcon : public KWizard { Q_OBJECT - TQ_OBJECT + public: KNewIcon(TQWidget *parent); ~KNewIcon(); diff --git a/kiconedit/kresize.h b/kiconedit/kresize.h index c0d2574e..fcfb18c3 100644 --- a/kiconedit/kresize.h +++ b/kiconedit/kresize.h @@ -29,7 +29,7 @@ class KIntSpinBox; class KResizeWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: @@ -47,7 +47,7 @@ private: class KResizeDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/kiconedit/palettetoolbar.h b/kiconedit/palettetoolbar.h index 3c0cc329..6d1e3166 100644 --- a/kiconedit/palettetoolbar.h +++ b/kiconedit/palettetoolbar.h @@ -32,7 +32,7 @@ class KCustomColors; class PaletteToolBar : public KToolBar { Q_OBJECT - TQ_OBJECT + public: PaletteToolBar( TQWidget *parent, const char *name = 0L ); diff --git a/kmrml/kmrml/algorithmcombo.h b/kmrml/kmrml/algorithmcombo.h index 1a4f8dde..0868708f 100644 --- a/kmrml/kmrml/algorithmcombo.h +++ b/kmrml/kmrml/algorithmcombo.h @@ -29,7 +29,7 @@ namespace KMrml class AlgorithmCombo : public KComboBox { Q_OBJECT - TQ_OBJECT + public: AlgorithmCombo( TQWidget *parent, const char *name = 0 ); diff --git a/kmrml/kmrml/algorithmdialog.h b/kmrml/kmrml/algorithmdialog.h index 8e0f56a5..72f08e7d 100644 --- a/kmrml/kmrml/algorithmdialog.h +++ b/kmrml/kmrml/algorithmdialog.h @@ -32,7 +32,7 @@ namespace KMrml class AlgorithmDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: AlgorithmDialog( const AlgorithmList&, const CollectionList&, diff --git a/kmrml/kmrml/browser.h b/kmrml/kmrml/browser.h index 47979fea..1bfd3310 100644 --- a/kmrml/kmrml/browser.h +++ b/kmrml/kmrml/browser.h @@ -28,7 +28,7 @@ namespace KMrml class Browser : public KParts::BrowserExtension { Q_OBJECT - TQ_OBJECT + public: Browser( MrmlPart *parent, const char *name ); diff --git a/kmrml/kmrml/collectioncombo.h b/kmrml/kmrml/collectioncombo.h index 746c0a86..e0125ae4 100644 --- a/kmrml/kmrml/collectioncombo.h +++ b/kmrml/kmrml/collectioncombo.h @@ -29,7 +29,7 @@ namespace KMrml class CollectionCombo : public KComboBox { Q_OBJECT - TQ_OBJECT + public: CollectionCombo( TQWidget *parent, const char *name = 0 ); diff --git a/kmrml/kmrml/kcontrol/indexcleaner.h b/kmrml/kmrml/kcontrol/indexcleaner.h index a9d4e6c1..0db17887 100644 --- a/kmrml/kmrml/kcontrol/indexcleaner.h +++ b/kmrml/kmrml/kcontrol/indexcleaner.h @@ -23,7 +23,7 @@ namespace KMrmlConfig class IndexCleaner : public TQObject { Q_OBJECT - TQ_OBJECT + public: IndexCleaner( const TQStringList& dirs, const KMrml::Config *config, diff --git a/kmrml/kmrml/kcontrol/indexer.h b/kmrml/kmrml/kcontrol/indexer.h index 3fd97da9..1f0f6dbe 100644 --- a/kmrml/kmrml/kcontrol/indexer.h +++ b/kmrml/kmrml/kcontrol/indexer.h @@ -31,7 +31,7 @@ namespace KMrmlConfig class Indexer : public TQObject { Q_OBJECT - TQ_OBJECT + public: Indexer( const KMrml::Config *config, diff --git a/kmrml/kmrml/kcontrol/indextest.h b/kmrml/kmrml/kcontrol/indextest.h index 91320d2e..1071cdbd 100644 --- a/kmrml/kmrml/kcontrol/indextest.h +++ b/kmrml/kmrml/kcontrol/indextest.h @@ -11,7 +11,7 @@ class IndexTest : public TQObject { Q_OBJECT - TQ_OBJECT + public: IndexTest(); diff --git a/kmrml/kmrml/kcontrol/kcmkmrml.h b/kmrml/kmrml/kcontrol/kcmkmrml.h index 583689e7..9be6db8a 100644 --- a/kmrml/kmrml/kcontrol/kcmkmrml.h +++ b/kmrml/kmrml/kcontrol/kcmkmrml.h @@ -31,7 +31,7 @@ namespace KMrmlConfig class KCMKMrml : public KCModule { Q_OBJECT - TQ_OBJECT + public: KCMKMrml(TQWidget *parent, const char *name, const TQStringList &); diff --git a/kmrml/kmrml/kcontrol/mainpage.h b/kmrml/kmrml/kcontrol/mainpage.h index 82510fc9..3b79da6d 100644 --- a/kmrml/kmrml/kcontrol/mainpage.h +++ b/kmrml/kmrml/kcontrol/mainpage.h @@ -46,7 +46,7 @@ namespace KMrmlConfig class MainPage : public TQVBox { Q_OBJECT - TQ_OBJECT + public: MainPage( TQWidget *parent, const char *name ); diff --git a/kmrml/kmrml/loader.h b/kmrml/kmrml/loader.h index 7b0cef21..031b7a1a 100644 --- a/kmrml/kmrml/loader.h +++ b/kmrml/kmrml/loader.h @@ -43,7 +43,7 @@ class Loader : public TQObject { friend class gcc_sucks; Q_OBJECT - TQ_OBJECT + public: static Loader *self(); diff --git a/kmrml/kmrml/mrml_part.h b/kmrml/kmrml/mrml_part.h index 0bfec704..a382d22a 100644 --- a/kmrml/kmrml/mrml_part.h +++ b/kmrml/kmrml/mrml_part.h @@ -54,7 +54,7 @@ class MrmlView; class MrmlPart : public KParts::ReadOnlyPart { Q_OBJECT - TQ_OBJECT + public: enum Status { NeedCollection, CanSearch, InProgress }; @@ -151,7 +151,7 @@ private: class PartFactory : public KParts::Factory { Q_OBJECT - TQ_OBJECT + public: PartFactory(); diff --git a/kmrml/kmrml/mrml_view.h b/kmrml/kmrml/mrml_view.h index f73634a8..dde6a0e6 100644 --- a/kmrml/kmrml/mrml_view.h +++ b/kmrml/kmrml/mrml_view.h @@ -52,7 +52,7 @@ class MrmlView : public TQScrollView friend class MrmlViewItem; Q_OBJECT - TQ_OBJECT + public: MrmlView( TQWidget *parent = 0L, const char *name = 0L ); @@ -104,7 +104,7 @@ private: class MrmlViewItem : public TQFrame { Q_OBJECT - TQ_OBJECT + public: enum Relevance diff --git a/kmrml/kmrml/propertywidgets.h b/kmrml/kmrml/propertywidgets.h index d0987c0b..bfb207a0 100644 --- a/kmrml/kmrml/propertywidgets.h +++ b/kmrml/kmrml/propertywidgets.h @@ -28,7 +28,7 @@ namespace KMrml class IntegerWidget : public TQHBox { Q_OBJECT - TQ_OBJECT + public: IntegerWidget( const PropertySheet& sheet, @@ -44,7 +44,7 @@ namespace KMrml class ComboWidget : public TQHBox { Q_OBJECT - TQ_OBJECT + public: ComboWidget( const PropertySheet& sheet, @@ -60,7 +60,7 @@ namespace KMrml class CheckBoxWidget : public TQHBox { Q_OBJECT - TQ_OBJECT + public: CheckBoxWidget( const PropertySheet& sheet, @@ -78,7 +78,7 @@ namespace KMrml class LineEditWidget : public TQHBox { Q_OBJECT - TQ_OBJECT + public: LineEditWidget( const PropertySheet& sheet, @@ -94,7 +94,7 @@ namespace KMrml class ListBoxWidget : public TQHBox { Q_OBJECT - TQ_OBJECT + public: ListBoxWidget( const PropertySheet& sheet, diff --git a/kmrml/kmrml/server/watcher.h b/kmrml/kmrml/server/watcher.h index 941d7ebf..00338480 100644 --- a/kmrml/kmrml/server/watcher.h +++ b/kmrml/kmrml/server/watcher.h @@ -61,7 +61,7 @@ namespace KMrml class Watcher : public KDEDModule { Q_OBJECT -// TQ_OBJECT +// K_DCOP public: diff --git a/kolourpaint/kpcommandhistory.h b/kolourpaint/kpcommandhistory.h index 0cc18229..13365ff9 100644 --- a/kolourpaint/kpcommandhistory.h +++ b/kolourpaint/kpcommandhistory.h @@ -133,7 +133,7 @@ private: class kpCommandHistoryBase : public TQObject { Q_OBJECT - TQ_OBJECT + public: kpCommandHistoryBase (bool doReadConfig, KActionCollection *ac); @@ -239,7 +239,7 @@ private: class kpCommandHistory : public kpCommandHistoryBase { Q_OBJECT - TQ_OBJECT + public: kpCommandHistory (bool doReadConfig, kpMainWindow *mainWindow); diff --git a/kolourpaint/kpdocument.h b/kolourpaint/kpdocument.h index b2dfb55b..b20d282f 100644 --- a/kolourpaint/kpdocument.h +++ b/kolourpaint/kpdocument.h @@ -55,7 +55,7 @@ class kpSelection; class kpDocument : public TQObject { Q_OBJECT - TQ_OBJECT + public: kpDocument (int w, int h, kpMainWindow *mainWindow); diff --git a/kolourpaint/kpdocumentsaveoptionswidget.h b/kolourpaint/kpdocumentsaveoptionswidget.h index 3266582f..60e4b40a 100644 --- a/kolourpaint/kpdocumentsaveoptionswidget.h +++ b/kolourpaint/kpdocumentsaveoptionswidget.h @@ -44,7 +44,7 @@ class kpResizeSignallingLabel; class kpDocumentSaveOptionsPreviewDialog : public TQWidget { Q_OBJECT - TQ_OBJECT + public: kpDocumentSaveOptionsPreviewDialog (TQWidget *parent, const char *name = 0); @@ -96,7 +96,7 @@ class KPushButton; class kpDocumentSaveOptionsWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: kpDocumentSaveOptionsWidget (const TQPixmap &docPixmap, diff --git a/kolourpaint/kpmainwindow.h b/kolourpaint/kpmainwindow.h index 3da1e570..e47dc32b 100644 --- a/kolourpaint/kpmainwindow.h +++ b/kolourpaint/kpmainwindow.h @@ -88,7 +88,7 @@ class kpZoomedView; class kpMainWindow : public KMainWindow { Q_OBJECT - TQ_OBJECT + public: // Opens a new window with a blank document. diff --git a/kolourpaint/kpselection.h b/kolourpaint/kpselection.h index a227fef2..eb5025ae 100644 --- a/kolourpaint/kpselection.h +++ b/kolourpaint/kpselection.h @@ -55,7 +55,7 @@ class TQSize; class kpSelection : public TQObject { Q_OBJECT - TQ_OBJECT + public: enum Type diff --git a/kolourpaint/kpselectiondrag.h b/kolourpaint/kpselectiondrag.h index 4ed90d7f..3a6f88b7 100644 --- a/kolourpaint/kpselectiondrag.h +++ b/kolourpaint/kpselectiondrag.h @@ -38,7 +38,7 @@ class kpSelectionDrag : public TQImageDrag { Q_OBJECT - TQ_OBJECT + public: kpSelectionDrag (TQWidget *dragSource = 0, const char *name = 0); diff --git a/kolourpaint/kpsinglekeytriggersaction.h b/kolourpaint/kpsinglekeytriggersaction.h index 495e336e..0e88ac8f 100644 --- a/kolourpaint/kpsinglekeytriggersaction.h +++ b/kolourpaint/kpsinglekeytriggersaction.h @@ -60,7 +60,7 @@ class kpSingleKeyTriggersAction : public KAction, public kpSingleKeyTriggersActionInterface { Q_OBJECT - TQ_OBJECT + public: kpSingleKeyTriggersAction (const TQString &text, diff --git a/kolourpaint/kpthumbnail.h b/kolourpaint/kpthumbnail.h index 5cb17d54..f74403e4 100644 --- a/kolourpaint/kpthumbnail.h +++ b/kolourpaint/kpthumbnail.h @@ -38,7 +38,7 @@ class kpThumbnailView; class kpThumbnail : public TQDockWindow { Q_OBJECT - TQ_OBJECT + public: kpThumbnail (kpMainWindow *parent, const char *name = 0); diff --git a/kolourpaint/kptool.h b/kolourpaint/kptool.h index b5555d64..f1fc22bb 100644 --- a/kolourpaint/kptool.h +++ b/kolourpaint/kptool.h @@ -58,7 +58,7 @@ class kpToolToolBar; class kpTool : public TQObject { Q_OBJECT - TQ_OBJECT + public: kpTool (const TQString &text, const TQString &description, diff --git a/kolourpaint/kpview.h b/kolourpaint/kpview.h index 4460a8ac..879c2b0e 100644 --- a/kolourpaint/kpview.h +++ b/kolourpaint/kpview.h @@ -59,7 +59,7 @@ class kpViewScrollableContainer; class kpView : public TQWidget { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kolourpaint/kpviewmanager.h b/kolourpaint/kpviewmanager.h index 6e48be3d..d609d7d6 100644 --- a/kolourpaint/kpviewmanager.h +++ b/kolourpaint/kpviewmanager.h @@ -47,7 +47,7 @@ class kpTempPixmap; class kpViewManager : public TQObject { Q_OBJECT - TQ_OBJECT + public: kpViewManager (kpMainWindow *mainWindow); diff --git a/kolourpaint/kpviewscrollablecontainer.h b/kolourpaint/kpviewscrollablecontainer.h index 9b3a5f25..ea6783dc 100644 --- a/kolourpaint/kpviewscrollablecontainer.h +++ b/kolourpaint/kpviewscrollablecontainer.h @@ -48,7 +48,7 @@ class kpMainWindow; class kpGrip : public TQWidget { Q_OBJECT - TQ_OBJECT + public: enum GripType @@ -116,7 +116,7 @@ protected: class kpViewScrollableContainer : public TQScrollView { Q_OBJECT - TQ_OBJECT + public: kpViewScrollableContainer (kpMainWindow *parent, const char *name = 0); diff --git a/kolourpaint/pixmapfx/kpcoloreffect.h b/kolourpaint/pixmapfx/kpcoloreffect.h index 5221757c..793978de 100644 --- a/kolourpaint/pixmapfx/kpcoloreffect.h +++ b/kolourpaint/pixmapfx/kpcoloreffect.h @@ -74,7 +74,7 @@ private: class kpColorEffectWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: kpColorEffectWidget (bool actOnSelection, diff --git a/kolourpaint/pixmapfx/kpeffectbalance.h b/kolourpaint/pixmapfx/kpeffectbalance.h index ec065ee3..2357a72c 100644 --- a/kolourpaint/pixmapfx/kpeffectbalance.h +++ b/kolourpaint/pixmapfx/kpeffectbalance.h @@ -74,7 +74,7 @@ protected: class kpEffectBalanceWidget : public kpColorEffectWidget { Q_OBJECT - TQ_OBJECT + public: kpEffectBalanceWidget (bool actOnSelection, diff --git a/kolourpaint/pixmapfx/kpeffectblursharpen.h b/kolourpaint/pixmapfx/kpeffectblursharpen.h index 09c5ee4c..5f42b712 100644 --- a/kolourpaint/pixmapfx/kpeffectblursharpen.h +++ b/kolourpaint/pixmapfx/kpeffectblursharpen.h @@ -74,7 +74,7 @@ protected: class kpEffectBlurSharpenWidget : public kpColorEffectWidget { Q_OBJECT - TQ_OBJECT + public: kpEffectBlurSharpenWidget (bool actOnSelection, diff --git a/kolourpaint/pixmapfx/kpeffectemboss.h b/kolourpaint/pixmapfx/kpeffectemboss.h index 18e4584a..dfb4847e 100644 --- a/kolourpaint/pixmapfx/kpeffectemboss.h +++ b/kolourpaint/pixmapfx/kpeffectemboss.h @@ -66,7 +66,7 @@ protected: class kpEffectEmbossWidget : public kpColorEffectWidget { Q_OBJECT - TQ_OBJECT + public: kpEffectEmbossWidget (bool actOnSelection, diff --git a/kolourpaint/pixmapfx/kpeffectflatten.h b/kolourpaint/pixmapfx/kpeffectflatten.h index 6eb6b07c..78252f5d 100644 --- a/kolourpaint/pixmapfx/kpeffectflatten.h +++ b/kolourpaint/pixmapfx/kpeffectflatten.h @@ -76,7 +76,7 @@ protected: class kpEffectFlattenWidget : public kpColorEffectWidget { Q_OBJECT - TQ_OBJECT + public: kpEffectFlattenWidget (bool actOnSelection, diff --git a/kolourpaint/pixmapfx/kpeffectinvert.h b/kolourpaint/pixmapfx/kpeffectinvert.h index 91be0fae..cfe5b6b5 100644 --- a/kolourpaint/pixmapfx/kpeffectinvert.h +++ b/kolourpaint/pixmapfx/kpeffectinvert.h @@ -91,7 +91,7 @@ protected: class kpEffectInvertWidget : public kpColorEffectWidget { Q_OBJECT - TQ_OBJECT + public: kpEffectInvertWidget (bool actOnSelection, diff --git a/kolourpaint/pixmapfx/kpeffectreducecolors.h b/kolourpaint/pixmapfx/kpeffectreducecolors.h index 2109c8ca..0dfd18e2 100644 --- a/kolourpaint/pixmapfx/kpeffectreducecolors.h +++ b/kolourpaint/pixmapfx/kpeffectreducecolors.h @@ -73,7 +73,7 @@ protected: class kpEffectReduceColorsWidget : public kpColorEffectWidget { Q_OBJECT - TQ_OBJECT + public: kpEffectReduceColorsWidget (bool actOnSelection, diff --git a/kolourpaint/pixmapfx/kpeffectsdialog.h b/kolourpaint/pixmapfx/kpeffectsdialog.h index 94c4ebdc..a0621a70 100644 --- a/kolourpaint/pixmapfx/kpeffectsdialog.h +++ b/kolourpaint/pixmapfx/kpeffectsdialog.h @@ -48,7 +48,7 @@ class kpMainWindow; class kpEffectsDialog : public kpToolPreviewDialog { Q_OBJECT - TQ_OBJECT + public: kpEffectsDialog (bool actOnSelection, diff --git a/kolourpaint/tools/kptoolaction.h b/kolourpaint/tools/kptoolaction.h index c758de5c..9979ed75 100644 --- a/kolourpaint/tools/kptoolaction.h +++ b/kolourpaint/tools/kptoolaction.h @@ -38,7 +38,7 @@ class kpToolAction : public KToggleAction, public kpSingleKeyTriggersActionInterface { Q_OBJECT - TQ_OBJECT + public: kpToolAction (const TQString &text, diff --git a/kolourpaint/tools/kptoolairspray.h b/kolourpaint/tools/kptoolairspray.h index f968bb97..44261aeb 100644 --- a/kolourpaint/tools/kptoolairspray.h +++ b/kolourpaint/tools/kptoolairspray.h @@ -47,7 +47,7 @@ class kpViewManager; class kpToolAirSpray : public kpTool { Q_OBJECT - TQ_OBJECT + public: kpToolAirSpray (kpMainWindow *); diff --git a/kolourpaint/tools/kptoolbrush.h b/kolourpaint/tools/kptoolbrush.h index 4b86ab9f..425b558a 100644 --- a/kolourpaint/tools/kptoolbrush.h +++ b/kolourpaint/tools/kptoolbrush.h @@ -34,7 +34,7 @@ class kpToolBrush : public kpToolPen { Q_OBJECT - TQ_OBJECT + public: kpToolBrush (kpMainWindow *mainWindow); diff --git a/kolourpaint/tools/kptoolcolorpicker.h b/kolourpaint/tools/kptoolcolorpicker.h index b8e79370..47601860 100644 --- a/kolourpaint/tools/kptoolcolorpicker.h +++ b/kolourpaint/tools/kptoolcolorpicker.h @@ -42,7 +42,7 @@ class kpColorToolBar; class kpToolColorPicker : public kpTool { Q_OBJECT - TQ_OBJECT + public: kpToolColorPicker (kpMainWindow *); diff --git a/kolourpaint/tools/kptoolcolorwasher.h b/kolourpaint/tools/kptoolcolorwasher.h index 537e5723..41910638 100644 --- a/kolourpaint/tools/kptoolcolorwasher.h +++ b/kolourpaint/tools/kptoolcolorwasher.h @@ -34,7 +34,7 @@ class kpToolColorWasher : public kpToolPen { Q_OBJECT - TQ_OBJECT + public: kpToolColorWasher (kpMainWindow *mainWindow); diff --git a/kolourpaint/tools/kptoolcurve.h b/kolourpaint/tools/kptoolcurve.h index 29baaead..7510c8fc 100644 --- a/kolourpaint/tools/kptoolcurve.h +++ b/kolourpaint/tools/kptoolcurve.h @@ -36,7 +36,7 @@ class kpMainWindow; class kpToolCurve : public kpToolPolygon { Q_OBJECT - TQ_OBJECT + public: kpToolCurve (kpMainWindow *mainWindow); diff --git a/kolourpaint/tools/kptoolellipse.h b/kolourpaint/tools/kptoolellipse.h index fde8708d..2ac8db48 100644 --- a/kolourpaint/tools/kptoolellipse.h +++ b/kolourpaint/tools/kptoolellipse.h @@ -36,7 +36,7 @@ class kpMainWindow; class kpToolEllipse : public kpToolRectangle { Q_OBJECT - TQ_OBJECT + public: kpToolEllipse (kpMainWindow *); diff --git a/kolourpaint/tools/kptooleraser.h b/kolourpaint/tools/kptooleraser.h index 8626c67b..f80335ca 100644 --- a/kolourpaint/tools/kptooleraser.h +++ b/kolourpaint/tools/kptooleraser.h @@ -34,7 +34,7 @@ class kpToolEraser : public kpToolPen { Q_OBJECT -TQ_OBJECT + public: kpToolEraser (kpMainWindow *mainWindow); diff --git a/kolourpaint/tools/kptoolflip.h b/kolourpaint/tools/kptoolflip.h index e1c858d6..1def23bd 100644 --- a/kolourpaint/tools/kptoolflip.h +++ b/kolourpaint/tools/kptoolflip.h @@ -65,7 +65,7 @@ private: class kpToolFlipDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: kpToolFlipDialog (bool actOnSelection, TQWidget *parent); diff --git a/kolourpaint/tools/kptoolfloodfill.h b/kolourpaint/tools/kptoolfloodfill.h index f048f3f1..67ef8446 100644 --- a/kolourpaint/tools/kptoolfloodfill.h +++ b/kolourpaint/tools/kptoolfloodfill.h @@ -48,7 +48,7 @@ class kpToolFloodFillCommand; class kpToolFloodFill : public kpTool { Q_OBJECT - TQ_OBJECT + public: kpToolFloodFill (kpMainWindow *); diff --git a/kolourpaint/tools/kptoolline.h b/kolourpaint/tools/kptoolline.h index 82d99510..44b8f5da 100644 --- a/kolourpaint/tools/kptoolline.h +++ b/kolourpaint/tools/kptoolline.h @@ -36,7 +36,7 @@ class kpMainWindow; class kpToolLine : public kpToolPolygon { Q_OBJECT - TQ_OBJECT + public: kpToolLine (kpMainWindow *); diff --git a/kolourpaint/tools/kptoolpen.h b/kolourpaint/tools/kptoolpen.h index acee1265..857d1651 100644 --- a/kolourpaint/tools/kptoolpen.h +++ b/kolourpaint/tools/kptoolpen.h @@ -48,7 +48,7 @@ class kpViewManager; class kpToolPen : public kpTool { Q_OBJECT - TQ_OBJECT + public: enum Mode diff --git a/kolourpaint/tools/kptoolpolygon.h b/kolourpaint/tools/kptoolpolygon.h index 50129be3..788b2a31 100644 --- a/kolourpaint/tools/kptoolpolygon.h +++ b/kolourpaint/tools/kptoolpolygon.h @@ -60,7 +60,7 @@ class kpViewManager; class kpToolPolygon : public kpTool { Q_OBJECT - TQ_OBJECT + public: enum Mode diff --git a/kolourpaint/tools/kptoolpolyline.h b/kolourpaint/tools/kptoolpolyline.h index 96cfcac5..3c49f8fa 100644 --- a/kolourpaint/tools/kptoolpolyline.h +++ b/kolourpaint/tools/kptoolpolyline.h @@ -36,7 +36,7 @@ class kpMainWindow; class kpToolPolyline : public kpToolPolygon { Q_OBJECT - TQ_OBJECT + public: kpToolPolyline (kpMainWindow *); diff --git a/kolourpaint/tools/kptoolpreviewdialog.h b/kolourpaint/tools/kptoolpreviewdialog.h index 5199a147..42b21701 100644 --- a/kolourpaint/tools/kptoolpreviewdialog.h +++ b/kolourpaint/tools/kptoolpreviewdialog.h @@ -46,7 +46,7 @@ class kpResizeSignallingLabel; class kpToolPreviewDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: enum Features diff --git a/kolourpaint/tools/kptoolrectangle.h b/kolourpaint/tools/kptoolrectangle.h index d1b28275..c1f6562b 100644 --- a/kolourpaint/tools/kptoolrectangle.h +++ b/kolourpaint/tools/kptoolrectangle.h @@ -50,7 +50,7 @@ class kpViewManager; class kpToolRectangle : public kpTool { Q_OBJECT - TQ_OBJECT + public: // it turns out that these shapes are all really the same thing diff --git a/kolourpaint/tools/kptoolresizescale.h b/kolourpaint/tools/kptoolresizescale.h index f0fa2150..9f4d96bd 100644 --- a/kolourpaint/tools/kptoolresizescale.h +++ b/kolourpaint/tools/kptoolresizescale.h @@ -107,7 +107,7 @@ protected: class kpToolResizeScaleDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: kpToolResizeScaleDialog (kpMainWindow *mainWindow); diff --git a/kolourpaint/tools/kptoolrotate.h b/kolourpaint/tools/kptoolrotate.h index 7b24df89..be1b51c6 100644 --- a/kolourpaint/tools/kptoolrotate.h +++ b/kolourpaint/tools/kptoolrotate.h @@ -81,7 +81,7 @@ private: class kpToolRotateDialog : public kpToolPreviewDialog { Q_OBJECT - TQ_OBJECT + public: kpToolRotateDialog (bool actOnSelection, diff --git a/kolourpaint/tools/kptoolroundedrectangle.h b/kolourpaint/tools/kptoolroundedrectangle.h index cedd3e7f..2f451521 100644 --- a/kolourpaint/tools/kptoolroundedrectangle.h +++ b/kolourpaint/tools/kptoolroundedrectangle.h @@ -36,7 +36,7 @@ class kpMainWindow; class kpToolRoundedRectangle : public kpToolRectangle { Q_OBJECT - TQ_OBJECT + public: kpToolRoundedRectangle (kpMainWindow *); diff --git a/kolourpaint/tools/kptoolselection.h b/kolourpaint/tools/kptoolselection.h index 531f1b78..ceef111d 100644 --- a/kolourpaint/tools/kptoolselection.h +++ b/kolourpaint/tools/kptoolselection.h @@ -59,7 +59,7 @@ class kpToolWidgetOpaqueOrTransparent; class kpToolSelection : public kpTool { Q_OBJECT - TQ_OBJECT + public: enum Mode {Rectangle, Ellipse, FreeForm, Text}; @@ -243,7 +243,7 @@ class kpToolSelectionResizeScaleCommand : public TQObject, public kpNamedCommand { Q_OBJECT - TQ_OBJECT + public: kpToolSelectionResizeScaleCommand (kpMainWindow *mainWindow); diff --git a/kolourpaint/tools/kptoolskew.h b/kolourpaint/tools/kptoolskew.h index 6db5204b..f1a34025 100644 --- a/kolourpaint/tools/kptoolskew.h +++ b/kolourpaint/tools/kptoolskew.h @@ -76,7 +76,7 @@ private: class kpToolSkewDialog : public kpToolPreviewDialog { Q_OBJECT - TQ_OBJECT + public: kpToolSkewDialog (bool actOnSelection, kpMainWindow *parent, diff --git a/kolourpaint/tools/kptooltext.h b/kolourpaint/tools/kptooltext.h index 44edc0f9..ec2e117a 100644 --- a/kolourpaint/tools/kptooltext.h +++ b/kolourpaint/tools/kptooltext.h @@ -44,7 +44,7 @@ class kpViewManager; class kpToolText : public kpToolSelection { Q_OBJECT - TQ_OBJECT + public: kpToolText (kpMainWindow *mainWindow); diff --git a/kolourpaint/views/kpthumbnailview.h b/kolourpaint/views/kpthumbnailview.h index eab2f16c..b36cd2eb 100644 --- a/kolourpaint/views/kpthumbnailview.h +++ b/kolourpaint/views/kpthumbnailview.h @@ -41,7 +41,7 @@ class kpThumbnailView : public kpView { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kolourpaint/views/kpunzoomedthumbnailview.h b/kolourpaint/views/kpunzoomedthumbnailview.h index 554d8037..d34b1165 100644 --- a/kolourpaint/views/kpunzoomedthumbnailview.h +++ b/kolourpaint/views/kpunzoomedthumbnailview.h @@ -55,7 +55,7 @@ class kpViewScrollableContainer; /*sealed*/ class kpUnzoomedThumbnailView : public kpThumbnailView { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kolourpaint/views/kpzoomedthumbnailview.h b/kolourpaint/views/kpzoomedthumbnailview.h index a3b8fd25..97fd4022 100644 --- a/kolourpaint/views/kpzoomedthumbnailview.h +++ b/kolourpaint/views/kpzoomedthumbnailview.h @@ -50,7 +50,7 @@ /*sealed*/ class kpZoomedThumbnailView : public kpThumbnailView { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kolourpaint/views/kpzoomedview.h b/kolourpaint/views/kpzoomedview.h index 2581aeef..045fee4c 100644 --- a/kolourpaint/views/kpzoomedview.h +++ b/kolourpaint/views/kpzoomedview.h @@ -51,7 +51,7 @@ /*sealed*/ class kpZoomedView : public kpView { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kolourpaint/widgets/kpcolorsimilaritydialog.h b/kolourpaint/widgets/kpcolorsimilaritydialog.h index b365819e..29895951 100644 --- a/kolourpaint/widgets/kpcolorsimilaritydialog.h +++ b/kolourpaint/widgets/kpcolorsimilaritydialog.h @@ -38,7 +38,7 @@ class kpMainWindow; class kpColorSimilarityDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: kpColorSimilarityDialog (kpMainWindow *mainWindow, diff --git a/kolourpaint/widgets/kpcolortoolbar.h b/kolourpaint/widgets/kpcolortoolbar.h index 7c005441..8f5080cc 100644 --- a/kolourpaint/widgets/kpcolortoolbar.h +++ b/kolourpaint/widgets/kpcolortoolbar.h @@ -59,7 +59,7 @@ class kpMainWindow; class kpDualColorButton : public TQFrame { Q_OBJECT - TQ_OBJECT + public: kpDualColorButton (kpMainWindow *mainWindow, @@ -119,7 +119,7 @@ protected: class kpColorCells : public KColorCells { Q_OBJECT - TQ_OBJECT + public: kpColorCells (TQWidget *parent, @@ -157,7 +157,7 @@ protected slots: class kpTransparentColorCell : public TQFrame { Q_OBJECT - TQ_OBJECT + public: kpTransparentColorCell (TQWidget *parent, const char *name = 0); @@ -185,7 +185,7 @@ protected: class kpColorPalette : public TQWidget { Q_OBJECT - TQ_OBJECT + public: kpColorPalette (TQWidget *parent, @@ -212,7 +212,7 @@ protected: class kpColorSimilarityToolBarItem : public kpColorSimilarityCube { Q_OBJECT - TQ_OBJECT + public: kpColorSimilarityToolBarItem (kpMainWindow *mainWindow, @@ -248,7 +248,7 @@ private: class kpColorToolBar : public KToolBar { Q_OBJECT - TQ_OBJECT + public: kpColorToolBar (const TQString &label, kpMainWindow *mainWindow, const char *name = 0); diff --git a/kolourpaint/widgets/kpresizesignallinglabel.h b/kolourpaint/widgets/kpresizesignallinglabel.h index a97fc037..6d876a77 100644 --- a/kolourpaint/widgets/kpresizesignallinglabel.h +++ b/kolourpaint/widgets/kpresizesignallinglabel.h @@ -35,7 +35,7 @@ class kpResizeSignallingLabel : public TQLabel { Q_OBJECT - TQ_OBJECT + public: kpResizeSignallingLabel (const TQString &string, TQWidget *parent, const char *name = 0); diff --git a/kolourpaint/widgets/kpsqueezedtextlabel.h b/kolourpaint/widgets/kpsqueezedtextlabel.h index e4828b54..eeaace62 100644 --- a/kolourpaint/widgets/kpsqueezedtextlabel.h +++ b/kolourpaint/widgets/kpsqueezedtextlabel.h @@ -37,7 +37,7 @@ class kpSqueezedTextLabel : public TQLabel { Q_OBJECT - TQ_OBJECT + public: kpSqueezedTextLabel (TQWidget *parent, const char *name = 0); diff --git a/kolourpaint/widgets/kptooltoolbar.h b/kolourpaint/widgets/kptooltoolbar.h index 5005396f..0607a377 100644 --- a/kolourpaint/widgets/kptooltoolbar.h +++ b/kolourpaint/widgets/kptooltoolbar.h @@ -54,7 +54,7 @@ class kpToolWidgetSpraycanSize; class kpToolToolBar : public KToolBar { Q_OBJECT - TQ_OBJECT + public: kpToolToolBar (const TQString &label, kpMainWindow *mainWindow, int colsOrRows = 2, const char *name = 0); diff --git a/kolourpaint/widgets/kptoolwidgetbase.h b/kolourpaint/widgets/kptoolwidgetbase.h index 4afb8d35..bd0847c2 100644 --- a/kolourpaint/widgets/kptoolwidgetbase.h +++ b/kolourpaint/widgets/kptoolwidgetbase.h @@ -44,7 +44,7 @@ class TQPainter; class kpToolWidgetBase : public TQFrame { Q_OBJECT - TQ_OBJECT + public: kpToolWidgetBase (TQWidget *parent, const char *name); // must provide a name for config to work diff --git a/kolourpaint/widgets/kptoolwidgetbrush.h b/kolourpaint/widgets/kptoolwidgetbrush.h index c67db05e..eee631f1 100644 --- a/kolourpaint/widgets/kptoolwidgetbrush.h +++ b/kolourpaint/widgets/kptoolwidgetbrush.h @@ -36,7 +36,7 @@ class kpToolWidgetBrush : public kpToolWidgetBase { Q_OBJECT - TQ_OBJECT + public: kpToolWidgetBrush (TQWidget *parent, const char *name); diff --git a/kolourpaint/widgets/kptoolwidgeterasersize.h b/kolourpaint/widgets/kptoolwidgeterasersize.h index 2f7c0be0..e326ee35 100644 --- a/kolourpaint/widgets/kptoolwidgeterasersize.h +++ b/kolourpaint/widgets/kptoolwidgeterasersize.h @@ -38,7 +38,7 @@ class kpColor; class kpToolWidgetEraserSize : public kpToolWidgetBase { Q_OBJECT - TQ_OBJECT + public: kpToolWidgetEraserSize (TQWidget *parent, const char *name); diff --git a/kolourpaint/widgets/kptoolwidgetfillstyle.h b/kolourpaint/widgets/kptoolwidgetfillstyle.h index c32b3b65..a8b96ee5 100644 --- a/kolourpaint/widgets/kptoolwidgetfillstyle.h +++ b/kolourpaint/widgets/kptoolwidgetfillstyle.h @@ -38,7 +38,7 @@ class kpColor; class kpToolWidgetFillStyle : public kpToolWidgetBase { Q_OBJECT - TQ_OBJECT + public: kpToolWidgetFillStyle (TQWidget *parent, const char *name); diff --git a/kolourpaint/widgets/kptoolwidgetlinewidth.h b/kolourpaint/widgets/kptoolwidgetlinewidth.h index 6cc82d26..b83e6c0c 100644 --- a/kolourpaint/widgets/kptoolwidgetlinewidth.h +++ b/kolourpaint/widgets/kptoolwidgetlinewidth.h @@ -34,7 +34,7 @@ class kpToolWidgetLineWidth : public kpToolWidgetBase { Q_OBJECT - TQ_OBJECT + public: kpToolWidgetLineWidth (TQWidget *parent, const char *name); diff --git a/kolourpaint/widgets/kptoolwidgetopaqueortransparent.h b/kolourpaint/widgets/kptoolwidgetopaqueortransparent.h index 613841f2..175a5f15 100644 --- a/kolourpaint/widgets/kptoolwidgetopaqueortransparent.h +++ b/kolourpaint/widgets/kptoolwidgetopaqueortransparent.h @@ -35,7 +35,7 @@ class kpToolWidgetOpaqueOrTransparent : public kpToolWidgetBase { Q_OBJECT - TQ_OBJECT + public: kpToolWidgetOpaqueOrTransparent (TQWidget *parent, const char *name); diff --git a/kolourpaint/widgets/kptoolwidgetspraycansize.h b/kolourpaint/widgets/kptoolwidgetspraycansize.h index dc10ac1b..5f0a9e39 100644 --- a/kolourpaint/widgets/kptoolwidgetspraycansize.h +++ b/kolourpaint/widgets/kptoolwidgetspraycansize.h @@ -34,7 +34,7 @@ class kpToolWidgetSpraycanSize : public kpToolWidgetBase { Q_OBJECT - TQ_OBJECT + public: kpToolWidgetSpraycanSize (TQWidget *parent, const char *name); diff --git a/kooka/dwmenuaction.h b/kooka/dwmenuaction.h index 958ebe82..fa9b9d66 100644 --- a/kooka/dwmenuaction.h +++ b/kooka/dwmenuaction.h @@ -43,7 +43,7 @@ class dwMenuAction:public KToggleAction { Q_OBJECT - TQ_OBJECT + public: dwMenuAction( const TQString& text, const KShortcut& cut = KShortcut(), diff --git a/kooka/imageselectline.h b/kooka/imageselectline.h index c3baae29..d385965c 100644 --- a/kooka/imageselectline.h +++ b/kooka/imageselectline.h @@ -43,7 +43,7 @@ class TQStringList; class ImageSelectLine:public TQHBox { Q_OBJECT - TQ_OBJECT + public: ImageSelectLine( TQWidget *parent, const TQString& text ); diff --git a/kooka/img_saver.h b/kooka/img_saver.h index 0f9a713a..47596472 100644 --- a/kooka/img_saver.h +++ b/kooka/img_saver.h @@ -101,7 +101,7 @@ class KookaImage; class FormatDialog:public KDialogBase { Q_OBJECT - TQ_OBJECT + public: FormatDialog( TQWidget *parent, const TQString&, const char * ); @@ -145,7 +145,7 @@ private: class ImgSaver:public TQObject { Q_OBJECT - TQ_OBJECT + public: /** * constructor of the image-saver object. diff --git a/kooka/imgnamecombo.h b/kooka/imgnamecombo.h index 3a44aee3..55d9d393 100644 --- a/kooka/imgnamecombo.h +++ b/kooka/imgnamecombo.h @@ -41,7 +41,7 @@ class KFileBranch; class ImageNameCombo: public KComboBox { Q_OBJECT - TQ_OBJECT + public: ImageNameCombo( TQWidget* ); ~ImageNameCombo(); diff --git a/kooka/imgprintdialog.h b/kooka/imgprintdialog.h index 38c00a67..d3d40ae2 100644 --- a/kooka/imgprintdialog.h +++ b/kooka/imgprintdialog.h @@ -53,7 +53,7 @@ class TQCheckBox; class ImgPrintDialog: public KPrintDialogPage { Q_OBJECT - TQ_OBJECT + public: ImgPrintDialog( KookaImage *img, TQWidget *parent=0L, const char* name=0L ); diff --git a/kooka/kadmosocr.h b/kooka/kadmosocr.h index ca7edcb4..33656fd3 100644 --- a/kooka/kadmosocr.h +++ b/kooka/kadmosocr.h @@ -69,7 +69,7 @@ namespace Kadmos { class CRep : public TQObject { Q_OBJECT - TQ_OBJECT + public: CRep(); virtual ~CRep(); diff --git a/kooka/kocrbase.h b/kooka/kocrbase.h index 8e10bd0d..76456214 100644 --- a/kooka/kocrbase.h +++ b/kooka/kocrbase.h @@ -54,7 +54,7 @@ class TQGroupBox; class KOCRBase: public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KOCRBase( TQWidget *, KSpellConfig *spellConfig, KDialogBase::DialogType face = KDialogBase::Plain ); diff --git a/kooka/kocrgocr.h b/kooka/kocrgocr.h index 2b42ebfb..cfc5663d 100644 --- a/kooka/kocrgocr.h +++ b/kooka/kocrgocr.h @@ -45,7 +45,7 @@ class KSpellConfig; class KGOCRDialog: public KOCRBase { Q_OBJECT - TQ_OBJECT + public: KGOCRDialog( TQWidget*, KSpellConfig* ); ~KGOCRDialog(); diff --git a/kooka/kocrkadmos.h b/kooka/kocrkadmos.h index ac9a4176..02308edf 100644 --- a/kooka/kocrkadmos.h +++ b/kooka/kocrkadmos.h @@ -66,7 +66,7 @@ private: class KadmosDialog: public KOCRBase { Q_OBJECT - TQ_OBJECT + public: KadmosDialog( TQWidget *, KSpellConfig *spellConfig ); ~KadmosDialog(); diff --git a/kooka/kocrocrad.h b/kooka/kocrocrad.h index dc6000ca..0612b8a3 100644 --- a/kooka/kocrocrad.h +++ b/kooka/kocrocrad.h @@ -55,7 +55,7 @@ class TQComboBox; class ocradDialog: public KOCRBase { Q_OBJECT - TQ_OBJECT + public: ocradDialog( TQWidget*, KSpellConfig* ); ~ocradDialog(); diff --git a/kooka/kooka.h b/kooka/kooka.h index 6fa12078..84ff1423 100644 --- a/kooka/kooka.h +++ b/kooka/kooka.h @@ -55,7 +55,7 @@ class KookaView; class Kooka : public KParts::DockMainWindow { Q_OBJECT - TQ_OBJECT + public: /** * Default Constructor diff --git a/kooka/kookapref.h b/kooka/kookapref.h index e199fabd..d57d3ff2 100644 --- a/kooka/kookapref.h +++ b/kooka/kookapref.h @@ -47,7 +47,7 @@ class TQCheckBox; class KookaPreferences : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KookaPreferences(); static TQString tryFindGocr( void ); diff --git a/kooka/kookaprint.h b/kooka/kookaprint.h index a7b63f46..9336a3d0 100644 --- a/kooka/kookaprint.h +++ b/kooka/kookaprint.h @@ -55,7 +55,7 @@ private: class KookaPrint:public TQObject { Q_OBJECT - TQ_OBJECT + public: KookaPrint(KPrinter*); diff --git a/kooka/kookaview.h b/kooka/kookaview.h index 76910cdc..b4d4a5df 100644 --- a/kooka/kookaview.h +++ b/kooka/kookaview.h @@ -69,7 +69,7 @@ class ocrResEdit; class KookaView : public TQObject { Q_OBJECT - TQ_OBJECT + public: typedef enum { MirrorVertical, MirrorHorizontal, MirrorBoth } MirrorType; typedef enum { StatusTemp, StatusImage } StatusBarIDs; diff --git a/kooka/ksaneocr.h b/kooka/ksaneocr.h index bc2bc844..1a94a718 100644 --- a/kooka/ksaneocr.h +++ b/kooka/ksaneocr.h @@ -75,7 +75,7 @@ typedef enum{ ENG_ERROR, ENG_OK, ENG_DATA_MISSING, ENG_BAD_SETUP } EngineError; class KSANEOCR : public TQObject { Q_OBJECT - TQ_OBJECT + public: enum OCREngines{ GOCR, OCRAD, KADMOS }; diff --git a/kooka/ocrresedit.h b/kooka/ocrresedit.h index 72517f4b..c71d4e1d 100644 --- a/kooka/ocrresedit.h +++ b/kooka/ocrresedit.h @@ -36,7 +36,7 @@ class ocrWord; class ocrResEdit : public TQTextEdit { Q_OBJECT - TQ_OBJECT + public: ocrResEdit( TQWidget *parent ); diff --git a/kooka/scanpackager.h b/kooka/scanpackager.h index ab4519e6..d67efe08 100644 --- a/kooka/scanpackager.h +++ b/kooka/scanpackager.h @@ -74,7 +74,7 @@ private: class ScanPackager : public KFileTreeView { Q_OBJECT - TQ_OBJECT + public: ScanPackager( TQWidget *parent); ~ScanPackager(); diff --git a/kooka/thumbview.h b/kooka/thumbview.h index 49df9056..ae0b85af 100644 --- a/kooka/thumbview.h +++ b/kooka/thumbview.h @@ -59,7 +59,7 @@ class KIO::PreviewJob; class ThumbView: public TQVBox /* KIconView */ { Q_OBJECT - TQ_OBJECT + public: diff --git a/kpdf/core/document.h b/kpdf/core/document.h index ee5a8a88..d4d44f9a 100644 --- a/kpdf/core/document.h +++ b/kpdf/core/document.h @@ -50,7 +50,7 @@ class KURL; class KPDFDocument : public TQObject { Q_OBJECT - TQ_OBJECT + public: KPDFDocument( TQWidget *widget ); ~KPDFDocument(); diff --git a/kpdf/part.h b/kpdf/part.h index b745ca29..a561326a 100644 --- a/kpdf/part.h +++ b/kpdf/part.h @@ -59,7 +59,7 @@ class BrowserExtension; class Part : public KParts::ReadOnlyPart, public DocumentObserver, virtual public kpdf_dcop { Q_OBJECT - TQ_OBJECT + public: // Default constructor @@ -197,7 +197,7 @@ private: class BrowserExtension : public KParts::BrowserExtension { Q_OBJECT - TQ_OBJECT + public: BrowserExtension(Part*); diff --git a/kpdf/shell/shell.h b/kpdf/shell/shell.h index d14cfd05..298e1e2b 100644 --- a/kpdf/shell/shell.h +++ b/kpdf/shell/shell.h @@ -36,7 +36,7 @@ namespace KPDF class Shell : public KParts::MainWindow { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kpdf/ui/minibar.h b/kpdf/ui/minibar.h index f9857ec7..2d4ee4bb 100644 --- a/kpdf/ui/minibar.h +++ b/kpdf/ui/minibar.h @@ -25,7 +25,7 @@ class ProgressWidget; class MiniBar : public TQFrame, public DocumentObserver { Q_OBJECT - TQ_OBJECT + public: MiniBar( TQWidget *parent, KPDFDocument * document ); ~MiniBar(); diff --git a/kpdf/ui/pageview.h b/kpdf/ui/pageview.h index cd3425f9..76c9607c 100644 --- a/kpdf/ui/pageview.h +++ b/kpdf/ui/pageview.h @@ -39,7 +39,7 @@ class PageViewTip; class PageView : public TQScrollView, public DocumentObserver { Q_OBJECT - TQ_OBJECT + friend class PageViewTip; diff --git a/kpdf/ui/presentationwidget.h b/kpdf/ui/presentationwidget.h index 000bfeaa..413f4258 100644 --- a/kpdf/ui/presentationwidget.h +++ b/kpdf/ui/presentationwidget.h @@ -35,7 +35,7 @@ class PresentationFrame; class PresentationWidget : public TQDialog, public DocumentObserver { Q_OBJECT - TQ_OBJECT + public: PresentationWidget( TQWidget * parent, KPDFDocument * doc ); ~PresentationWidget(); diff --git a/kpdf/ui/searchwidget.h b/kpdf/ui/searchwidget.h index c2d2d1c1..b0be5dc9 100644 --- a/kpdf/ui/searchwidget.h +++ b/kpdf/ui/searchwidget.h @@ -30,7 +30,7 @@ class m_inputDelayTimer; class SearchWidget : public KToolBar { Q_OBJECT - TQ_OBJECT + public: SearchWidget( TQWidget *parent, KPDFDocument *document ); void clearText(); diff --git a/kpdf/ui/thumbnaillist.h b/kpdf/ui/thumbnaillist.h index fb128045..5365dff0 100644 --- a/kpdf/ui/thumbnaillist.h +++ b/kpdf/ui/thumbnaillist.h @@ -30,7 +30,7 @@ class ThumbnailWidget; class ThumbnailList : public TQScrollView, public DocumentObserver { Q_OBJECT - TQ_OBJECT + public: ThumbnailList(TQWidget *parent, KPDFDocument *document); ~ThumbnailList(); diff --git a/kpdf/ui/toc.h b/kpdf/ui/toc.h index eaccc3d9..6159bfd9 100644 --- a/kpdf/ui/toc.h +++ b/kpdf/ui/toc.h @@ -20,7 +20,7 @@ class KPDFDocument; class TOC : public KListView, public DocumentObserver { Q_OBJECT - TQ_OBJECT + public: TOC(TQWidget *parent, KPDFDocument *document); ~TOC(); diff --git a/kpovmodeler/pmactions.h b/kpovmodeler/pmactions.h index bd397015..937b62a7 100644 --- a/kpovmodeler/pmactions.h +++ b/kpovmodeler/pmactions.h @@ -36,7 +36,7 @@ class TQToolButton; class PMComboAction : public KAction { Q_OBJECT - TQ_OBJECT + public: PMComboAction( const TQString& text, int accel, const TQObject* receiver, const char* member, TQObject* parent, const char* name ); ~PMComboAction( ); @@ -68,7 +68,7 @@ private: class PMLabelAction : public KAction { Q_OBJECT - TQ_OBJECT + public: PMLabelAction( const TQString &text, TQObject *parent = 0, const char *name = 0 ); @@ -86,7 +86,7 @@ private: class PMSpinBoxAction : public KAction { Q_OBJECT - TQ_OBJECT + public: PMSpinBoxAction( const TQString& text, int accel, const TQObject* receiver, const char* member, TQObject* parent, const char* name ); ~PMSpinBoxAction( ); diff --git a/kpovmodeler/pmbicubicpatchedit.h b/kpovmodeler/pmbicubicpatchedit.h index bdf2a971..36a564b5 100644 --- a/kpovmodeler/pmbicubicpatchedit.h +++ b/kpovmodeler/pmbicubicpatchedit.h @@ -39,7 +39,7 @@ class TQCheckBox; class PMBicubicPatchEdit : public PMGraphicalObjectEdit { Q_OBJECT - TQ_OBJECT + typedef PMGraphicalObjectEdit Base; public: /** diff --git a/kpovmodeler/pmblendmapmodifiersedit.h b/kpovmodeler/pmblendmapmodifiersedit.h index 69ec17dd..aa99913b 100644 --- a/kpovmodeler/pmblendmapmodifiersedit.h +++ b/kpovmodeler/pmblendmapmodifiersedit.h @@ -43,7 +43,7 @@ class TQPushButton; class PMBlendMapModifiersEdit : public PMDialogEditBase { Q_OBJECT - TQ_OBJECT + typedef PMDialogEditBase Base; public: /** diff --git a/kpovmodeler/pmblobcylinderedit.h b/kpovmodeler/pmblobcylinderedit.h index 103d5a4f..35a8eff1 100644 --- a/kpovmodeler/pmblobcylinderedit.h +++ b/kpovmodeler/pmblobcylinderedit.h @@ -33,7 +33,7 @@ class PMBlobCylinder; class PMBlobCylinderEdit : public PMDetailObjectEdit { Q_OBJECT - TQ_OBJECT + typedef PMDetailObjectEdit Base; public: /** diff --git a/kpovmodeler/pmblobedit.h b/kpovmodeler/pmblobedit.h index 9e389964..f7a3e72c 100644 --- a/kpovmodeler/pmblobedit.h +++ b/kpovmodeler/pmblobedit.h @@ -36,7 +36,7 @@ class TQCheckBox; class PMBlobEdit : public PMSolidObjectEdit { Q_OBJECT - TQ_OBJECT + typedef PMSolidObjectEdit Base; public: /** diff --git a/kpovmodeler/pmblobsphereedit.h b/kpovmodeler/pmblobsphereedit.h index 2e58bb06..86a58c85 100644 --- a/kpovmodeler/pmblobsphereedit.h +++ b/kpovmodeler/pmblobsphereedit.h @@ -34,7 +34,7 @@ class PMFloatEdit ; class PMBlobSphereEdit : public PMDetailObjectEdit { Q_OBJECT - TQ_OBJECT + typedef PMDetailObjectEdit Base; public: /** diff --git a/kpovmodeler/pmboundedbyedit.h b/kpovmodeler/pmboundedbyedit.h index ce01d98d..a7b5b406 100644 --- a/kpovmodeler/pmboundedbyedit.h +++ b/kpovmodeler/pmboundedbyedit.h @@ -35,7 +35,7 @@ class TQLabel; class PMBoundedByEdit : public PMDialogEditBase { Q_OBJECT - TQ_OBJECT + typedef PMDialogEditBase Base; public: /** diff --git a/kpovmodeler/pmboxedit.h b/kpovmodeler/pmboxedit.h index 9368bfbd..6c09849b 100644 --- a/kpovmodeler/pmboxedit.h +++ b/kpovmodeler/pmboxedit.h @@ -35,7 +35,7 @@ class PMVectorEdit; class PMBoxEdit : public PMSolidObjectEdit { Q_OBJECT - TQ_OBJECT + typedef PMSolidObjectEdit Base; public: /** diff --git a/kpovmodeler/pmbumpmapedit.h b/kpovmodeler/pmbumpmapedit.h index 0c29ca67..c68ec4f3 100644 --- a/kpovmodeler/pmbumpmapedit.h +++ b/kpovmodeler/pmbumpmapedit.h @@ -45,7 +45,7 @@ class TQPushButton; class PMBumpMapEdit : public PMDialogEditBase { Q_OBJECT - TQ_OBJECT + typedef PMDialogEditBase Base; public: /** diff --git a/kpovmodeler/pmcameraedit.h b/kpovmodeler/pmcameraedit.h index 1ca18eb7..1cc794d1 100644 --- a/kpovmodeler/pmcameraedit.h +++ b/kpovmodeler/pmcameraedit.h @@ -41,7 +41,7 @@ class TQCheckBox; class PMCameraEdit : public PMNamedObjectEdit { Q_OBJECT - TQ_OBJECT + typedef PMNamedObjectEdit Base; public: /** diff --git a/kpovmodeler/pmclippedbyedit.h b/kpovmodeler/pmclippedbyedit.h index 53eef1d8..ac9d8a4c 100644 --- a/kpovmodeler/pmclippedbyedit.h +++ b/kpovmodeler/pmclippedbyedit.h @@ -35,7 +35,7 @@ class TQLabel; class PMClippedByEdit : public PMDialogEditBase { Q_OBJECT - TQ_OBJECT + typedef PMDialogEditBase Base; public: /** diff --git a/kpovmodeler/pmcoloredit.h b/kpovmodeler/pmcoloredit.h index 3be1e347..3c501be6 100644 --- a/kpovmodeler/pmcoloredit.h +++ b/kpovmodeler/pmcoloredit.h @@ -37,7 +37,7 @@ class TQColor; class PMColorEdit : public TQWidget { Q_OBJECT - TQ_OBJECT + public: /** * Creates an edit widget for rgbft colors. diff --git a/kpovmodeler/pmcolorsettings.h b/kpovmodeler/pmcolorsettings.h index 7ceb2ce7..d3dbb902 100644 --- a/kpovmodeler/pmcolorsettings.h +++ b/kpovmodeler/pmcolorsettings.h @@ -32,7 +32,7 @@ class KColorButton; class PMColorSettings : public PMSettingsDialogPage { Q_OBJECT - TQ_OBJECT + public: /** * Default constructor diff --git a/kpovmodeler/pmcommandmanager.h b/kpovmodeler/pmcommandmanager.h index 4a86e2d9..841c3060 100644 --- a/kpovmodeler/pmcommandmanager.h +++ b/kpovmodeler/pmcommandmanager.h @@ -39,7 +39,7 @@ class PMPart; class PMCommandManager : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** * Creates a new PMCommandManager diff --git a/kpovmodeler/pmcommentedit.h b/kpovmodeler/pmcommentedit.h index 4b5bedf9..5230c495 100644 --- a/kpovmodeler/pmcommentedit.h +++ b/kpovmodeler/pmcommentedit.h @@ -35,7 +35,7 @@ class TQMultiLineEdit; class PMCommentEdit : public PMDialogEditBase { Q_OBJECT - TQ_OBJECT + typedef PMDialogEditBase Base; public: /** diff --git a/kpovmodeler/pmconeedit.h b/kpovmodeler/pmconeedit.h index 88c2601a..2ec979ff 100644 --- a/kpovmodeler/pmconeedit.h +++ b/kpovmodeler/pmconeedit.h @@ -35,7 +35,7 @@ class PMCone; class PMConeEdit : public PMSolidObjectEdit { Q_OBJECT - TQ_OBJECT + typedef PMSolidObjectEdit Base; public: /** diff --git a/kpovmodeler/pmcsgedit.h b/kpovmodeler/pmcsgedit.h index 9e371a40..bd8b315a 100644 --- a/kpovmodeler/pmcsgedit.h +++ b/kpovmodeler/pmcsgedit.h @@ -35,7 +35,7 @@ class TQComboBox; class PMCSGEdit : public PMSolidObjectEdit { Q_OBJECT - TQ_OBJECT + typedef PMSolidObjectEdit Base; public: /** diff --git a/kpovmodeler/pmcylinderedit.h b/kpovmodeler/pmcylinderedit.h index 0444c120..10d9a758 100644 --- a/kpovmodeler/pmcylinderedit.h +++ b/kpovmodeler/pmcylinderedit.h @@ -34,7 +34,7 @@ class TQCheckBox; class PMCylinderEdit : public PMSolidObjectEdit { Q_OBJECT - TQ_OBJECT + typedef PMSolidObjectEdit Base; public: /** diff --git a/kpovmodeler/pmdeclareedit.h b/kpovmodeler/pmdeclareedit.h index b6d6afe9..70f18c39 100644 --- a/kpovmodeler/pmdeclareedit.h +++ b/kpovmodeler/pmdeclareedit.h @@ -38,7 +38,7 @@ class TQListBoxItem; class PMDeclareEdit : public PMDialogEditBase { Q_OBJECT - TQ_OBJECT + typedef PMDialogEditBase Base; public: /** diff --git a/kpovmodeler/pmdensityedit.h b/kpovmodeler/pmdensityedit.h index 514ccaf9..561497d1 100644 --- a/kpovmodeler/pmdensityedit.h +++ b/kpovmodeler/pmdensityedit.h @@ -34,7 +34,7 @@ class PMDensity; class PMDensityEdit : public PMTextureBaseEdit { Q_OBJECT - TQ_OBJECT + typedef PMTextureBaseEdit Base; public: /** diff --git a/kpovmodeler/pmdetailobjectedit.h b/kpovmodeler/pmdetailobjectedit.h index d270c446..d7410cf3 100644 --- a/kpovmodeler/pmdetailobjectedit.h +++ b/kpovmodeler/pmdetailobjectedit.h @@ -35,7 +35,7 @@ class TQComboBox; class PMDetailObjectEdit : public PMNamedObjectEdit { Q_OBJECT - TQ_OBJECT + typedef PMNamedObjectEdit Base; public: /** diff --git a/kpovmodeler/pmdialogeditbase.h b/kpovmodeler/pmdialogeditbase.h index e2ae701a..747db8d9 100644 --- a/kpovmodeler/pmdialogeditbase.h +++ b/kpovmodeler/pmdialogeditbase.h @@ -54,7 +54,7 @@ class PMPovrayOutputWidget; class PMDialogEditBase : public TQWidget { Q_OBJECT - TQ_OBJECT + public: /** * Creates a new PMDialogEditBase widget objectType is diff --git a/kpovmodeler/pmdialogview.h b/kpovmodeler/pmdialogview.h index d4e2f47a..baeaca94 100644 --- a/kpovmodeler/pmdialogview.h +++ b/kpovmodeler/pmdialogview.h @@ -43,7 +43,7 @@ class TQLabel; class PMDialogEditContent : public TQScrollView { Q_OBJECT - TQ_OBJECT + public: PMDialogEditContent( TQWidget* parent, const char* name = 0 ); void setContents( TQWidget* wid ); @@ -64,7 +64,7 @@ private: class PMDialogView : public PMViewBase { Q_OBJECT - TQ_OBJECT + public: /** * Creates a new PMDialogView widget diff --git a/kpovmodeler/pmdiscedit.h b/kpovmodeler/pmdiscedit.h index 2741c1df..b4227bd1 100644 --- a/kpovmodeler/pmdiscedit.h +++ b/kpovmodeler/pmdiscedit.h @@ -33,7 +33,7 @@ class PMDisc; class PMDiscEdit : public PMGraphicalObjectEdit { Q_OBJECT - TQ_OBJECT + typedef PMGraphicalObjectEdit Base; public: /** diff --git a/kpovmodeler/pmdockwidget.h b/kpovmodeler/pmdockwidget.h index ce7c7aa1..612219c3 100644 --- a/kpovmodeler/pmdockwidget.h +++ b/kpovmodeler/pmdockwidget.h @@ -109,7 +109,7 @@ class TQToolBar; class PMDockWidgetAbstractHeader : public TQFrame { Q_OBJECT - TQ_OBJECT + public: /** @@ -159,7 +159,7 @@ private: class PMDockWidgetAbstractHeaderDrag : public TQFrame { Q_OBJECT - TQ_OBJECT + public: /** @@ -205,7 +205,7 @@ private: class PMDockWidgetHeaderDrag : public PMDockWidgetAbstractHeaderDrag { Q_OBJECT - TQ_OBJECT + public: /** @@ -247,7 +247,7 @@ private: class PMDockWidgetHeader : public PMDockWidgetAbstractHeader { Q_OBJECT - TQ_OBJECT + public: /** @@ -353,7 +353,7 @@ private: class EXPORT_DOCKCLASS PMDockTabGroup : public TQTabWidget { Q_OBJECT - TQ_OBJECT + public: /** * Constructs this. It just calls the method of the base class. @@ -412,7 +412,7 @@ private: class EXPORT_DOCKCLASS PMDockWidget: public TQWidget { Q_OBJECT - TQ_OBJECT + friend class PMDockManager; friend class PMDockSplitter; friend class PMDockMainWindow; @@ -830,7 +830,7 @@ private: class EXPORT_DOCKCLASS PMDockManager: public TQObject { Q_OBJECT - TQ_OBJECT + friend class PMDockWidget; friend class PMDockMainWindow; @@ -1215,7 +1215,7 @@ private: class EXPORT_DOCKCLASS PMDockMainWindow : public KMainWindow, virtual public PartBase { Q_OBJECT - TQ_OBJECT + friend class PMDockManager; @@ -1420,7 +1420,7 @@ same as PMDockMainWindow*/ class EXPORT_DOCKCLASS PMDockArea : public TQWidget { Q_OBJECT - TQ_OBJECT + friend class PMDockManager; diff --git a/kpovmodeler/pmdockwidget_private.h b/kpovmodeler/pmdockwidget_private.h index 59b4516c..1b3253aa 100644 --- a/kpovmodeler/pmdockwidget_private.h +++ b/kpovmodeler/pmdockwidget_private.h @@ -42,7 +42,7 @@ class TQFrame; class PMDockSplitter : public TQWidget { Q_OBJECT - TQ_OBJECT + public: PMDockSplitter(TQWidget *parent= 0, const char *name= 0, Qt::Orientation orient=Qt::Vertical, int pos= 50, bool highResolution=false); virtual ~PMDockSplitter(){}; @@ -97,7 +97,7 @@ private: class PMDockButton_Private : public TQPushButton { Q_OBJECT - TQ_OBJECT + public: PMDockButton_Private( TQWidget *parent=0, const char *name=0 ); ~PMDockButton_Private(); @@ -117,7 +117,7 @@ private: class PMDockWidgetPrivate : public TQObject { Q_OBJECT - TQ_OBJECT + public: PMDockWidgetPrivate(); ~PMDockWidgetPrivate(); diff --git a/kpovmodeler/pmdragwidget.h b/kpovmodeler/pmdragwidget.h index d4e15f36..cd54b773 100644 --- a/kpovmodeler/pmdragwidget.h +++ b/kpovmodeler/pmdragwidget.h @@ -34,7 +34,7 @@ class PMDragWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: PMDragWidget( TQWidget* parent = 0, const char* name = 0, WFlags f = 0 ); diff --git a/kpovmodeler/pmerrordialog.h b/kpovmodeler/pmerrordialog.h index 06982e69..f7a9f0a6 100644 --- a/kpovmodeler/pmerrordialog.h +++ b/kpovmodeler/pmerrordialog.h @@ -42,7 +42,7 @@ class PMObject; class PMErrorDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: /** * Creates a modal PMErrorDialog with parent and name. diff --git a/kpovmodeler/pmfactory.h b/kpovmodeler/pmfactory.h index be5efe9c..6af1b2ed 100644 --- a/kpovmodeler/pmfactory.h +++ b/kpovmodeler/pmfactory.h @@ -28,7 +28,7 @@ class KInstance; class PMFactory : public KParts::Factory { Q_OBJECT - TQ_OBJECT + public: PMFactory( ); virtual ~PMFactory( ); diff --git a/kpovmodeler/pmfiledialog.h b/kpovmodeler/pmfiledialog.h index 16ed6944..b45ce050 100644 --- a/kpovmodeler/pmfiledialog.h +++ b/kpovmodeler/pmfiledialog.h @@ -38,7 +38,7 @@ class PMPart; class PMFileDialog : public KFileDialog { Q_OBJECT - TQ_OBJECT + public: /** * Default constructor, use the static methods diff --git a/kpovmodeler/pmfinishedit.h b/kpovmodeler/pmfinishedit.h index f7f5cafd..75605c51 100644 --- a/kpovmodeler/pmfinishedit.h +++ b/kpovmodeler/pmfinishedit.h @@ -39,7 +39,7 @@ class TQWidget; class PMFinishEdit : public PMTextureBaseEdit { Q_OBJECT - TQ_OBJECT + typedef PMTextureBaseEdit Base; public: /** diff --git a/kpovmodeler/pmfogedit.h b/kpovmodeler/pmfogedit.h index 5dc1d301..c6809ef7 100644 --- a/kpovmodeler/pmfogedit.h +++ b/kpovmodeler/pmfogedit.h @@ -42,7 +42,7 @@ class TQLabel; class PMFogEdit : public PMTextureBaseEdit { Q_OBJECT - TQ_OBJECT + typedef PMTextureBaseEdit Base; public: /** diff --git a/kpovmodeler/pmglobalphotonsedit.h b/kpovmodeler/pmglobalphotonsedit.h index 4e963091..d5e8c955 100644 --- a/kpovmodeler/pmglobalphotonsedit.h +++ b/kpovmodeler/pmglobalphotonsedit.h @@ -38,7 +38,7 @@ class TQCheckBox; class PMGlobalPhotonsEdit : public PMDialogEditBase { Q_OBJECT - TQ_OBJECT + typedef PMDialogEditBase Base; public: /** diff --git a/kpovmodeler/pmglobalsettingsedit.h b/kpovmodeler/pmglobalsettingsedit.h index 07b9d96e..938debad 100644 --- a/kpovmodeler/pmglobalsettingsedit.h +++ b/kpovmodeler/pmglobalsettingsedit.h @@ -39,7 +39,7 @@ class TQComboBox; class PMGlobalSettingsEdit : public PMDialogEditBase { Q_OBJECT - TQ_OBJECT + typedef PMDialogEditBase Base; public: /** diff --git a/kpovmodeler/pmglview.h b/kpovmodeler/pmglview.h index a330afba..095d0c04 100644 --- a/kpovmodeler/pmglview.h +++ b/kpovmodeler/pmglview.h @@ -51,7 +51,7 @@ class TQComboBox; class PMGLView : public PMViewBase { Q_OBJECT - TQ_OBJECT + public: /** * Type of the view @@ -573,7 +573,7 @@ public: class PMGLViewOptionsWidget : public PMViewOptionsWidget { Q_OBJECT - TQ_OBJECT + public: /** * Default constructor diff --git a/kpovmodeler/pmgraphicalobjectedit.h b/kpovmodeler/pmgraphicalobjectedit.h index 7564edae..9f216a2a 100644 --- a/kpovmodeler/pmgraphicalobjectedit.h +++ b/kpovmodeler/pmgraphicalobjectedit.h @@ -37,7 +37,7 @@ class TQLabel; class PMGraphicalObjectEdit : public PMDetailObjectEdit { Q_OBJECT - TQ_OBJECT + typedef PMDetailObjectEdit Base; public: /** diff --git a/kpovmodeler/pmgridsettings.h b/kpovmodeler/pmgridsettings.h index 01eb7b37..bd04dab7 100644 --- a/kpovmodeler/pmgridsettings.h +++ b/kpovmodeler/pmgridsettings.h @@ -34,7 +34,7 @@ class PMFloatEdit; class PMGridSettings : public PMSettingsDialogPage { Q_OBJECT - TQ_OBJECT + public: /** * Default constructor diff --git a/kpovmodeler/pmheightfieldedit.h b/kpovmodeler/pmheightfieldedit.h index a04e21b3..b719b607 100644 --- a/kpovmodeler/pmheightfieldedit.h +++ b/kpovmodeler/pmheightfieldedit.h @@ -39,7 +39,7 @@ class TQPushButton; class PMHeightFieldEdit : public PMSolidObjectEdit { Q_OBJECT - TQ_OBJECT + typedef PMSolidObjectEdit Base; public: /** diff --git a/kpovmodeler/pmimagemapedit.h b/kpovmodeler/pmimagemapedit.h index 3754bbf2..fc7ffada 100644 --- a/kpovmodeler/pmimagemapedit.h +++ b/kpovmodeler/pmimagemapedit.h @@ -45,7 +45,7 @@ class TQPushButton; class PMImageMapEdit : public PMDialogEditBase { Q_OBJECT - TQ_OBJECT + typedef PMDialogEditBase Base; public: /** diff --git a/kpovmodeler/pminserterrordialog.h b/kpovmodeler/pminserterrordialog.h index fe4a48fe..a4aacd6c 100644 --- a/kpovmodeler/pminserterrordialog.h +++ b/kpovmodeler/pminserterrordialog.h @@ -36,7 +36,7 @@ class TQLabel; class PMInsertErrorDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: /** * Creates a modal PMInsertErrorDialog with parent and name. diff --git a/kpovmodeler/pminterioredit.h b/kpovmodeler/pminterioredit.h index e68a52d5..f1940b0f 100644 --- a/kpovmodeler/pminterioredit.h +++ b/kpovmodeler/pminterioredit.h @@ -39,7 +39,7 @@ class TQLabel; class PMInteriorEdit : public PMTextureBaseEdit { Q_OBJECT - TQ_OBJECT + typedef PMTextureBaseEdit Base; public: /** diff --git a/kpovmodeler/pminteriortextureedit.h b/kpovmodeler/pminteriortextureedit.h index 5f17b2e5..a9803145 100644 --- a/kpovmodeler/pminteriortextureedit.h +++ b/kpovmodeler/pminteriortextureedit.h @@ -34,7 +34,7 @@ class PMInteriorTexture; class PMInteriorTextureEdit : public PMTextureBaseEdit { Q_OBJECT - TQ_OBJECT + typedef PMTextureBaseEdit Base; public: /** diff --git a/kpovmodeler/pmisosurfaceedit.h b/kpovmodeler/pmisosurfaceedit.h index 6e6216cc..e6410d21 100644 --- a/kpovmodeler/pmisosurfaceedit.h +++ b/kpovmodeler/pmisosurfaceedit.h @@ -41,7 +41,7 @@ class TQLineEdit; class PMIsoSurfaceEdit : public PMSolidObjectEdit { Q_OBJECT - TQ_OBJECT + typedef PMSolidObjectEdit Base; public: /** diff --git a/kpovmodeler/pmjuliafractaledit.h b/kpovmodeler/pmjuliafractaledit.h index 2beb3e3c..3d68fcdf 100644 --- a/kpovmodeler/pmjuliafractaledit.h +++ b/kpovmodeler/pmjuliafractaledit.h @@ -39,7 +39,7 @@ class TQLabel; class PMJuliaFractalEdit : public PMSolidObjectEdit { Q_OBJECT - TQ_OBJECT + typedef PMSolidObjectEdit Base; public: /** diff --git a/kpovmodeler/pmlatheedit.h b/kpovmodeler/pmlatheedit.h index 83a0a4ec..f86b55ee 100644 --- a/kpovmodeler/pmlatheedit.h +++ b/kpovmodeler/pmlatheedit.h @@ -43,7 +43,7 @@ class TQLabel; class PMLatheEdit : public PMSolidObjectEdit { Q_OBJECT - TQ_OBJECT + typedef PMSolidObjectEdit Base; public: /** diff --git a/kpovmodeler/pmlayoutsettings.h b/kpovmodeler/pmlayoutsettings.h index 250758f7..ea25cb45 100644 --- a/kpovmodeler/pmlayoutsettings.h +++ b/kpovmodeler/pmlayoutsettings.h @@ -40,7 +40,7 @@ class TQLabel; class PMLayoutSettings : public PMSettingsDialogPage { Q_OBJECT - TQ_OBJECT + public: /** * Default constructor diff --git a/kpovmodeler/pmlibrarybrowser.h b/kpovmodeler/pmlibrarybrowser.h index a094d199..2e074225 100644 --- a/kpovmodeler/pmlibrarybrowser.h +++ b/kpovmodeler/pmlibrarybrowser.h @@ -48,7 +48,7 @@ typedef TQDict TQStringDict; class PMLibraryBrowserView : public PMViewBase { Q_OBJECT - TQ_OBJECT + public: /** * Default constructor @@ -67,7 +67,7 @@ public: class PMLibraryBrowserViewWidget: public TQWidget { Q_OBJECT - TQ_OBJECT + public: PMLibraryBrowserViewWidget( TQWidget *parent, const char* name = NULL ); diff --git a/kpovmodeler/pmlibraryentrypreview.h b/kpovmodeler/pmlibraryentrypreview.h index c269a2c1..a6e334ac 100644 --- a/kpovmodeler/pmlibraryentrypreview.h +++ b/kpovmodeler/pmlibraryentrypreview.h @@ -42,7 +42,7 @@ class PMTreeView; class PMLibraryEntryPreview: public TQWidget { Q_OBJECT - TQ_OBJECT + public: /** Constructor */ PMLibraryEntryPreview( TQWidget *parent ); diff --git a/kpovmodeler/pmlibraryhandleedit.h b/kpovmodeler/pmlibraryhandleedit.h index 88c7ed2c..6b35ddcb 100644 --- a/kpovmodeler/pmlibraryhandleedit.h +++ b/kpovmodeler/pmlibraryhandleedit.h @@ -37,7 +37,7 @@ class PMLibraryHandle; class PMLibraryHandleEdit: public KDialogBase { Q_OBJECT - TQ_OBJECT + public: /** * Construct a dialog to edit the properties of lib. The library will be diff --git a/kpovmodeler/pmlibraryiconview.h b/kpovmodeler/pmlibraryiconview.h index 963ba85d..97b292f3 100644 --- a/kpovmodeler/pmlibraryiconview.h +++ b/kpovmodeler/pmlibraryiconview.h @@ -33,7 +33,7 @@ class PMLibraryHandle; class PMLibraryIconDrag : public TQIconDrag { Q_OBJECT - TQ_OBJECT + public: /** Constructor */ PMLibraryIconDrag( TQWidget * dragSource, const char* name = 0 ) : TQIconDrag( dragSource, name ) {} @@ -63,7 +63,7 @@ private: class PMLibraryIconView: public KIconView { Q_OBJECT - TQ_OBJECT + public: PMLibraryIconView( TQWidget *parent, const char* name = NULL ); diff --git a/kpovmodeler/pmlibraryobjectsearch.h b/kpovmodeler/pmlibraryobjectsearch.h index bc9ac714..0e7b0426 100644 --- a/kpovmodeler/pmlibraryobjectsearch.h +++ b/kpovmodeler/pmlibraryobjectsearch.h @@ -39,7 +39,7 @@ class KListView; class PMLibraryObjectSearch: public TQWidget { Q_OBJECT - TQ_OBJECT + public: PMLibraryObjectSearch( TQWidget *parent ); diff --git a/kpovmodeler/pmlightedit.h b/kpovmodeler/pmlightedit.h index d3a595c5..797e4e80 100644 --- a/kpovmodeler/pmlightedit.h +++ b/kpovmodeler/pmlightedit.h @@ -41,7 +41,7 @@ class TQCheckBox; class PMLightEdit : public PMNamedObjectEdit { Q_OBJECT - TQ_OBJECT + typedef PMNamedObjectEdit Base; public: /** diff --git a/kpovmodeler/pmlightgroupedit.h b/kpovmodeler/pmlightgroupedit.h index 6a418bee..a19fe083 100644 --- a/kpovmodeler/pmlightgroupedit.h +++ b/kpovmodeler/pmlightgroupedit.h @@ -35,7 +35,7 @@ class TQCheckBox; class PMLightGroupEdit : public PMSolidObjectEdit { Q_OBJECT - TQ_OBJECT + typedef PMSolidObjectEdit Base; public: /** diff --git a/kpovmodeler/pmlineedits.h b/kpovmodeler/pmlineedits.h index 87cafaa7..8b210c0d 100644 --- a/kpovmodeler/pmlineedits.h +++ b/kpovmodeler/pmlineedits.h @@ -32,7 +32,7 @@ class PMFloatEdit : public TQLineEdit { Q_OBJECT - TQ_OBJECT + public: enum ValidationOp { OpGreater, OpGreaterEqual, OpLess, OpLessEqual }; @@ -91,7 +91,7 @@ private: class PMIntEdit : public TQLineEdit { Q_OBJECT - TQ_OBJECT + public: /** * Simple constructor diff --git a/kpovmodeler/pmlinkedit.h b/kpovmodeler/pmlinkedit.h index 7c0b7451..1602653e 100644 --- a/kpovmodeler/pmlinkedit.h +++ b/kpovmodeler/pmlinkedit.h @@ -34,7 +34,7 @@ class TQPushButton; class PMLinkEdit : public TQWidget { Q_OBJECT - TQ_OBJECT + public: /** * Creates a link edit widget with parent and name. diff --git a/kpovmodeler/pmlistpatternedit.h b/kpovmodeler/pmlistpatternedit.h index 4b34ee93..cbade808 100644 --- a/kpovmodeler/pmlistpatternedit.h +++ b/kpovmodeler/pmlistpatternedit.h @@ -38,7 +38,7 @@ class TQLabel; class PMListPatternEdit : public PMDialogEditBase { Q_OBJECT - TQ_OBJECT + typedef PMDialogEditBase Base; public: /** diff --git a/kpovmodeler/pmmaterialedit.h b/kpovmodeler/pmmaterialedit.h index fa9ee842..580a0663 100644 --- a/kpovmodeler/pmmaterialedit.h +++ b/kpovmodeler/pmmaterialedit.h @@ -34,7 +34,7 @@ class PMMaterial; class PMMaterialEdit : public PMTextureBaseEdit { Q_OBJECT - TQ_OBJECT + typedef PMTextureBaseEdit Base; public: /** diff --git a/kpovmodeler/pmmaterialmapedit.h b/kpovmodeler/pmmaterialmapedit.h index c1cb3bec..a39c9991 100644 --- a/kpovmodeler/pmmaterialmapedit.h +++ b/kpovmodeler/pmmaterialmapedit.h @@ -42,7 +42,7 @@ class TQPushButton; class PMMaterialMapEdit : public PMDialogEditBase { Q_OBJECT - TQ_OBJECT + typedef PMDialogEditBase Base; public: /** diff --git a/kpovmodeler/pmmediaedit.h b/kpovmodeler/pmmediaedit.h index 275d7029..a55095b8 100644 --- a/kpovmodeler/pmmediaedit.h +++ b/kpovmodeler/pmmediaedit.h @@ -40,7 +40,7 @@ class TQComboBox; class PMMediaEdit : public PMTextureBaseEdit { Q_OBJECT - TQ_OBJECT + typedef PMTextureBaseEdit Base; public: /** diff --git a/kpovmodeler/pmmeshedit.h b/kpovmodeler/pmmeshedit.h index 83b9d161..f79ce651 100644 --- a/kpovmodeler/pmmeshedit.h +++ b/kpovmodeler/pmmeshedit.h @@ -36,7 +36,7 @@ class PMVectorEdit; class PMMeshEdit : public PMSolidObjectEdit { Q_OBJECT - TQ_OBJECT + typedef PMSolidObjectEdit Base; public: /** diff --git a/kpovmodeler/pmnamedobjectedit.h b/kpovmodeler/pmnamedobjectedit.h index fe1def5b..2877659f 100644 --- a/kpovmodeler/pmnamedobjectedit.h +++ b/kpovmodeler/pmnamedobjectedit.h @@ -35,7 +35,7 @@ class TQLineEdit; class PMNamedObjectEdit : public PMDialogEditBase { Q_OBJECT - TQ_OBJECT + typedef PMDialogEditBase Base; public: /** diff --git a/kpovmodeler/pmnormaledit.h b/kpovmodeler/pmnormaledit.h index 1f12a45f..9092ad08 100644 --- a/kpovmodeler/pmnormaledit.h +++ b/kpovmodeler/pmnormaledit.h @@ -36,7 +36,7 @@ class PMFloatEdit; class PMNormalEdit : public PMTextureBaseEdit { Q_OBJECT - TQ_OBJECT + typedef PMTextureBaseEdit Base; public: /** diff --git a/kpovmodeler/pmobjectlibrarysettings.h b/kpovmodeler/pmobjectlibrarysettings.h index be921d26..884902e2 100644 --- a/kpovmodeler/pmobjectlibrarysettings.h +++ b/kpovmodeler/pmobjectlibrarysettings.h @@ -35,7 +35,7 @@ class TQListBox; class PMObjectLibrarySettings : public PMSettingsDialogPage { Q_OBJECT - TQ_OBJECT + public: /** * Default constructor diff --git a/kpovmodeler/pmobjectlinkedit.h b/kpovmodeler/pmobjectlinkedit.h index 58313c26..1eb6a6c9 100644 --- a/kpovmodeler/pmobjectlinkedit.h +++ b/kpovmodeler/pmobjectlinkedit.h @@ -35,7 +35,7 @@ class PMLinkEdit; class PMObjectLinkEdit : public PMSolidObjectEdit { Q_OBJECT - TQ_OBJECT + typedef PMSolidObjectEdit Base; public: /** diff --git a/kpovmodeler/pmobjectselect.h b/kpovmodeler/pmobjectselect.h index 8ef83583..1f905ff8 100644 --- a/kpovmodeler/pmobjectselect.h +++ b/kpovmodeler/pmobjectselect.h @@ -84,7 +84,7 @@ private: class PMObjectSelect : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: /** * Creates a selection widget with parent and name diff --git a/kpovmodeler/pmobjectsettings.h b/kpovmodeler/pmobjectsettings.h index 1fcbc95e..fed22d81 100644 --- a/kpovmodeler/pmobjectsettings.h +++ b/kpovmodeler/pmobjectsettings.h @@ -34,7 +34,7 @@ class TQCheckBox; class PMObjectSettings : public PMSettingsDialogPage { Q_OBJECT - TQ_OBJECT + public: /** * Default constructor diff --git a/kpovmodeler/pmopenglsettings.h b/kpovmodeler/pmopenglsettings.h index 5f05edcd..32cad3f5 100644 --- a/kpovmodeler/pmopenglsettings.h +++ b/kpovmodeler/pmopenglsettings.h @@ -32,7 +32,7 @@ class TQCheckBox; class PMOpenGLSettings : public PMSettingsDialogPage { Q_OBJECT - TQ_OBJECT + public: /** * Default constructor diff --git a/kpovmodeler/pmpalettevalueedit.h b/kpovmodeler/pmpalettevalueedit.h index a0ea00dc..19fdddeb 100644 --- a/kpovmodeler/pmpalettevalueedit.h +++ b/kpovmodeler/pmpalettevalueedit.h @@ -35,7 +35,7 @@ class PMIntEdit; class PMPaletteValueEdit: public TQWidget { Q_OBJECT - TQ_OBJECT + public: /** */ PMPaletteValueEdit( TQWidget* parent, const char* name = 0 ); diff --git a/kpovmodeler/pmpart.h b/kpovmodeler/pmpart.h index d5a507b4..b276aaa5 100644 --- a/kpovmodeler/pmpart.h +++ b/kpovmodeler/pmpart.h @@ -70,7 +70,7 @@ class KProcess; class PMPart : public KParts::ReadWritePart, virtual public PMPartIface { Q_OBJECT - TQ_OBJECT + public: /** * construtor of PMPart, calls all init functions to create the @@ -1026,7 +1026,7 @@ private: class PMBrowserExtension : public KParts::BrowserExtension { Q_OBJECT - TQ_OBJECT + friend class PMPart; public: PMBrowserExtension( PMPart* parent ) diff --git a/kpovmodeler/pmpatternedit.h b/kpovmodeler/pmpatternedit.h index 18c250db..e76fe572 100644 --- a/kpovmodeler/pmpatternedit.h +++ b/kpovmodeler/pmpatternedit.h @@ -45,7 +45,7 @@ class TQPushButton; class PMPatternEdit : public PMDialogEditBase { Q_OBJECT - TQ_OBJECT + typedef PMDialogEditBase Base; public: /** diff --git a/kpovmodeler/pmphotonsedit.h b/kpovmodeler/pmphotonsedit.h index 3f6d5971..cac0ae1c 100644 --- a/kpovmodeler/pmphotonsedit.h +++ b/kpovmodeler/pmphotonsedit.h @@ -37,7 +37,7 @@ class TQLabel; class PMPhotonsEdit : public PMDialogEditBase { Q_OBJECT - TQ_OBJECT + typedef PMDialogEditBase Base; public: /** diff --git a/kpovmodeler/pmpigmentedit.h b/kpovmodeler/pmpigmentedit.h index 82ca91e1..1a76c998 100644 --- a/kpovmodeler/pmpigmentedit.h +++ b/kpovmodeler/pmpigmentedit.h @@ -35,7 +35,7 @@ class TQCheckBox; class PMPigmentEdit : public PMTextureBaseEdit { Q_OBJECT - TQ_OBJECT + typedef PMTextureBaseEdit Base; public: /** diff --git a/kpovmodeler/pmplaneedit.h b/kpovmodeler/pmplaneedit.h index 33d01e64..232cfbb1 100644 --- a/kpovmodeler/pmplaneedit.h +++ b/kpovmodeler/pmplaneedit.h @@ -34,7 +34,7 @@ class TQCheckBox; class PMPlaneEdit : public PMSolidObjectEdit { Q_OBJECT - TQ_OBJECT + typedef PMSolidObjectEdit Base; public: /** diff --git a/kpovmodeler/pmpluginsettings.h b/kpovmodeler/pmpluginsettings.h index f8cbb9a1..d3227d9d 100644 --- a/kpovmodeler/pmpluginsettings.h +++ b/kpovmodeler/pmpluginsettings.h @@ -34,7 +34,7 @@ class TQPushButton; class PMPluginSettings : public PMSettingsDialogPage { Q_OBJECT - TQ_OBJECT + public: /** * Default constructor diff --git a/kpovmodeler/pmpolynomedit.h b/kpovmodeler/pmpolynomedit.h index 17ef6e11..36e67db1 100644 --- a/kpovmodeler/pmpolynomedit.h +++ b/kpovmodeler/pmpolynomedit.h @@ -39,7 +39,7 @@ class TQCheckBox; class PMPolynomEdit : public PMSolidObjectEdit { Q_OBJECT - TQ_OBJECT + typedef PMSolidObjectEdit Base; public: /** diff --git a/kpovmodeler/pmpovraymatrixedit.h b/kpovmodeler/pmpovraymatrixedit.h index 16c4ccac..b87a338a 100644 --- a/kpovmodeler/pmpovraymatrixedit.h +++ b/kpovmodeler/pmpovraymatrixedit.h @@ -35,7 +35,7 @@ class PMFloatEdit; class PMPovrayMatrixEdit : public PMDialogEditBase { Q_OBJECT - TQ_OBJECT + typedef PMDialogEditBase Base; public: /** diff --git a/kpovmodeler/pmpovrayoutputwidget.h b/kpovmodeler/pmpovrayoutputwidget.h index f83ac9b1..1aa2ab05 100644 --- a/kpovmodeler/pmpovrayoutputwidget.h +++ b/kpovmodeler/pmpovrayoutputwidget.h @@ -34,7 +34,7 @@ class KConfig; class PMPovrayOutputWidget : public KDialog { Q_OBJECT - TQ_OBJECT + public: /** * Standard constructor diff --git a/kpovmodeler/pmpovrayrenderwidget.h b/kpovmodeler/pmpovrayrenderwidget.h index 7e295172..48dc7d35 100644 --- a/kpovmodeler/pmpovrayrenderwidget.h +++ b/kpovmodeler/pmpovrayrenderwidget.h @@ -43,7 +43,7 @@ class KTempFile; class PMPovrayRenderWidget : public PMDragWidget { Q_OBJECT - TQ_OBJECT + public: /** * Standard constructor diff --git a/kpovmodeler/pmpovraysettings.h b/kpovmodeler/pmpovraysettings.h index 467b95c5..a0175e17 100644 --- a/kpovmodeler/pmpovraysettings.h +++ b/kpovmodeler/pmpovraysettings.h @@ -35,7 +35,7 @@ class TQListBox; class PMPovraySettings : public PMSettingsDialogPage { Q_OBJECT - TQ_OBJECT + public: /** * Default constructor diff --git a/kpovmodeler/pmpovraywidget.h b/kpovmodeler/pmpovraywidget.h index 27c37cb3..816e353a 100644 --- a/kpovmodeler/pmpovraywidget.h +++ b/kpovmodeler/pmpovraywidget.h @@ -42,7 +42,7 @@ class KURL; class PMPovrayWidget : public KDialog { Q_OBJECT - TQ_OBJECT + public: /** * Standard constructor diff --git a/kpovmodeler/pmpreviewsettings.h b/kpovmodeler/pmpreviewsettings.h index 4e4275f2..dc48f902 100644 --- a/kpovmodeler/pmpreviewsettings.h +++ b/kpovmodeler/pmpreviewsettings.h @@ -35,7 +35,7 @@ class KColorButton; class PMPreviewSettings : public PMSettingsDialogPage { Q_OBJECT - TQ_OBJECT + public: /** * Default constructor diff --git a/kpovmodeler/pmprismedit.h b/kpovmodeler/pmprismedit.h index 2b9c2bd2..e54ece6d 100644 --- a/kpovmodeler/pmprismedit.h +++ b/kpovmodeler/pmprismedit.h @@ -45,7 +45,7 @@ class TQLabel; class PMPrismEdit : public PMSolidObjectEdit { Q_OBJECT - TQ_OBJECT + typedef PMSolidObjectEdit Base; public: /** diff --git a/kpovmodeler/pmquickcoloredit.h b/kpovmodeler/pmquickcoloredit.h index f3e6d9df..3577916a 100644 --- a/kpovmodeler/pmquickcoloredit.h +++ b/kpovmodeler/pmquickcoloredit.h @@ -37,7 +37,7 @@ class PMColorEdit; class PMQuickColorEdit : public PMDialogEditBase { Q_OBJECT - TQ_OBJECT + typedef PMDialogEditBase Base; public: /** diff --git a/kpovmodeler/pmradiosityedit.h b/kpovmodeler/pmradiosityedit.h index 9a272869..d360c4d8 100644 --- a/kpovmodeler/pmradiosityedit.h +++ b/kpovmodeler/pmradiosityedit.h @@ -37,7 +37,7 @@ class TQCheckBox; class PMRadiosityEdit : public PMDialogEditBase { Q_OBJECT - TQ_OBJECT + typedef PMDialogEditBase Base; public: /** diff --git a/kpovmodeler/pmrainbowedit.h b/kpovmodeler/pmrainbowedit.h index be91f895..35313545 100644 --- a/kpovmodeler/pmrainbowedit.h +++ b/kpovmodeler/pmrainbowedit.h @@ -38,7 +38,7 @@ class TQLabel; class PMRainbowEdit : public PMTextureBaseEdit { Q_OBJECT - TQ_OBJECT + typedef PMTextureBaseEdit Base; public: /** diff --git a/kpovmodeler/pmrawedit.h b/kpovmodeler/pmrawedit.h index 620e6b09..d4bbf5f0 100644 --- a/kpovmodeler/pmrawedit.h +++ b/kpovmodeler/pmrawedit.h @@ -35,7 +35,7 @@ class TQMultiLineEdit; class PMRawEdit : public PMNamedObjectEdit { Q_OBJECT - TQ_OBJECT + typedef PMNamedObjectEdit Base; public: /** diff --git a/kpovmodeler/pmrendermanager.h b/kpovmodeler/pmrendermanager.h index 722a094c..553b8522 100644 --- a/kpovmodeler/pmrendermanager.h +++ b/kpovmodeler/pmrendermanager.h @@ -96,7 +96,7 @@ typedef TQPtrListIterator PMRenderTaskListIterator; class PMRenderManager : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** * Returns a pointer to the render manager diff --git a/kpovmodeler/pmrendermodesdialog.h b/kpovmodeler/pmrendermodesdialog.h index b2d800bb..a8121a39 100644 --- a/kpovmodeler/pmrendermodesdialog.h +++ b/kpovmodeler/pmrendermodesdialog.h @@ -39,7 +39,7 @@ class PMFloatEdit; class PMRenderModesDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: /** * Creates a dialog for the modes list @@ -108,7 +108,7 @@ private: class PMRenderModeDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: /** * Creates a dialog for the mode diff --git a/kpovmodeler/pmrotateedit.h b/kpovmodeler/pmrotateedit.h index 202af2b3..601b130f 100644 --- a/kpovmodeler/pmrotateedit.h +++ b/kpovmodeler/pmrotateedit.h @@ -35,7 +35,7 @@ class PMVectorEdit; class PMRotateEdit : public PMDialogEditBase { Q_OBJECT - TQ_OBJECT + typedef PMDialogEditBase Base; public: /** diff --git a/kpovmodeler/pmscaleedit.h b/kpovmodeler/pmscaleedit.h index 8b6fd8aa..763366e0 100644 --- a/kpovmodeler/pmscaleedit.h +++ b/kpovmodeler/pmscaleedit.h @@ -35,7 +35,7 @@ class PMVectorEdit; class PMScaleEdit : public PMDialogEditBase { Q_OBJECT - TQ_OBJECT + typedef PMDialogEditBase Base; public: /** diff --git a/kpovmodeler/pmsettingsdialog.h b/kpovmodeler/pmsettingsdialog.h index e830ed8e..917680cd 100644 --- a/kpovmodeler/pmsettingsdialog.h +++ b/kpovmodeler/pmsettingsdialog.h @@ -52,7 +52,7 @@ class PMViewLayoutEntry; class PMSettingsDialogPage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: /** * Constructor @@ -127,7 +127,7 @@ public: class PMSettingsDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: /** * Standard constructor diff --git a/kpovmodeler/pmshell.h b/kpovmodeler/pmshell.h index 7ae0a62c..1192a76d 100644 --- a/kpovmodeler/pmshell.h +++ b/kpovmodeler/pmshell.h @@ -43,7 +43,7 @@ class PMViewOptions; class PMShell : public PMDockMainWindow { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kpovmodeler/pmskysphereedit.h b/kpovmodeler/pmskysphereedit.h index 1135e583..a6dc757e 100644 --- a/kpovmodeler/pmskysphereedit.h +++ b/kpovmodeler/pmskysphereedit.h @@ -34,7 +34,7 @@ class PMSkySphere; class PMSkySphereEdit : public PMTextureBaseEdit { Q_OBJECT - TQ_OBJECT + typedef PMTextureBaseEdit Base; public: /** diff --git a/kpovmodeler/pmslopeedit.h b/kpovmodeler/pmslopeedit.h index cf262ab9..e20eae1b 100644 --- a/kpovmodeler/pmslopeedit.h +++ b/kpovmodeler/pmslopeedit.h @@ -40,7 +40,7 @@ class TQLabel; class PMSlopeEdit : public PMDialogEditBase { Q_OBJECT - TQ_OBJECT + typedef PMDialogEditBase Base; public: /** diff --git a/kpovmodeler/pmsolidcoloredit.h b/kpovmodeler/pmsolidcoloredit.h index 24e9e82e..a0f3091b 100644 --- a/kpovmodeler/pmsolidcoloredit.h +++ b/kpovmodeler/pmsolidcoloredit.h @@ -35,7 +35,7 @@ class PMColorEdit; class PMSolidColorEdit : public PMDialogEditBase { Q_OBJECT - TQ_OBJECT + typedef PMDialogEditBase Base; public: /** diff --git a/kpovmodeler/pmsolidobjectedit.h b/kpovmodeler/pmsolidobjectedit.h index 21224da6..b5e8439a 100644 --- a/kpovmodeler/pmsolidobjectedit.h +++ b/kpovmodeler/pmsolidobjectedit.h @@ -35,7 +35,7 @@ class TQCheckBox; class PMSolidObjectEdit : public PMGraphicalObjectEdit { Q_OBJECT - TQ_OBJECT + typedef PMGraphicalObjectEdit Base; public: /** diff --git a/kpovmodeler/pmsoredit.h b/kpovmodeler/pmsoredit.h index 41cadff1..8b54c08f 100644 --- a/kpovmodeler/pmsoredit.h +++ b/kpovmodeler/pmsoredit.h @@ -43,7 +43,7 @@ class PMVectorListEdit; class PMSurfaceOfRevolutionEdit : public PMSolidObjectEdit { Q_OBJECT - TQ_OBJECT + typedef PMSolidObjectEdit Base; public: /** diff --git a/kpovmodeler/pmsphereedit.h b/kpovmodeler/pmsphereedit.h index c88b22a7..04db9599 100644 --- a/kpovmodeler/pmsphereedit.h +++ b/kpovmodeler/pmsphereedit.h @@ -36,7 +36,7 @@ class PMFloatEdit ; class PMSphereEdit : public PMSolidObjectEdit { Q_OBJECT - TQ_OBJECT + typedef PMSolidObjectEdit Base; public: /** diff --git a/kpovmodeler/pmspheresweepedit.h b/kpovmodeler/pmspheresweepedit.h index 753ccb12..ba9bb50b 100644 --- a/kpovmodeler/pmspheresweepedit.h +++ b/kpovmodeler/pmspheresweepedit.h @@ -44,7 +44,7 @@ class TQLabel; class PMSphereSweepEdit : public PMSolidObjectEdit { Q_OBJECT - TQ_OBJECT + typedef PMSolidObjectEdit Base; public: /** diff --git a/kpovmodeler/pmsqeedit.h b/kpovmodeler/pmsqeedit.h index 4f870ced..7d2db4e1 100644 --- a/kpovmodeler/pmsqeedit.h +++ b/kpovmodeler/pmsqeedit.h @@ -35,7 +35,7 @@ class PMFloatEdit; class PMSuperquadricEllipsoidEdit : public PMSolidObjectEdit { Q_OBJECT - TQ_OBJECT + typedef PMSolidObjectEdit Base; public: /** diff --git a/kpovmodeler/pmtextedit.h b/kpovmodeler/pmtextedit.h index 9d90c68c..734f76ac 100644 --- a/kpovmodeler/pmtextedit.h +++ b/kpovmodeler/pmtextedit.h @@ -38,7 +38,7 @@ class TQPushButton; class PMTextEdit : public PMSolidObjectEdit { Q_OBJECT - TQ_OBJECT + typedef PMSolidObjectEdit Base; public: /** diff --git a/kpovmodeler/pmtexturebaseedit.h b/kpovmodeler/pmtexturebaseedit.h index 3969c7b0..653bcb56 100644 --- a/kpovmodeler/pmtexturebaseedit.h +++ b/kpovmodeler/pmtexturebaseedit.h @@ -35,7 +35,7 @@ class PMLinkEdit; class PMTextureBaseEdit : public PMNamedObjectEdit { Q_OBJECT - TQ_OBJECT + typedef PMNamedObjectEdit Base; public: /** diff --git a/kpovmodeler/pmtextureedit.h b/kpovmodeler/pmtextureedit.h index a04b2d93..6252dc78 100644 --- a/kpovmodeler/pmtextureedit.h +++ b/kpovmodeler/pmtextureedit.h @@ -35,7 +35,7 @@ class TQCheckBox; class PMTextureEdit : public PMTextureBaseEdit { Q_OBJECT - TQ_OBJECT + typedef PMTextureBaseEdit Base; public: /** diff --git a/kpovmodeler/pmtexturemapedit.h b/kpovmodeler/pmtexturemapedit.h index 4a8f3c19..cc95816f 100644 --- a/kpovmodeler/pmtexturemapedit.h +++ b/kpovmodeler/pmtexturemapedit.h @@ -39,7 +39,7 @@ class TQLabel; class PMTextureMapEdit : public PMTextureBaseEdit { Q_OBJECT - TQ_OBJECT + typedef PMTextureBaseEdit Base; public: /** diff --git a/kpovmodeler/pmtorusedit.h b/kpovmodeler/pmtorusedit.h index e60256e3..aac8050b 100644 --- a/kpovmodeler/pmtorusedit.h +++ b/kpovmodeler/pmtorusedit.h @@ -35,7 +35,7 @@ class TQCheckBox; class PMTorusEdit : public PMSolidObjectEdit { Q_OBJECT - TQ_OBJECT + typedef PMSolidObjectEdit Base; public: /** diff --git a/kpovmodeler/pmtranslateedit.h b/kpovmodeler/pmtranslateedit.h index b15dbcec..5795f6f7 100644 --- a/kpovmodeler/pmtranslateedit.h +++ b/kpovmodeler/pmtranslateedit.h @@ -35,7 +35,7 @@ class PMVectorEdit; class PMTranslateEdit : public PMDialogEditBase { Q_OBJECT - TQ_OBJECT + typedef PMDialogEditBase Base; public: /** diff --git a/kpovmodeler/pmtreeview.h b/kpovmodeler/pmtreeview.h index 7b9ea1d0..a1ace80d 100644 --- a/kpovmodeler/pmtreeview.h +++ b/kpovmodeler/pmtreeview.h @@ -55,7 +55,7 @@ public: class PMTreeView : public TQListView { Q_OBJECT - TQ_OBJECT + friend class PMTreeViewItem; public: /** diff --git a/kpovmodeler/pmtriangleedit.h b/kpovmodeler/pmtriangleedit.h index 58ecf8ee..b584cbe7 100644 --- a/kpovmodeler/pmtriangleedit.h +++ b/kpovmodeler/pmtriangleedit.h @@ -38,7 +38,7 @@ class TQPushButton; class PMTriangleEdit : public PMGraphicalObjectEdit { Q_OBJECT - TQ_OBJECT + typedef PMGraphicalObjectEdit Base; public: /** diff --git a/kpovmodeler/pmvectoredit.h b/kpovmodeler/pmvectoredit.h index b73663c6..f68d8276 100644 --- a/kpovmodeler/pmvectoredit.h +++ b/kpovmodeler/pmvectoredit.h @@ -35,7 +35,7 @@ class PMVectorEdit : public TQWidget { Q_OBJECT - TQ_OBJECT + public: /** * Creates an edit widget for 2D vectors. diff --git a/kpovmodeler/pmvectorlistedit.h b/kpovmodeler/pmvectorlistedit.h index a52be9db..3ba132d1 100644 --- a/kpovmodeler/pmvectorlistedit.h +++ b/kpovmodeler/pmvectorlistedit.h @@ -57,7 +57,7 @@ private: class PMVectorListEdit : public TQTable { Q_OBJECT - TQ_OBJECT + public: /** * Constructor for 3d vectors (x, y, z) diff --git a/kpovmodeler/pmview.h b/kpovmodeler/pmview.h index 3a4d9f2a..02aa3e00 100644 --- a/kpovmodeler/pmview.h +++ b/kpovmodeler/pmview.h @@ -39,7 +39,7 @@ class KConfig; class PMView : public TQWidget { Q_OBJECT - TQ_OBJECT + public: /** * Constructor for the main view diff --git a/kpovmodeler/pmviewbase.h b/kpovmodeler/pmviewbase.h index 66426987..6cb92b09 100644 --- a/kpovmodeler/pmviewbase.h +++ b/kpovmodeler/pmviewbase.h @@ -65,7 +65,7 @@ public: class PMViewOptionsWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: /** * Default constructor @@ -91,7 +91,7 @@ signals: class PMViewBase : public TQWidget { Q_OBJECT - TQ_OBJECT + public: /** * Default constructor diff --git a/kpovmodeler/pmviewlayoutmanager.h b/kpovmodeler/pmviewlayoutmanager.h index a1129406..4910ba85 100644 --- a/kpovmodeler/pmviewlayoutmanager.h +++ b/kpovmodeler/pmviewlayoutmanager.h @@ -291,7 +291,7 @@ private: class PMSaveViewLayoutDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: PMSaveViewLayoutDialog( PMShell* parent, const char* name = 0 ); ~PMSaveViewLayoutDialog( ); diff --git a/kpovmodeler/pmwarpedit.h b/kpovmodeler/pmwarpedit.h index 00becf67..4f23d2bf 100644 --- a/kpovmodeler/pmwarpedit.h +++ b/kpovmodeler/pmwarpedit.h @@ -40,7 +40,7 @@ class TQLabel; class PMWarpEdit : public PMDialogEditBase { Q_OBJECT - TQ_OBJECT + typedef PMDialogEditBase Base; public: /** diff --git a/kruler/klineal.h b/kruler/klineal.h index b59aa1ac..407472df 100644 --- a/kruler/klineal.h +++ b/kruler/klineal.h @@ -32,7 +32,7 @@ class KLineal : public KMainWindow { Q_OBJECT - TQ_OBJECT + public: enum { North=0, West=1, South=2, East=3 }; /** constructor */ diff --git a/ksnapshot/ksnapshot.h b/ksnapshot/ksnapshot.h index 27cdad27..a0490c9f 100644 --- a/ksnapshot/ksnapshot.h +++ b/ksnapshot/ksnapshot.h @@ -23,7 +23,7 @@ class KSnapshotWidget; class KSnapshotPreview : public TQLabel { Q_OBJECT - TQ_OBJECT + public: KSnapshotPreview(TQWidget *parent, const char *name = 0) @@ -92,7 +92,7 @@ class KSnapshotPreview : public TQLabel class KSnapshot : public KDialogBase, virtual public KSnapshotIface { Q_OBJECT - TQ_OBJECT + public: KSnapshot(TQWidget *parent= 0, const char *name= 0, bool grabCurrent=false); diff --git a/ksnapshot/regiongrabber.h b/ksnapshot/regiongrabber.h index 3cc1961e..24c65d70 100644 --- a/ksnapshot/regiongrabber.h +++ b/ksnapshot/regiongrabber.h @@ -38,7 +38,7 @@ class SizeTip : public TQLabel class RegionGrabber : public TQWidget { Q_OBJECT - TQ_OBJECT + public: RegionGrabber(); diff --git a/ksnapshot/windowgrabber.h b/ksnapshot/windowgrabber.h index dd071f70..cf2c186a 100644 --- a/ksnapshot/windowgrabber.h +++ b/ksnapshot/windowgrabber.h @@ -29,7 +29,7 @@ class WindowGrabber : public TQDialog { Q_OBJECT - TQ_OBJECT + public: WindowGrabber(); diff --git a/ksvg/core/KSVGCanvas.h b/ksvg/core/KSVGCanvas.h index 24f28ac6..f923e207 100644 --- a/ksvg/core/KSVGCanvas.h +++ b/ksvg/core/KSVGCanvas.h @@ -59,7 +59,7 @@ class CanvasPaintServer; class KSVGCanvas : public TQObject { Q_OBJECT - TQ_OBJECT + public: KSVGCanvas(unsigned int width, unsigned int height); virtual ~KSVGCanvas(); diff --git a/ksvg/core/KSVGLoader.h b/ksvg/core/KSVGLoader.h index 28ebda01..f93280bd 100644 --- a/ksvg/core/KSVGLoader.h +++ b/ksvg/core/KSVGLoader.h @@ -55,7 +55,7 @@ class SVGDocumentImpl; class KSVGLoader : public TQObject { Q_OBJECT - TQ_OBJECT + public: KSVGLoader(); ~KSVGLoader(); diff --git a/ksvg/core/KSVGReader.h b/ksvg/core/KSVGReader.h index 136b145f..6ca13337 100644 --- a/ksvg/core/KSVGReader.h +++ b/ksvg/core/KSVGReader.h @@ -31,7 +31,7 @@ class SVGDocumentImpl; class KSVGReader : public TQObject { Q_OBJECT - TQ_OBJECT + public: struct ParsingArgs { diff --git a/ksvg/ecma/ksvg_window.h b/ksvg/ecma/ksvg_window.h index ea07856c..5340dc9a 100644 --- a/ksvg/ecma/ksvg_window.h +++ b/ksvg/ecma/ksvg_window.h @@ -100,7 +100,7 @@ public: class WindowQObject : public TQObject { Q_OBJECT - TQ_OBJECT + public: WindowQObject(Window *w); ~WindowQObject(); diff --git a/ksvg/impl/SVGDocumentImpl.h b/ksvg/impl/SVGDocumentImpl.h index 479cb7f7..6280bd51 100644 --- a/ksvg/impl/SVGDocumentImpl.h +++ b/ksvg/impl/SVGDocumentImpl.h @@ -72,7 +72,7 @@ class SVGDocumentImpl : public TQObject, public SVGDOMNodeBridge { Q_OBJECT - TQ_OBJECT + public: SVGDocumentImpl(bool anim = true, bool bFit = false, SVGImageElementImpl *parentImage = 0); virtual ~SVGDocumentImpl(); diff --git a/ksvg/impl/SVGImageElementImpl.h b/ksvg/impl/SVGImageElementImpl.h index fc9be8cc..42d7516d 100644 --- a/ksvg/impl/SVGImageElementImpl.h +++ b/ksvg/impl/SVGImageElementImpl.h @@ -52,7 +52,7 @@ class SVGImageElementImpl : public TQObject, public SVGTransformableImpl { Q_OBJECT - TQ_OBJECT + public: SVGImageElementImpl(DOM::ElementImpl *); virtual ~SVGImageElementImpl(); diff --git a/ksvg/impl/SVGScriptElementImpl.h b/ksvg/impl/SVGScriptElementImpl.h index 50ff92b2..560873e7 100644 --- a/ksvg/impl/SVGScriptElementImpl.h +++ b/ksvg/impl/SVGScriptElementImpl.h @@ -42,7 +42,7 @@ class SVGScriptElementImpl : public TQObject, public SVGExternalResourcesRequiredImpl { Q_OBJECT - TQ_OBJECT + public: SVGScriptElementImpl(DOM::ElementImpl *); virtual ~SVGScriptElementImpl(); diff --git a/ksvg/impl/SVGTimeScheduler.h b/ksvg/impl/SVGTimeScheduler.h index 5b184a52..b1e938a7 100644 --- a/ksvg/impl/SVGTimeScheduler.h +++ b/ksvg/impl/SVGTimeScheduler.h @@ -67,7 +67,7 @@ class SVGDocumentImpl; class SVGTimeScheduler : public TQObject { Q_OBJECT - TQ_OBJECT + public: SVGTimeScheduler(SVGDocumentImpl *doc); ~SVGTimeScheduler(); diff --git a/ksvg/plugin/ksvg_factory.h b/ksvg/plugin/ksvg_factory.h index 846bf15f..b163efee 100644 --- a/ksvg/plugin/ksvg_factory.h +++ b/ksvg/plugin/ksvg_factory.h @@ -30,7 +30,7 @@ class KInstance; class KSVGPluginFactory : public KParts::Factory { Q_OBJECT - TQ_OBJECT + public: KSVGPluginFactory(TQObject *parent = 0, const char *name = 0); virtual ~KSVGPluginFactory(); @@ -47,7 +47,7 @@ private: class KSVGPluginBrowserExtension : public KParts::BrowserExtension { Q_OBJECT - TQ_OBJECT + friend class KSVGPlugin; public: diff --git a/ksvg/plugin/ksvg_plugin.h b/ksvg/plugin/ksvg_plugin.h index 675f469d..5b9f4713 100644 --- a/ksvg/plugin/ksvg_plugin.h +++ b/ksvg/plugin/ksvg_plugin.h @@ -35,7 +35,7 @@ namespace KSVG class KSVGPlugin : public KParts::ReadOnlyPart { Q_OBJECT - TQ_OBJECT + public: KSVGPlugin(TQWidget *parentWidget, const char *wname, TQObject *parent, const char *name, unsigned int width = 0, unsigned int height = 0); virtual ~KSVGPlugin(); diff --git a/ksvg/plugin/ksvg_widget.h b/ksvg/plugin/ksvg_widget.h index d84701c9..6d372def 100644 --- a/ksvg/plugin/ksvg_widget.h +++ b/ksvg/plugin/ksvg_widget.h @@ -31,7 +31,7 @@ class KSVGPlugin; class KSVGWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KSVGWidget(KSVGPlugin *part, TQWidget *parent, const char *name); virtual ~KSVGWidget(); diff --git a/ksvg/plugin/svgcreator.h b/ksvg/plugin/svgcreator.h index 4f4c6510..53e8e2be 100644 --- a/ksvg/plugin/svgcreator.h +++ b/ksvg/plugin/svgcreator.h @@ -27,7 +27,7 @@ class SVGCreator : public TQObject, public ThumbCreator { Q_OBJECT - TQ_OBJECT + public: SVGCreator(); virtual ~SVGCreator(); diff --git a/ksvg/test/external/SVGTestWidget.h b/ksvg/test/external/SVGTestWidget.h index d3ad6b77..0e7cb478 100644 --- a/ksvg/test/external/SVGTestWidget.h +++ b/ksvg/test/external/SVGTestWidget.h @@ -9,7 +9,7 @@ class SVGTestWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: SVGTestWidget(const KURL &url); ~SVGTestWidget(); diff --git a/ksvg/test/external/printnodetest.h b/ksvg/test/external/printnodetest.h index ac1bdbf8..6c799000 100644 --- a/ksvg/test/external/printnodetest.h +++ b/ksvg/test/external/printnodetest.h @@ -11,7 +11,7 @@ class SVGDocument; class Worker : public TQObject { Q_OBJECT - TQ_OBJECT + public: Worker(const KURL &url); ~Worker(); diff --git a/kuickshow/src/aboutwidget.h b/kuickshow/src/aboutwidget.h index 7fd3455d..b6636bb2 100644 --- a/kuickshow/src/aboutwidget.h +++ b/kuickshow/src/aboutwidget.h @@ -27,7 +27,7 @@ class KURLWidget; class AboutWidget : public TQVBox { Q_OBJECT - TQ_OBJECT + public: AboutWidget(TQWidget *parent = 0, const char *name = 0); diff --git a/kuickshow/src/defaultswidget.h b/kuickshow/src/defaultswidget.h index 3cc92ba8..d5b18fc7 100644 --- a/kuickshow/src/defaultswidget.h +++ b/kuickshow/src/defaultswidget.h @@ -33,7 +33,7 @@ class KIntNumInput; class DefaultsWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: DefaultsWidget( TQWidget *parent, const char *name ); diff --git a/kuickshow/src/filefinder.h b/kuickshow/src/filefinder.h index ab41222f..d461e401 100644 --- a/kuickshow/src/filefinder.h +++ b/kuickshow/src/filefinder.h @@ -28,7 +28,7 @@ class KURLCompletion; class FileFinder : public KLineEdit { Q_OBJECT - TQ_OBJECT + public: FileFinder( TQWidget *parent=0, const char *name=0 ); diff --git a/kuickshow/src/filewidget.h b/kuickshow/src/filewidget.h index 82996644..cb54c042 100644 --- a/kuickshow/src/filewidget.h +++ b/kuickshow/src/filewidget.h @@ -29,7 +29,7 @@ class KFileItem; class FileWidget : public KDirOperator { Q_OBJECT - TQ_OBJECT + public: enum WhichItem { Previous, Next, Current }; diff --git a/kuickshow/src/generalwidget.h b/kuickshow/src/generalwidget.h index c8d6bec8..6220e2e7 100644 --- a/kuickshow/src/generalwidget.h +++ b/kuickshow/src/generalwidget.h @@ -32,7 +32,7 @@ class KIntNumInput; class GeneralWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: GeneralWidget( TQWidget *parent, const char *name ); diff --git a/kuickshow/src/imagewindow.h b/kuickshow/src/imagewindow.h index 611f4fc4..54dd5fb6 100644 --- a/kuickshow/src/imagewindow.h +++ b/kuickshow/src/imagewindow.h @@ -38,7 +38,7 @@ class KuickFile; class ImageWindow : public ImlibWidget { Q_OBJECT - TQ_OBJECT + public: ImageWindow( ImData *_idata, ImlibData *id, TQWidget *parent=0, diff --git a/kuickshow/src/imlibwidget.h b/kuickshow/src/imlibwidget.h index 97a2db96..abbd1345 100644 --- a/kuickshow/src/imlibwidget.h +++ b/kuickshow/src/imlibwidget.h @@ -37,7 +37,7 @@ class KuickImage; class ImageCache : public TQObject { Q_OBJECT - TQ_OBJECT + public: ImageCache( ImlibData *id, int maxImages=1 ); @@ -76,7 +76,7 @@ class TQColor; class ImlibWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/kuickshow/src/kuickconfigdlg.h b/kuickshow/src/kuickconfigdlg.h index cab6655d..2505e110 100644 --- a/kuickshow/src/kuickconfigdlg.h +++ b/kuickshow/src/kuickconfigdlg.h @@ -33,7 +33,7 @@ class ImageWindow; class KuickConfigDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KuickConfigDialog( KActionCollection *coll, TQWidget *parent=0, diff --git a/kuickshow/src/kuickfile.h b/kuickshow/src/kuickfile.h index 49ee3894..86d23da7 100644 --- a/kuickshow/src/kuickfile.h +++ b/kuickshow/src/kuickfile.h @@ -24,7 +24,7 @@ namespace KIO { class KuickFile : public TQObject { Q_OBJECT - TQ_OBJECT + public: enum DownloadStatus diff --git a/kuickshow/src/kuickimage.h b/kuickshow/src/kuickimage.h index a1875e11..540df361 100644 --- a/kuickshow/src/kuickimage.h +++ b/kuickshow/src/kuickimage.h @@ -28,7 +28,7 @@ class KuickImage : public TQObject { Q_OBJECT - TQ_OBJECT + public: enum ResizeMode { FAST, SMOOTH }; diff --git a/kuickshow/src/kuickshow.h b/kuickshow/src/kuickshow.h index 56c1b204..45ee0a30 100644 --- a/kuickshow/src/kuickshow.h +++ b/kuickshow/src/kuickshow.h @@ -82,7 +82,7 @@ public: class KuickShow : public KMainWindow { Q_OBJECT - TQ_OBJECT + public: KuickShow( const char *name=0 ); diff --git a/kuickshow/src/kurlwidget.h b/kuickshow/src/kurlwidget.h index cb02bf7e..95ea073b 100644 --- a/kuickshow/src/kurlwidget.h +++ b/kuickshow/src/kurlwidget.h @@ -24,7 +24,7 @@ class KURLWidget : public KURLLabel { Q_OBJECT - TQ_OBJECT + public: KURLWidget( const TQString& text, TQWidget *, const char *name=0 ); diff --git a/kuickshow/src/mainwidget.h b/kuickshow/src/mainwidget.h index acee576b..f9f64690 100644 --- a/kuickshow/src/mainwidget.h +++ b/kuickshow/src/mainwidget.h @@ -28,7 +28,7 @@ class FileView; class MainWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: MainWidget( TQString, TQWidget *parent, const char *name=0L); diff --git a/kuickshow/src/printing.h b/kuickshow/src/printing.h index 36dd4b32..1bed7310 100644 --- a/kuickshow/src/printing.h +++ b/kuickshow/src/printing.h @@ -50,7 +50,7 @@ private: class KuickPrintDialogPage : public KPrintDialogPage { Q_OBJECT - TQ_OBJECT + public: KuickPrintDialogPage( TQWidget *parent = 0L, const char *name = 0 ); diff --git a/kuickshow/src/slideshowwidget.h b/kuickshow/src/slideshowwidget.h index a9664426..d24deea0 100644 --- a/kuickshow/src/slideshowwidget.h +++ b/kuickshow/src/slideshowwidget.h @@ -27,7 +27,7 @@ class KIntNumInput; class SlideShowWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: SlideShowWidget( TQWidget *parent, const char *name ); ~SlideShowWidget(); diff --git a/kview/config/kviewconfmodules.h b/kview/config/kviewconfmodules.h index 91da7413..20217233 100644 --- a/kview/config/kviewconfmodules.h +++ b/kview/config/kviewconfmodules.h @@ -26,7 +26,7 @@ class TQVButtonGroup; class KViewGeneralConfig : public KCModule { Q_OBJECT - TQ_OBJECT + public: KViewGeneralConfig( TQWidget * parent, const char * name = 0, const TQStringList & args = TQStringList() ); ~KViewGeneralConfig(); diff --git a/kview/config/plugins/kviewpluginsconfig.h b/kview/config/plugins/kviewpluginsconfig.h index 4d595a83..9b53dc05 100644 --- a/kview/config/plugins/kviewpluginsconfig.h +++ b/kview/config/plugins/kviewpluginsconfig.h @@ -26,7 +26,7 @@ class KConfig; class KViewPluginsConfig : public KSettings::PluginPage { Q_OBJECT - TQ_OBJECT + public: KViewPluginsConfig( TQWidget * parent, const char * name = 0, const TQStringList & args = TQStringList() ); ~KViewPluginsConfig(); diff --git a/kview/kimageviewer/viewer.h b/kview/kimageviewer/viewer.h index 2439b9e9..8920b82c 100644 --- a/kview/kimageviewer/viewer.h +++ b/kview/kimageviewer/viewer.h @@ -48,7 +48,7 @@ namespace KImageViewer class KDE_EXPORT Viewer : public KParts::ReadWritePart { Q_OBJECT - TQ_OBJECT + public: Viewer( TQObject * parent = 0, const char * name = 0 ); diff --git a/kview/kview.h b/kview/kview.h index ef886427..e1d9ecf9 100644 --- a/kview/kview.h +++ b/kview/kview.h @@ -43,7 +43,7 @@ class KProgress; class KView : public KParts::MainWindow { Q_OBJECT - TQ_OBJECT + public: KView(); virtual ~KView(); diff --git a/kview/kviewcanvas/config/confmodules.h b/kview/kviewcanvas/config/confmodules.h index d8760ff4..0c6df7a1 100644 --- a/kview/kviewcanvas/config/confmodules.h +++ b/kview/kviewcanvas/config/confmodules.h @@ -29,7 +29,7 @@ class KConfig; class KViewCanvasConfig : public KCModule { Q_OBJECT - TQ_OBJECT + public: KViewCanvasConfig( TQWidget * parent, const char * name = 0, const TQStringList & args = TQStringList() ); ~KViewCanvasConfig(); diff --git a/kview/kviewcanvas/kimagecanvas.h b/kview/kviewcanvas/kimagecanvas.h index 52b49aca..39ff28b6 100644 --- a/kview/kviewcanvas/kimagecanvas.h +++ b/kview/kviewcanvas/kimagecanvas.h @@ -42,7 +42,7 @@ class KPixmap; class KDE_EXPORT KImageCanvas : public TQScrollView, public KImageViewer::Canvas { Q_OBJECT - TQ_OBJECT + public: /** * KImageCanvas Constructor diff --git a/kview/kviewcanvas/kimageholder.h b/kview/kviewcanvas/kimageholder.h index a5555e2b..c33073a8 100644 --- a/kview/kviewcanvas/kimageholder.h +++ b/kview/kviewcanvas/kimageholder.h @@ -35,7 +35,7 @@ class TQPoint; class KImageHolder : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KImageHolder( TQWidget *parent = 0, const char * name = 0 ); diff --git a/kview/kviewcanvas/test/test.h b/kview/kviewcanvas/test/test.h index f04866ef..6fe7737b 100644 --- a/kview/kviewcanvas/test/test.h +++ b/kview/kviewcanvas/test/test.h @@ -13,7 +13,7 @@ namespace KImageViewer { class Canvas; }; class KImageViewerTest : public KParts::MainWindow { Q_OBJECT - TQ_OBJECT + public: KImageViewerTest(); virtual ~KImageViewerTest(); diff --git a/kview/kviewviewer/config/kviewviewerpluginsconfig.h b/kview/kviewviewer/config/kviewviewerpluginsconfig.h index b9ac90e3..5d849cee 100644 --- a/kview/kviewviewer/config/kviewviewerpluginsconfig.h +++ b/kview/kviewviewer/config/kviewviewerpluginsconfig.h @@ -26,7 +26,7 @@ class KConfig; class KViewViewerPluginsConfig : public KSettings::PluginPage { Q_OBJECT - TQ_OBJECT + public: KViewViewerPluginsConfig( TQWidget * parent, const char * name = 0, const TQStringList & args = TQStringList() ); ~KViewViewerPluginsConfig(); diff --git a/kview/kviewviewer/imagesettings.h b/kview/kviewviewer/imagesettings.h index 8e1f6c68..fa5ed06c 100644 --- a/kview/kviewviewer/imagesettings.h +++ b/kview/kviewviewer/imagesettings.h @@ -26,7 +26,7 @@ class TQCheckBox; class ImageSettings : public KPrintDialogPage { Q_OBJECT - TQ_OBJECT + public: ImageSettings( TQWidget * parent = 0, const char * name = 0 ); ~ImageSettings(); diff --git a/kview/kviewviewer/kviewkonqextension.h b/kview/kviewviewer/kviewkonqextension.h index f9db2879..f49f577d 100644 --- a/kview/kviewviewer/kviewkonqextension.h +++ b/kview/kviewviewer/kviewkonqextension.h @@ -29,7 +29,7 @@ class KViewKonqExtension: public KParts::BrowserExtension { friend class KViewViewer; // it can emit our signals Q_OBJECT - TQ_OBJECT + public: KViewKonqExtension( KImageViewer::Canvas *, KViewViewer *parent, const char *name = 0 ); virtual ~KViewKonqExtension() {} diff --git a/kview/kviewviewer/kviewviewer.h b/kview/kviewviewer/kviewviewer.h index 3240badc..1cc26f32 100644 --- a/kview/kviewviewer/kviewviewer.h +++ b/kview/kviewviewer/kviewviewer.h @@ -45,7 +45,7 @@ class TQCache; class KDE_EXPORT KViewViewer : public KImageViewer::Viewer, public KViewViewerIface { Q_OBJECT - TQ_OBJECT + friend class KViewKonqExtension; public: diff --git a/kview/kviewviewer/test/test.h b/kview/kviewviewer/test/test.h index c97a8951..ab5d700b 100644 --- a/kview/kviewviewer/test/test.h +++ b/kview/kviewviewer/test/test.h @@ -13,7 +13,7 @@ namespace KParts { class ReadWritePart; } class Test : public KParts::MainWindow { Q_OBJECT - TQ_OBJECT + public: Test(); virtual ~Test(); diff --git a/kview/modules/browser/kviewbrowser.h b/kview/modules/browser/kviewbrowser.h index a065c237..74646b87 100644 --- a/kview/modules/browser/kviewbrowser.h +++ b/kview/modules/browser/kviewbrowser.h @@ -33,7 +33,7 @@ class KMyFileItemList; class KViewBrowser : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: KViewBrowser( TQObject* parent, const char* name, const TQStringList & ); virtual ~KViewBrowser(); diff --git a/kview/modules/effects/kvieweffects.h b/kview/modules/effects/kvieweffects.h index 90d9bba4..711df909 100644 --- a/kview/modules/effects/kvieweffects.h +++ b/kview/modules/effects/kvieweffects.h @@ -13,7 +13,7 @@ namespace KImageViewer { class Viewer; } class KViewEffects : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: KViewEffects( TQObject* parent, const char* name, const TQStringList & ); virtual ~KViewEffects(); diff --git a/kview/modules/presenter/config/kviewpresenterconfig.h b/kview/modules/presenter/config/kviewpresenterconfig.h index 91c5b6d6..f21b5778 100644 --- a/kview/modules/presenter/config/kviewpresenterconfig.h +++ b/kview/modules/presenter/config/kviewpresenterconfig.h @@ -26,7 +26,7 @@ class TQCheckBox; class KViewPresenterConfig : public KCModule { Q_OBJECT - TQ_OBJECT + public: KViewPresenterConfig( TQWidget * parent, const char * name = 0, const TQStringList & args = TQStringList() ); ~KViewPresenterConfig(); diff --git a/kview/modules/presenter/kviewpresenter.h b/kview/modules/presenter/kviewpresenter.h index df1f38ac..fa2cb9c4 100644 --- a/kview/modules/presenter/kviewpresenter.h +++ b/kview/modules/presenter/kviewpresenter.h @@ -38,7 +38,7 @@ class KAction; class KViewPresenter : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: KViewPresenter( TQObject* parent, const char* name, const TQStringList & ); virtual ~KViewPresenter(); diff --git a/kview/modules/presenter/kviewpresenterconfmodule.h b/kview/modules/presenter/kviewpresenterconfmodule.h index bef21e39..2c9a2ef6 100644 --- a/kview/modules/presenter/kviewpresenterconfmodule.h +++ b/kview/modules/presenter/kviewpresenterconfmodule.h @@ -28,7 +28,7 @@ class TQCheckBox; class KViewPresenterConfModule : public KPreferencesModule { Q_OBJECT - TQ_OBJECT + public: KViewPresenterConfModule( TQObject * parent ); ~KViewPresenterConfModule(); diff --git a/kview/modules/scale/kfloatspinbox.h b/kview/modules/scale/kfloatspinbox.h index 5c8897c0..7a84a06f 100644 --- a/kview/modules/scale/kfloatspinbox.h +++ b/kview/modules/scale/kfloatspinbox.h @@ -26,7 +26,7 @@ class KFloatSpinBox : public TQSpinBox { Q_OBJECT - TQ_OBJECT + public: KFloatSpinBox( float minValue, float maxValue, float step, unsigned int precision, TQWidget * parent = 0, const char * name = 0 ); virtual ~KFloatSpinBox(); diff --git a/kview/modules/scale/kview_scale.h b/kview/modules/scale/kview_scale.h index a3be4e48..659a2270 100644 --- a/kview/modules/scale/kview_scale.h +++ b/kview/modules/scale/kview_scale.h @@ -31,7 +31,7 @@ namespace KImageViewer { class KViewScale : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: KViewScale( TQObject* parent, const char* name, const TQStringList & ); virtual ~KViewScale(); diff --git a/kview/modules/scale/scaledlg.h b/kview/modules/scale/scaledlg.h index dace8109..6b7d6dcd 100644 --- a/kview/modules/scale/scaledlg.h +++ b/kview/modules/scale/scaledlg.h @@ -33,7 +33,7 @@ class TQSize; class ScaleDlg : public TQObject { Q_OBJECT - TQ_OBJECT + public: ScaleDlg( const TQSize & originalsize, TQVBox * parent, const char * name = 0 ); ~ScaleDlg(); diff --git a/kview/modules/scanner/kviewscanner.h b/kview/modules/scanner/kviewscanner.h index c0f8f7c8..5052c591 100644 --- a/kview/modules/scanner/kviewscanner.h +++ b/kview/modules/scanner/kviewscanner.h @@ -31,7 +31,7 @@ namespace KImageViewer { class Viewer; } class KViewScanner : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: KViewScanner( TQObject* parent, const char* name, const TQStringList & ); virtual ~KViewScanner(); diff --git a/kview/modules/template/kviewtemplate.h b/kview/modules/template/kviewtemplate.h index 379a4cc8..e8ed567b 100644 --- a/kview/modules/template/kviewtemplate.h +++ b/kview/modules/template/kviewtemplate.h @@ -12,7 +12,7 @@ namespace KImageViewer { class Viewer; } class KViewTemplate : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: KViewTemplate( TQObject* parent, const char* name, const TQStringList & ); virtual ~KViewTemplate(); diff --git a/kview/photobook/photobook.h b/kview/photobook/photobook.h index cd1d7536..1f9bd136 100644 --- a/kview/photobook/photobook.h +++ b/kview/photobook/photobook.h @@ -53,7 +53,7 @@ class PhotoBookPart; class PhotoBook : public TQSplitter { Q_OBJECT -TQ_OBJECT + Previews *mList; KAction *mFit; KParts::ReadOnlyPart *mViewer; @@ -74,7 +74,7 @@ signals: class Previews : public KFileIconView { Q_OBJECT - TQ_OBJECT + KDirLister mDirLister; PhotoBook *mPhotoBook; @@ -108,7 +108,7 @@ private slots: class PhotoBookPart : public KParts::ReadOnlyPart { Q_OBJECT - TQ_OBJECT + PhotoBook *bv; KAction *m_pPreviousAction; KAction *m_pNextAction; @@ -134,7 +134,7 @@ typedef KParts::GenericFactory PhotoBookFactory; class PhotoBookBrowserExtension : public KParts::BrowserExtension { Q_OBJECT - TQ_OBJECT + public: PhotoBookBrowserExtension(PhotoBookPart *p); }; diff --git a/kviewshell/documentPageCache.h b/kviewshell/documentPageCache.h index 35f8e084..5e5936d5 100644 --- a/kviewshell/documentPageCache.h +++ b/kviewshell/documentPageCache.h @@ -27,7 +27,7 @@ class RenderedDocumentPage; class DocumentPageCache: public TQObject { Q_OBJECT - TQ_OBJECT + public: DocumentPageCache(); diff --git a/kviewshell/documentRenderer.h b/kviewshell/documentRenderer.h index 82d2085e..4ac576fc 100644 --- a/kviewshell/documentRenderer.h +++ b/kviewshell/documentRenderer.h @@ -51,7 +51,7 @@ thread-safe. class DocumentRenderer : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** \brief default constructor */ diff --git a/kviewshell/documentWidget.h b/kviewshell/documentWidget.h index 0394843d..87fb4098 100644 --- a/kviewshell/documentWidget.h +++ b/kviewshell/documentWidget.h @@ -30,7 +30,7 @@ class TQPaintEvent; class DocumentWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: DocumentWidget(TQWidget *parent, PageView *sv, DocumentPageCache *cache, const char *name); diff --git a/kviewshell/emptyRenderer.h b/kviewshell/emptyRenderer.h index 8dead192..87ec5a0c 100644 --- a/kviewshell/emptyRenderer.h +++ b/kviewshell/emptyRenderer.h @@ -29,7 +29,7 @@ class RenderedDocumentPage; class EmptyRenderer : public DocumentRenderer { Q_OBJECT - TQ_OBJECT + public: EmptyRenderer(TQWidget* parent); diff --git a/kviewshell/empty_multipage.h b/kviewshell/empty_multipage.h index 68d0e538..a423c2ed 100644 --- a/kviewshell/empty_multipage.h +++ b/kviewshell/empty_multipage.h @@ -30,7 +30,7 @@ class EmptyMultiPage : public KMultiPage { Q_OBJECT - TQ_OBJECT + public: EmptyMultiPage(TQWidget* parentWidget, const char* widgetName, TQObject* parent, const char* name, diff --git a/kviewshell/history.h b/kviewshell/history.h index 6b4c2ccf..ba6376ef 100644 --- a/kviewshell/history.h +++ b/kviewshell/history.h @@ -34,7 +34,7 @@ bool operator!=(const HistoryItem& lhs, const HistoryItem& rhs) class History : public TQObject { Q_OBJECT - TQ_OBJECT + public: History(); diff --git a/kviewshell/kmultipage.h b/kviewshell/kmultipage.h index 4f0aa6f1..d6194cc0 100644 --- a/kviewshell/kmultipage.h +++ b/kviewshell/kmultipage.h @@ -37,7 +37,7 @@ class SearchWidget; class KMultiPage : public KParts::ReadOnlyPart, virtual public kmultipageInterface { Q_OBJECT - TQ_OBJECT + public: KMultiPage(TQWidget *parentWidget, const char *widgetName, TQObject *parent, const char *name); diff --git a/kviewshell/kviewpart.h b/kviewshell/kviewpart.h index 9dedf264..9fd0ed92 100644 --- a/kviewshell/kviewpart.h +++ b/kviewshell/kviewpart.h @@ -31,7 +31,7 @@ class TQSize; class KViewPart : public KViewPart_Iface { Q_OBJECT - TQ_OBJECT + public: KViewPart(TQWidget *parentWidget, const char *widgetName, TQObject *parent, @@ -240,7 +240,7 @@ private: class KViewPartExtension : public KParts::BrowserExtension { Q_OBJECT - TQ_OBJECT + friend class KViewPart; public: diff --git a/kviewshell/kviewpart_iface.h b/kviewshell/kviewpart_iface.h index aaa11b97..bef0d233 100644 --- a/kviewshell/kviewpart_iface.h +++ b/kviewshell/kviewpart_iface.h @@ -10,7 +10,7 @@ class TQStringList; class KViewPart_Iface : public KParts::ReadOnlyPart { Q_OBJECT - TQ_OBJECT + public: KViewPart_Iface(TQObject *parent, const char *name) : KParts::ReadOnlyPart(parent, name) {} diff --git a/kviewshell/kviewshell.h b/kviewshell/kviewshell.h index 1da78c20..3ea6ffef 100644 --- a/kviewshell/kviewshell.h +++ b/kviewshell/kviewshell.h @@ -16,7 +16,7 @@ class TQLabel; class KViewShell : public KParts::MainWindow { Q_OBJECT - TQ_OBJECT + public: KStatusBar *statusbar; diff --git a/kviewshell/marklist.h b/kviewshell/marklist.h index 80d796a7..6fb46ac2 100644 --- a/kviewshell/marklist.h +++ b/kviewshell/marklist.h @@ -43,7 +43,7 @@ class MarkListWidget; class ThumbnailWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: ThumbnailWidget(MarkListWidget* parent_, const PageNumber& _pageNumber, DocumentPageCache*); @@ -74,7 +74,7 @@ private: class MarkListWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: MarkListWidget(TQWidget* _parent, MarkList*, const PageNumber& _pageNumber, DocumentPageCache*, bool _showThumbnail = true); @@ -126,7 +126,7 @@ private: class MarkList: public TQScrollView { Q_OBJECT - TQ_OBJECT + public: MarkList(TQWidget* parent = 0, const char* name = 0); diff --git a/kviewshell/pageSize.h b/kviewshell/pageSize.h index a1448225..d7cbbd81 100644 --- a/kviewshell/pageSize.h +++ b/kviewshell/pageSize.h @@ -41,7 +41,7 @@ The main difference to the SimplePageSize class are the following. class pageSize : public TQObject, public SimplePageSize { Q_OBJECT - TQ_OBJECT + public: /** \brief Default constructor, initializes the pageSize with a diff --git a/kviewshell/pageSizeDialog.h b/kviewshell/pageSizeDialog.h index b0a0f1f9..5614c7bb 100644 --- a/kviewshell/pageSizeDialog.h +++ b/kviewshell/pageSizeDialog.h @@ -29,7 +29,7 @@ class pageSize; class pageSizeDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: // Constructs the page size Dialog. The pointer userPrefdPageSize diff --git a/kviewshell/pageSizeWidget.h b/kviewshell/pageSizeWidget.h index b8df5389..572afe63 100644 --- a/kviewshell/pageSizeWidget.h +++ b/kviewshell/pageSizeWidget.h @@ -19,7 +19,7 @@ class TQDoubleValidator; class pageSizeWidget : public pageSizeWidget_base { Q_OBJECT - TQ_OBJECT + public: pageSizeWidget( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); diff --git a/kviewshell/pageView.h b/kviewshell/pageView.h index 14b6fab2..4d2ef271 100644 --- a/kviewshell/pageView.h +++ b/kviewshell/pageView.h @@ -37,7 +37,7 @@ class PageNumber; class PageView : public TQScrollView { Q_OBJECT - TQ_OBJECT + public: PageView( TQWidget* parent = 0, const char* name = 0 ); diff --git a/kviewshell/plugins/djvu/djvumultipage.h b/kviewshell/plugins/djvu/djvumultipage.h index 31fcd34c..d7c59b70 100644 --- a/kviewshell/plugins/djvu/djvumultipage.h +++ b/kviewshell/plugins/djvu/djvumultipage.h @@ -87,7 +87,7 @@ required. class DjVuMultiPage : public KMultiPage { Q_OBJECT - TQ_OBJECT + public: /** Constructor diff --git a/kviewshell/plugins/djvu/djvurenderer.h b/kviewshell/plugins/djvu/djvurenderer.h index 12f34125..ff615033 100644 --- a/kviewshell/plugins/djvu/djvurenderer.h +++ b/kviewshell/plugins/djvu/djvurenderer.h @@ -51,7 +51,7 @@ with 10 empty pages of A4 size and a few anchors and bookmarks. class DjVuRenderer : public DocumentRenderer { Q_OBJECT - TQ_OBJECT + public: /** Default constructor diff --git a/kviewshell/plugins/djvu/pageRangeWidget.h b/kviewshell/plugins/djvu/pageRangeWidget.h index 7f2d267f..1aaf0c48 100644 --- a/kviewshell/plugins/djvu/pageRangeWidget.h +++ b/kviewshell/plugins/djvu/pageRangeWidget.h @@ -29,7 +29,7 @@ class PageRangeWidget : public PageRangeWidget_base { Q_OBJECT - TQ_OBJECT + public: PageRangeWidget( TQ_UINT16 _from, TQ_UINT16 _to, TQ_UINT16 _current, TQWidget *parent = 0, const char *name = 0 ); diff --git a/kviewshell/renderedDocumentPage.h b/kviewshell/renderedDocumentPage.h index cfbab6a6..a266188a 100644 --- a/kviewshell/renderedDocumentPage.h +++ b/kviewshell/renderedDocumentPage.h @@ -67,7 +67,7 @@ class TextSelection; class RenderedDocumentPage : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** \brief Default constructor diff --git a/kviewshell/renderedDocumentPagePixmap.h b/kviewshell/renderedDocumentPagePixmap.h index 00a21dfa..2944075a 100644 --- a/kviewshell/renderedDocumentPagePixmap.h +++ b/kviewshell/renderedDocumentPagePixmap.h @@ -22,7 +22,7 @@ class RenderedDocumentPagePixmap: public RenderedDocumentPage, public TQPixmap { Q_OBJECT - TQ_OBJECT + public: RenderedDocumentPagePixmap(); diff --git a/kviewshell/searchWidget.h b/kviewshell/searchWidget.h index 72e737a9..d4b09e4d 100644 --- a/kviewshell/searchWidget.h +++ b/kviewshell/searchWidget.h @@ -34,7 +34,7 @@ class TQString; class SearchWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: SearchWidget(TQWidget* parent = 0, const char* name = 0, WFlags fl = 0); diff --git a/kviewshell/sizePreview.h b/kviewshell/sizePreview.h index 6963358d..2d6e06fa 100644 --- a/kviewshell/sizePreview.h +++ b/kviewshell/sizePreview.h @@ -19,7 +19,7 @@ class SimplePageSize; class SizePreview : public TQWidget { Q_OBJECT - TQ_OBJECT + public: SizePreview( TQWidget *parent, const char* name=0, WFlags f=0 ); diff --git a/kviewshell/tableOfContents.h b/kviewshell/tableOfContents.h index cfa325b2..8e8c4983 100644 --- a/kviewshell/tableOfContents.h +++ b/kviewshell/tableOfContents.h @@ -46,7 +46,7 @@ private: class TableOfContents : public KListView { Q_OBJECT - TQ_OBJECT + public: TableOfContents(TQWidget* parent); diff --git a/kviewshell/zoom.h b/kviewshell/zoom.h index 21b182f0..4a1b780a 100644 --- a/kviewshell/zoom.h +++ b/kviewshell/zoom.h @@ -18,7 +18,7 @@ class Zoom : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** Initializs the zoom with a default of 100% */ diff --git a/libkscan/devselector.h b/libkscan/devselector.h index de478285..0389cd67 100644 --- a/libkscan/devselector.h +++ b/libkscan/devselector.h @@ -54,7 +54,7 @@ class TQCheckBox; class DeviceSelector: public KDialogBase { Q_OBJECT - TQ_OBJECT + public: /** * constructs the dialog class diff --git a/libkscan/dispgamma.h b/libkscan/dispgamma.h index 5d6bd790..e3073697 100644 --- a/libkscan/dispgamma.h +++ b/libkscan/dispgamma.h @@ -35,7 +35,7 @@ extern "C"{ class DispGamma : public TQWidget { Q_OBJECT - TQ_OBJECT + public: DispGamma( TQWidget *parent ); ~DispGamma(); diff --git a/libkscan/gammadialog.h b/libkscan/gammadialog.h index 619e103b..1d3926d7 100644 --- a/libkscan/gammadialog.h +++ b/libkscan/gammadialog.h @@ -41,7 +41,7 @@ class KGammaTable; class GammaDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + // FIXME: Doesn't compile with TQt 3 (malte) // TQ_PROPERTY( KGammaTable *gt READ getGt WRITE setGt ) diff --git a/libkscan/img_canvas.h b/libkscan/img_canvas.h index b1d87c76..b87e9bad 100644 --- a/libkscan/img_canvas.h +++ b/libkscan/img_canvas.h @@ -74,7 +74,7 @@ extern int max_dpi; class ImageCanvas: public TQScrollView { Q_OBJECT - TQ_OBJECT + Q_ENUMS( PopupIDs ) TQ_PROPERTY( int brightness READ getBrightness WRITE setBrightness ) TQ_PROPERTY( int contrast READ getContrast WRITE setContrast ) diff --git a/libkscan/imgscaledialog.h b/libkscan/imgscaledialog.h index b6a947ed..8bf76c05 100644 --- a/libkscan/imgscaledialog.h +++ b/libkscan/imgscaledialog.h @@ -32,7 +32,7 @@ class ImgScaleDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY( int selected READ getSelected WRITE setSelValue ) public: diff --git a/libkscan/kgammatable.h b/libkscan/kgammatable.h index 7d949d45..3dd503cc 100644 --- a/libkscan/kgammatable.h +++ b/libkscan/kgammatable.h @@ -30,7 +30,7 @@ extern "C" { class KGammaTable: public TQObject { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY( int g READ getGamma WRITE setGamma ) TQ_PROPERTY( int c READ getContrast WRITE setContrast ) diff --git a/libkscan/kscandevice.h b/libkscan/kscandevice.h index e5dd5100..38a6bbca 100644 --- a/libkscan/kscandevice.h +++ b/libkscan/kscandevice.h @@ -64,7 +64,7 @@ typedef enum { class KScanDevice : public TQObject { Q_OBJECT - TQ_OBJECT + /* Hmmm - No TQ_PROPS ? */ public: diff --git a/libkscan/kscanoption.h b/libkscan/kscanoption.h index 5a4e4271..d4139c52 100644 --- a/libkscan/kscanoption.h +++ b/libkscan/kscanoption.h @@ -60,7 +60,7 @@ class KGammaTable; class KScanOption : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/libkscan/kscanslider.h b/libkscan/kscanslider.h index b7d9a27e..0ecf73af 100644 --- a/libkscan/kscanslider.h +++ b/libkscan/kscanslider.h @@ -45,7 +45,7 @@ class TQLabel; class KScanSlider : public TQFrame { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY( int slider_val READ value WRITE slSetSlider ) public: @@ -118,7 +118,7 @@ private: class KScanEntry : public TQFrame { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY( TQString text READ text WRITE slSetEntry ) public: @@ -172,7 +172,7 @@ private: class KScanCombo : public TQHBox { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY( TQString cbEntry READ currentText WRITE slSetEntry ) public: diff --git a/libkscan/massscandialog.h b/libkscan/massscandialog.h index 479913a8..d17ce7fd 100644 --- a/libkscan/massscandialog.h +++ b/libkscan/massscandialog.h @@ -33,7 +33,7 @@ class TQLabel; class MassScanDialog : public TQDialog { Q_OBJECT - TQ_OBJECT + public: MassScanDialog( TQWidget *parent); ~MassScanDialog(); diff --git a/libkscan/previewer.h b/libkscan/previewer.h index 7492604b..c1891b7e 100644 --- a/libkscan/previewer.h +++ b/libkscan/previewer.h @@ -43,7 +43,7 @@ class TQHBoxLayout; class Previewer : public TQWidget { Q_OBJECT - TQ_OBJECT + public: Previewer(TQWidget *parent=0, const char *name=0); ~Previewer(); diff --git a/libkscan/scandialog.h b/libkscan/scandialog.h index 1069e816..5457f857 100644 --- a/libkscan/scandialog.h +++ b/libkscan/scandialog.h @@ -32,7 +32,7 @@ class TQSplitter; class ScanDialog : public KScanDialog { Q_OBJECT - TQ_OBJECT + public: ScanDialog( TQWidget *parent=0, const char *name=0, bool modal=false ); diff --git a/libkscan/scanparams.h b/libkscan/scanparams.h index de69b0c9..4269cdcc 100644 --- a/libkscan/scanparams.h +++ b/libkscan/scanparams.h @@ -47,7 +47,7 @@ typedef enum { ID_SANE_DEBUG, ID_TQT_IMGIO, ID_SCAN } ScanMode; class ScanParams : public TQVBox { Q_OBJECT - TQ_OBJECT + public: ScanParams( TQWidget *parent, const char *name = 0); ~ScanParams(); diff --git a/libkscan/scansourcedialog.h b/libkscan/scansourcedialog.h index dbf2cc74..35cc3d5e 100644 --- a/libkscan/scansourcedialog.h +++ b/libkscan/scansourcedialog.h @@ -37,7 +37,7 @@ class TQButtonGroup; class ScanSourceDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: ScanSourceDialog( TQWidget *parent, const TQStrList, ADF_BEHAVE ); ~ScanSourceDialog(); diff --git a/libkscan/sizeindicator.h b/libkscan/sizeindicator.h index 52f2e8b1..df940b03 100644 --- a/libkscan/sizeindicator.h +++ b/libkscan/sizeindicator.h @@ -40,7 +40,7 @@ class TQPainter; class SizeIndicator: public TQLabel { Q_OBJECT - TQ_OBJECT + // TQ_PROPERTY( KGammaTable *gt READ getGt WRITE setGt ) public: