diff --git a/digikam/digikam/albumfolderview.h b/digikam/digikam/albumfolderview.h index 0328a19..553fd09 100644 --- a/digikam/digikam/albumfolderview.h +++ b/digikam/digikam/albumfolderview.h @@ -50,7 +50,7 @@ class AlbumFolderViewPriv; class AlbumFolderView : public FolderView { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/albumhistory.h b/digikam/digikam/albumhistory.h index 5b3edda..ed3a5db 100644 --- a/digikam/digikam/albumhistory.h +++ b/digikam/digikam/albumhistory.h @@ -47,7 +47,7 @@ class HistoryItem; class AlbumHistory : public TQObject { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/albumiconview.h b/digikam/digikam/albumiconview.h index 4ba6397..c4518ff 100644 --- a/digikam/digikam/albumiconview.h +++ b/digikam/digikam/albumiconview.h @@ -63,7 +63,7 @@ class AlbumIconView : public IconView, public AlbumItemHandler { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/albumiconviewfilter.h b/digikam/digikam/albumiconviewfilter.h index 92396d3..8f6d3cb 100644 --- a/digikam/digikam/albumiconviewfilter.h +++ b/digikam/digikam/albumiconviewfilter.h @@ -44,7 +44,7 @@ class AlbumIconViewFilterPriv; class AlbumIconViewFilter : public TQHBox { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/albumlister.h b/digikam/digikam/albumlister.h index 01bc2b6..d864180 100644 --- a/digikam/digikam/albumlister.h +++ b/digikam/digikam/albumlister.h @@ -60,7 +60,7 @@ class AlbumListerPriv; class AlbumLister : public TQObject { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/albummanager.h b/digikam/digikam/albummanager.h index 354fe87..f0f98bb 100644 --- a/digikam/digikam/albummanager.h +++ b/digikam/digikam/albummanager.h @@ -87,7 +87,7 @@ typedef TQPair YearMonth; class DIGIKAM_EXPORT AlbumManager : public TQObject { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/albumpropsedit.h b/digikam/digikam/albumpropsedit.h index a7fe0c9..9e0cbd6 100644 --- a/digikam/digikam/albumpropsedit.h +++ b/digikam/digikam/albumpropsedit.h @@ -45,7 +45,7 @@ class AlbumPropsEditPriv; class AlbumPropsEdit : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/albumthumbnailloader.h b/digikam/digikam/albumthumbnailloader.h index 16e0fc9..b8da30a 100644 --- a/digikam/digikam/albumthumbnailloader.h +++ b/digikam/digikam/albumthumbnailloader.h @@ -46,7 +46,7 @@ class AlbumThumbnailLoaderPrivate; class AlbumThumbnailLoader : public TQObject { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/albumwidgetstack.h b/digikam/digikam/albumwidgetstack.h index 7970fe2..eded30c 100644 --- a/digikam/digikam/albumwidgetstack.h +++ b/digikam/digikam/albumwidgetstack.h @@ -48,7 +48,7 @@ class AlbumWidgetStackPriv; class DIGIKAM_EXPORT AlbumWidgetStack : public TQWidgetStack { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/cameralist.h b/digikam/digikam/cameralist.h index 71cfc6f..6d2941c 100644 --- a/digikam/digikam/cameralist.h +++ b/digikam/digikam/cameralist.h @@ -41,7 +41,7 @@ class CameraListPrivate; class CameraList : public TQObject { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/datefolderview.h b/digikam/digikam/datefolderview.h index 837ad7e..2437163 100644 --- a/digikam/digikam/datefolderview.h +++ b/digikam/digikam/datefolderview.h @@ -45,7 +45,7 @@ class DAlbum; class DateFolderView : public TQVBox { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/dcopiface.h b/digikam/digikam/dcopiface.h index 11ab4ab..fa08ab4 100644 --- a/digikam/digikam/dcopiface.h +++ b/digikam/digikam/dcopiface.h @@ -45,7 +45,7 @@ class DCOPIface : public TQObject, public DCOPObject { K_DCOP Q_OBJECT -// TQ_OBJECT +// public: diff --git a/digikam/digikam/digikamapp.h b/digikam/digikam/digikamapp.h index df9b668..7a10e37 100644 --- a/digikam/digikam/digikamapp.h +++ b/digikam/digikam/digikamapp.h @@ -55,7 +55,7 @@ class DigikamAppPriv; class DIGIKAM_EXPORT DigikamApp : public KMainWindow { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/digikamfirstrun.h b/digikam/digikam/digikamfirstrun.h index d9a9491..42688ca 100644 --- a/digikam/digikam/digikamfirstrun.h +++ b/digikam/digikam/digikamfirstrun.h @@ -44,7 +44,7 @@ class FirstRunWidget; class DIGIKAM_EXPORT DigikamFirstRun : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/digikamview.h b/digikam/digikam/digikamview.h index 982013b..53c8bf4 100644 --- a/digikam/digikam/digikamview.h +++ b/digikam/digikam/digikamview.h @@ -47,7 +47,7 @@ class DigikamViewPriv; class DigikamView : public TQHBox { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/dio_p.h b/digikam/digikam/dio_p.h index b608190..6646864 100644 --- a/digikam/digikam/dio_p.h +++ b/digikam/digikam/dio_p.h @@ -39,7 +39,7 @@ namespace DIO class Watch : public TQObject { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/firstrun.h b/digikam/digikam/firstrun.h index 90ca340..c97725b 100644 --- a/digikam/digikam/firstrun.h +++ b/digikam/digikam/firstrun.h @@ -42,7 +42,7 @@ namespace Digikam class DIGIKAM_EXPORT FirstRunWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/folderview.h b/digikam/digikam/folderview.h index 06ef7bf..9f9dcec 100644 --- a/digikam/digikam/folderview.h +++ b/digikam/digikam/folderview.h @@ -51,7 +51,7 @@ class FolderItem; class DIGIKAM_EXPORT FolderView : public TQListView { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/iconview.h b/digikam/digikam/iconview.h index 47bc051..9865853 100644 --- a/digikam/digikam/iconview.h +++ b/digikam/digikam/iconview.h @@ -49,7 +49,7 @@ class IconViewPriv; class DIGIKAM_EXPORT IconView : public TQScrollView { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/imageattributeswatch.h b/digikam/digikam/imageattributeswatch.h index 9d4fd57..e5834bf 100644 --- a/digikam/digikam/imageattributeswatch.h +++ b/digikam/digikam/imageattributeswatch.h @@ -38,7 +38,7 @@ namespace Digikam class ImageAttributesWatch : public TQObject { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/imagepreviewview.h b/digikam/digikam/imagepreviewview.h index 40cf197..1952042 100644 --- a/digikam/digikam/imagepreviewview.h +++ b/digikam/digikam/imagepreviewview.h @@ -49,7 +49,7 @@ class DIGIKAM_EXPORT ImagePreviewView : public PreviewWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/kdateedit.h b/digikam/digikam/kdateedit.h index aee2694..bc05e3f 100644 --- a/digikam/digikam/kdateedit.h +++ b/digikam/digikam/kdateedit.h @@ -56,7 +56,7 @@ namespace Digikam class KDateEdit : public TQComboBox { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/kdatepickerpopup.h b/digikam/digikam/kdatepickerpopup.h index c8a02ab..2671df6 100644 --- a/digikam/digikam/kdatepickerpopup.h +++ b/digikam/digikam/kdatepickerpopup.h @@ -56,7 +56,7 @@ namespace Digikam class KDatePickerPopup: public TQPopupMenu { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/kdatetimeedit.h b/digikam/digikam/kdatetimeedit.h index bc84a86..e9a5ae9 100644 --- a/digikam/digikam/kdatetimeedit.h +++ b/digikam/digikam/kdatetimeedit.h @@ -49,7 +49,7 @@ class KDateEdit; class KDateTimeEdit : public TQHBox { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/kipiinterface.h b/digikam/digikam/kipiinterface.h index b2ac7fa..a83d4de 100644 --- a/digikam/digikam/kipiinterface.h +++ b/digikam/digikam/kipiinterface.h @@ -154,7 +154,7 @@ private: class DigikamKipiInterface : public KIPI::Interface { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/mediaplayerview.h b/digikam/digikam/mediaplayerview.h index 13b17d1..9c78bb6 100644 --- a/digikam/digikam/mediaplayerview.h +++ b/digikam/digikam/mediaplayerview.h @@ -44,7 +44,7 @@ class MediaPlayerViewPriv; class DIGIKAM_EXPORT MediaPlayerView : public TQWidgetStack { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/mimefilter.h b/digikam/digikam/mimefilter.h index 6285744..f3f0bd6 100644 --- a/digikam/digikam/mimefilter.h +++ b/digikam/digikam/mimefilter.h @@ -36,7 +36,7 @@ class MimeFilterPriv; class MimeFilter : public TQComboBox { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/monthwidget.h b/digikam/digikam/monthwidget.h index 9b54736..b0b16ec 100644 --- a/digikam/digikam/monthwidget.h +++ b/digikam/digikam/monthwidget.h @@ -40,7 +40,7 @@ class MonthWidgetPriv; class MonthWidget : public TQFrame { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/pixmapmanager.h b/digikam/digikam/pixmapmanager.h index d44439b..4b5db90 100644 --- a/digikam/digikam/pixmapmanager.h +++ b/digikam/digikam/pixmapmanager.h @@ -50,7 +50,7 @@ class PixmapManagerPriv; class PixmapManager : public TQObject { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/ratingfilter.h b/digikam/digikam/ratingfilter.h index 6333bba..128920b 100644 --- a/digikam/digikam/ratingfilter.h +++ b/digikam/digikam/ratingfilter.h @@ -38,7 +38,7 @@ class RatingFilterPriv; class RatingFilter : public RatingWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/ratingpopupmenu.h b/digikam/digikam/ratingpopupmenu.h index 8623e26..6a85b4a 100644 --- a/digikam/digikam/ratingpopupmenu.h +++ b/digikam/digikam/ratingpopupmenu.h @@ -36,7 +36,7 @@ class RatingPopupMenuPriv; class RatingPopupMenu : public TQPopupMenu { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/ratingwidget.h b/digikam/digikam/ratingwidget.h index 9841632..8adc917 100644 --- a/digikam/digikam/ratingwidget.h +++ b/digikam/digikam/ratingwidget.h @@ -37,7 +37,7 @@ class RatingWidgetPriv; class RatingWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/searchadvanceddialog.h b/digikam/digikam/searchadvanceddialog.h index 3ae5704..720cf2e 100644 --- a/digikam/digikam/searchadvanceddialog.h +++ b/digikam/digikam/searchadvanceddialog.h @@ -51,7 +51,7 @@ class SearchAdvancedDialogPriv; class SearchAdvancedDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/searchfolderview.h b/digikam/digikam/searchfolderview.h index 309c100..1117a6c 100644 --- a/digikam/digikam/searchfolderview.h +++ b/digikam/digikam/searchfolderview.h @@ -38,7 +38,7 @@ class SearchFolderItem; class SearchFolderView : public FolderView { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/searchquickdialog.h b/digikam/digikam/searchquickdialog.h index 113694e..084a0d9 100644 --- a/digikam/digikam/searchquickdialog.h +++ b/digikam/digikam/searchquickdialog.h @@ -51,7 +51,7 @@ class SearchQuickDialogPriv; class SearchQuickDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/searchresultsview.h b/digikam/digikam/searchresultsview.h index ef53510..56d3673 100644 --- a/digikam/digikam/searchresultsview.h +++ b/digikam/digikam/searchresultsview.h @@ -52,7 +52,7 @@ class SearchResultsViewPriv; class SearchResultsView : public TQIconView { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/searchwidgets.h b/digikam/digikam/searchwidgets.h index 288db6f..8d77385 100644 --- a/digikam/digikam/searchwidgets.h +++ b/digikam/digikam/searchwidgets.h @@ -54,7 +54,7 @@ class SqueezedComboBox; class SearchRuleLabel: public TQLabel { Q_OBJECT - TQ_OBJECT + public: @@ -95,7 +95,7 @@ private: class SearchAdvancedBase : public TQObject { Q_OBJECT - TQ_OBJECT + public: @@ -196,7 +196,7 @@ class SearchAdvancedGroup; class SearchAdvancedRule : public SearchAdvancedBase { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/digikam/digikam/syncjob.h b/digikam/digikam/syncjob.h index b46fdb8..bba5ddc 100644 --- a/digikam/digikam/syncjob.h +++ b/digikam/digikam/syncjob.h @@ -55,7 +55,7 @@ class TAlbum; class SyncJob : public TQObject { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/tageditdlg.h b/digikam/digikam/tageditdlg.h index 61327f5..e499740 100644 --- a/digikam/digikam/tageditdlg.h +++ b/digikam/digikam/tageditdlg.h @@ -45,7 +45,7 @@ class TagEditDlgPriv; class TagEditDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/tagfilterview.h b/digikam/digikam/tagfilterview.h index 409cd8c..01a2f2c 100644 --- a/digikam/digikam/tagfilterview.h +++ b/digikam/digikam/tagfilterview.h @@ -40,7 +40,7 @@ class TagFilterViewPrivate; class TagFilterView : public FolderView { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/tagfolderview.h b/digikam/digikam/tagfolderview.h index eab8f8f..af7463c 100644 --- a/digikam/digikam/tagfolderview.h +++ b/digikam/digikam/tagfolderview.h @@ -44,7 +44,7 @@ class TagFolderViewPriv; class TagFolderView : public FolderView { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/tagspopupmenu.h b/digikam/digikam/tagspopupmenu.h index 7fee5a4..3632ac3 100644 --- a/digikam/digikam/tagspopupmenu.h +++ b/digikam/digikam/tagspopupmenu.h @@ -39,7 +39,7 @@ class TagsPopupMenuPriv; class TagsPopupMenu : public TQPopupMenu { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/timelinefolderview.h b/digikam/digikam/timelinefolderview.h index 076486d..096bbaa 100644 --- a/digikam/digikam/timelinefolderview.h +++ b/digikam/digikam/timelinefolderview.h @@ -38,7 +38,7 @@ class TimeLineFolderItem; class TimeLineFolderView : public FolderView { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/timelineview.h b/digikam/digikam/timelineview.h index f93bff8..cfc973a 100644 --- a/digikam/digikam/timelineview.h +++ b/digikam/digikam/timelineview.h @@ -41,7 +41,7 @@ class TimeLineViewPriv; class TimeLineView : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/timelinewidget.h b/digikam/digikam/timelinewidget.h index fa23545..2ceca1c 100644 --- a/digikam/digikam/timelinewidget.h +++ b/digikam/digikam/timelinewidget.h @@ -45,7 +45,7 @@ class TimeLineWidgetPriv; class TimeLineWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/digikam/welcomepageview.h b/digikam/digikam/welcomepageview.h index 641b324..43af116 100644 --- a/digikam/digikam/welcomepageview.h +++ b/digikam/digikam/welcomepageview.h @@ -43,7 +43,7 @@ namespace Digikam class DIGIKAM_EXPORT WelcomePageView : public KHTMLPart { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/adjustcurves/adjustcurves.h b/digikam/imageplugins/adjustcurves/adjustcurves.h index 5d6b6f8..56e8474 100644 --- a/digikam/imageplugins/adjustcurves/adjustcurves.h +++ b/digikam/imageplugins/adjustcurves/adjustcurves.h @@ -50,7 +50,7 @@ namespace DigikamAdjustCurvesImagesPlugin class AdjustCurveDialog : public Digikam::ImageDlgBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/adjustcurves/adjustcurvestool.h b/digikam/imageplugins/adjustcurves/adjustcurvestool.h index 2832e74..cb035f2 100644 --- a/digikam/imageplugins/adjustcurves/adjustcurvestool.h +++ b/digikam/imageplugins/adjustcurves/adjustcurvestool.h @@ -51,7 +51,7 @@ namespace DigikamAdjustCurvesImagesPlugin class AdjustCurvesTool : public Digikam::EditorTool { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/adjustcurves/imageplugin_adjustcurves.h b/digikam/imageplugins/adjustcurves/imageplugin_adjustcurves.h index 47e6bf6..6858da7 100644 --- a/digikam/imageplugins/adjustcurves/imageplugin_adjustcurves.h +++ b/digikam/imageplugins/adjustcurves/imageplugin_adjustcurves.h @@ -34,7 +34,7 @@ class KAction; class DIGIKAMIMAGEPLUGINS_EXPORT ImagePlugin_AdjustCurves : public Digikam::ImagePlugin { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/adjustlevels/adjustlevels.h b/digikam/imageplugins/adjustlevels/adjustlevels.h index 1935145..c6bac9d 100644 --- a/digikam/imageplugins/adjustlevels/adjustlevels.h +++ b/digikam/imageplugins/adjustlevels/adjustlevels.h @@ -51,7 +51,7 @@ namespace DigikamAdjustLevelsImagesPlugin class AdjustLevelDialog : public Digikam::ImageDlgBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/adjustlevels/adjustlevelstool.h b/digikam/imageplugins/adjustlevels/adjustlevelstool.h index c51729c..304ea5d 100644 --- a/digikam/imageplugins/adjustlevels/adjustlevelstool.h +++ b/digikam/imageplugins/adjustlevels/adjustlevelstool.h @@ -55,7 +55,7 @@ namespace DigikamAdjustLevelsImagesPlugin class AdjustLevelsTool : public Digikam::EditorTool { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/adjustlevels/imageplugin_adjustlevels.h b/digikam/imageplugins/adjustlevels/imageplugin_adjustlevels.h index d8236f8..9be7fcc 100644 --- a/digikam/imageplugins/adjustlevels/imageplugin_adjustlevels.h +++ b/digikam/imageplugins/adjustlevels/imageplugin_adjustlevels.h @@ -34,7 +34,7 @@ class KAction; class DIGIKAMIMAGEPLUGINS_EXPORT ImagePlugin_AdjustLevels : public Digikam::ImagePlugin { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/antivignetting/antivignettingtool.h b/digikam/imageplugins/antivignetting/antivignettingtool.h index 311535f..eab2068 100644 --- a/digikam/imageplugins/antivignetting/antivignettingtool.h +++ b/digikam/imageplugins/antivignetting/antivignettingtool.h @@ -49,7 +49,7 @@ namespace DigikamAntiVignettingImagesPlugin class AntiVignettingTool : public Digikam::EditorToolThreaded { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/antivignetting/imageeffect_antivignetting.h b/digikam/imageplugins/antivignetting/imageeffect_antivignetting.h index f69f7df..a6061f3 100644 --- a/digikam/imageplugins/antivignetting/imageeffect_antivignetting.h +++ b/digikam/imageplugins/antivignetting/imageeffect_antivignetting.h @@ -40,7 +40,7 @@ namespace DigikamAntiVignettingImagesPlugin class ImageEffect_AntiVignetting : public Digikam::ImageGuideDlg { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/antivignetting/imageplugin_antivignetting.h b/digikam/imageplugins/antivignetting/imageplugin_antivignetting.h index b7c79e3..143ec0b 100644 --- a/digikam/imageplugins/antivignetting/imageplugin_antivignetting.h +++ b/digikam/imageplugins/antivignetting/imageplugin_antivignetting.h @@ -35,7 +35,7 @@ class KAction; class DIGIKAMIMAGEPLUGINS_EXPORT ImagePlugin_AntiVignetting : public Digikam::ImagePlugin { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/blurfx/blurfxtool.h b/digikam/imageplugins/blurfx/blurfxtool.h index 10fc08f..2fb51df 100644 --- a/digikam/imageplugins/blurfx/blurfxtool.h +++ b/digikam/imageplugins/blurfx/blurfxtool.h @@ -49,7 +49,7 @@ namespace DigikamBlurFXImagesPlugin class BlurFXTool : public Digikam::EditorToolThreaded { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/blurfx/imageeffect_blurfx.h b/digikam/imageplugins/blurfx/imageeffect_blurfx.h index b465114..4e323d7 100644 --- a/digikam/imageplugins/blurfx/imageeffect_blurfx.h +++ b/digikam/imageplugins/blurfx/imageeffect_blurfx.h @@ -40,7 +40,7 @@ namespace DigikamBlurFXImagesPlugin class ImageEffect_BlurFX : public Digikam::CtrlPanelDlg { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/blurfx/imageplugin_blurfx.h b/digikam/imageplugins/blurfx/imageplugin_blurfx.h index fb90bd0..71f9a7e 100644 --- a/digikam/imageplugins/blurfx/imageplugin_blurfx.h +++ b/digikam/imageplugins/blurfx/imageplugin_blurfx.h @@ -34,7 +34,7 @@ class KAction; class DIGIKAMIMAGEPLUGINS_EXPORT ImagePlugin_BlurFX : public Digikam::ImagePlugin { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/border/bordertool.h b/digikam/imageplugins/border/bordertool.h index f691cee..60757e8 100644 --- a/digikam/imageplugins/border/bordertool.h +++ b/digikam/imageplugins/border/bordertool.h @@ -58,7 +58,7 @@ namespace DigikamBorderImagesPlugin class BorderTool : public Digikam::EditorToolThreaded { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/border/imageeffect_border.h b/digikam/imageplugins/border/imageeffect_border.h index 02afe21..577ce88 100644 --- a/digikam/imageplugins/border/imageeffect_border.h +++ b/digikam/imageplugins/border/imageeffect_border.h @@ -48,7 +48,7 @@ namespace DigikamBorderImagesPlugin class ImageEffect_Border : public Digikam::ImageGuideDlg { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/border/imageplugin_border.h b/digikam/imageplugins/border/imageplugin_border.h index 715b1ef..6f6c392 100644 --- a/digikam/imageplugins/border/imageplugin_border.h +++ b/digikam/imageplugins/border/imageplugin_border.h @@ -35,7 +35,7 @@ class KAction; class DIGIKAMIMAGEPLUGINS_EXPORT ImagePlugin_Border : public Digikam::ImagePlugin { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/channelmixer/channelmixer.h b/digikam/imageplugins/channelmixer/channelmixer.h index 06477e4..2f22640 100644 --- a/digikam/imageplugins/channelmixer/channelmixer.h +++ b/digikam/imageplugins/channelmixer/channelmixer.h @@ -49,7 +49,7 @@ namespace DigikamChannelMixerImagesPlugin class ChannelMixerDialog : public Digikam::ImageDlgBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/channelmixer/channelmixertool.h b/digikam/imageplugins/channelmixer/channelmixertool.h index dcfbd73..3d4e80f 100644 --- a/digikam/imageplugins/channelmixer/channelmixertool.h +++ b/digikam/imageplugins/channelmixer/channelmixertool.h @@ -52,7 +52,7 @@ namespace DigikamChannelMixerImagesPlugin class ChannelMixerTool : public Digikam::EditorTool { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/channelmixer/imageplugin_channelmixer.h b/digikam/imageplugins/channelmixer/imageplugin_channelmixer.h index 6819f0b..59260ce 100644 --- a/digikam/imageplugins/channelmixer/imageplugin_channelmixer.h +++ b/digikam/imageplugins/channelmixer/imageplugin_channelmixer.h @@ -34,7 +34,7 @@ class KAction; class DIGIKAMIMAGEPLUGINS_EXPORT ImagePlugin_ChannelMixer : public Digikam::ImagePlugin { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/charcoal/charcoaltool.h b/digikam/imageplugins/charcoal/charcoaltool.h index 82be670..4e3058c 100644 --- a/digikam/imageplugins/charcoal/charcoaltool.h +++ b/digikam/imageplugins/charcoal/charcoaltool.h @@ -46,7 +46,7 @@ namespace DigikamCharcoalImagesPlugin class CharcoalTool : public Digikam::EditorToolThreaded { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/charcoal/imageeffect_charcoal.h b/digikam/imageplugins/charcoal/imageeffect_charcoal.h index 5cefc62..375531b 100644 --- a/digikam/imageplugins/charcoal/imageeffect_charcoal.h +++ b/digikam/imageplugins/charcoal/imageeffect_charcoal.h @@ -37,7 +37,7 @@ namespace DigikamCharcoalImagesPlugin class ImageEffect_Charcoal : public Digikam::CtrlPanelDlg { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/charcoal/imageplugin_charcoal.h b/digikam/imageplugins/charcoal/imageplugin_charcoal.h index 5b01858..7d765fc 100644 --- a/digikam/imageplugins/charcoal/imageplugin_charcoal.h +++ b/digikam/imageplugins/charcoal/imageplugin_charcoal.h @@ -35,7 +35,7 @@ class KAction; class DIGIKAMIMAGEPLUGINS_EXPORT ImagePlugin_Charcoal : public Digikam::ImagePlugin { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/colorfx/colorfxtool.h b/digikam/imageplugins/colorfx/colorfxtool.h index 65e18ed..fd62a44 100644 --- a/digikam/imageplugins/colorfx/colorfxtool.h +++ b/digikam/imageplugins/colorfx/colorfxtool.h @@ -54,7 +54,7 @@ namespace DigikamColorFXImagesPlugin class ColorFXTool : public Digikam::EditorTool { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/colorfx/imageeffect_colorfx.h b/digikam/imageplugins/colorfx/imageeffect_colorfx.h index 65d11a2..f79fb4f 100644 --- a/digikam/imageplugins/colorfx/imageeffect_colorfx.h +++ b/digikam/imageplugins/colorfx/imageeffect_colorfx.h @@ -50,7 +50,7 @@ namespace DigikamColorFXImagesPlugin class ImageEffect_ColorFX : public Digikam::ImageDlgBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/colorfx/imageplugin_colorfx.h b/digikam/imageplugins/colorfx/imageplugin_colorfx.h index a65ea4f..1ab219c 100644 --- a/digikam/imageplugins/colorfx/imageplugin_colorfx.h +++ b/digikam/imageplugins/colorfx/imageplugin_colorfx.h @@ -36,7 +36,7 @@ class KAction; class DIGIKAMIMAGEPLUGINS_EXPORT ImagePlugin_ColorFX : public Digikam::ImagePlugin { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/coreplugin/autocorrectiontool.h b/digikam/imageplugins/coreplugin/autocorrectiontool.h index 301a1a1..64f58c5 100644 --- a/digikam/imageplugins/coreplugin/autocorrectiontool.h +++ b/digikam/imageplugins/coreplugin/autocorrectiontool.h @@ -52,7 +52,7 @@ namespace DigikamImagesPluginCore class AutoCorrectionTool : public Digikam::EditorTool { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/coreplugin/bcgtool.h b/digikam/imageplugins/coreplugin/bcgtool.h index d0d38a1..c592fef 100644 --- a/digikam/imageplugins/coreplugin/bcgtool.h +++ b/digikam/imageplugins/coreplugin/bcgtool.h @@ -54,7 +54,7 @@ namespace DigikamImagesPluginCore class BCGTool : public Digikam::EditorTool { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/coreplugin/blurtool.h b/digikam/imageplugins/coreplugin/blurtool.h index 8eee564..ee0b1e2 100644 --- a/digikam/imageplugins/coreplugin/blurtool.h +++ b/digikam/imageplugins/coreplugin/blurtool.h @@ -45,7 +45,7 @@ namespace DigikamImagesPluginCore class BlurTool : public Digikam::EditorToolThreaded { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/coreplugin/bwsepiatool.h b/digikam/imageplugins/coreplugin/bwsepiatool.h index a6168c4..cec77da 100644 --- a/digikam/imageplugins/coreplugin/bwsepiatool.h +++ b/digikam/imageplugins/coreplugin/bwsepiatool.h @@ -64,7 +64,7 @@ class PreviewPixmapFactory; class BWSepiaTool : public Digikam::EditorTool { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/coreplugin/hsl/hsltool.h b/digikam/imageplugins/coreplugin/hsl/hsltool.h index f0796e3..020f365 100644 --- a/digikam/imageplugins/coreplugin/hsl/hsltool.h +++ b/digikam/imageplugins/coreplugin/hsl/hsltool.h @@ -56,7 +56,7 @@ class HSPreviewWidget; class HSLTool : public Digikam::EditorTool { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/coreplugin/hsl/hspreviewwidget.h b/digikam/imageplugins/coreplugin/hsl/hspreviewwidget.h index 42ce3b6..ce89419 100644 --- a/digikam/imageplugins/coreplugin/hsl/hspreviewwidget.h +++ b/digikam/imageplugins/coreplugin/hsl/hspreviewwidget.h @@ -36,7 +36,7 @@ class HSPreviewWidgetPrivate; class HSPreviewWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/coreplugin/hsl/imageeffect_hsl.h b/digikam/imageplugins/coreplugin/hsl/imageeffect_hsl.h index 544954c..3fcab18 100644 --- a/digikam/imageplugins/coreplugin/hsl/imageeffect_hsl.h +++ b/digikam/imageplugins/coreplugin/hsl/imageeffect_hsl.h @@ -50,7 +50,7 @@ class HSPreviewWidget; class ImageEffect_HSL : public Digikam::ImageDlgBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/coreplugin/iccprooftool.h b/digikam/imageplugins/coreplugin/iccprooftool.h index 1d1f4a8..179a27e 100644 --- a/digikam/imageplugins/coreplugin/iccprooftool.h +++ b/digikam/imageplugins/coreplugin/iccprooftool.h @@ -64,7 +64,7 @@ namespace DigikamImagesPluginCore class ICCProofTool : public Digikam::EditorTool { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/coreplugin/imageeffect_autocorrection.h b/digikam/imageplugins/coreplugin/imageeffect_autocorrection.h index ef81c95..c85bc44 100644 --- a/digikam/imageplugins/coreplugin/imageeffect_autocorrection.h +++ b/digikam/imageplugins/coreplugin/imageeffect_autocorrection.h @@ -52,7 +52,7 @@ namespace DigikamImagesPluginCore class ImageEffect_AutoCorrection : public Digikam::ImageDlgBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/coreplugin/imageeffect_bcg.h b/digikam/imageplugins/coreplugin/imageeffect_bcg.h index 0a1e4d6..7bd05bc 100644 --- a/digikam/imageplugins/coreplugin/imageeffect_bcg.h +++ b/digikam/imageplugins/coreplugin/imageeffect_bcg.h @@ -51,7 +51,7 @@ namespace DigikamImagesPluginCore class ImageEffect_BCG : public Digikam::ImageDlgBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/coreplugin/imageeffect_blur.h b/digikam/imageplugins/coreplugin/imageeffect_blur.h index ce4cac4..ac01467 100644 --- a/digikam/imageplugins/coreplugin/imageeffect_blur.h +++ b/digikam/imageplugins/coreplugin/imageeffect_blur.h @@ -36,7 +36,7 @@ namespace DigikamImagesPluginCore class ImageEffect_Blur : public Digikam::CtrlPanelDlg { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/coreplugin/imageeffect_bwsepia.h b/digikam/imageplugins/coreplugin/imageeffect_bwsepia.h index 5ec7f54..0919397 100644 --- a/digikam/imageplugins/coreplugin/imageeffect_bwsepia.h +++ b/digikam/imageplugins/coreplugin/imageeffect_bwsepia.h @@ -60,7 +60,7 @@ class PreviewPixmapFactory; class ImageEffect_BWSepia : public Digikam::ImageDlgBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/coreplugin/imageeffect_iccproof.h b/digikam/imageplugins/coreplugin/imageeffect_iccproof.h index 8b60579..5a087c3 100644 --- a/digikam/imageplugins/coreplugin/imageeffect_iccproof.h +++ b/digikam/imageplugins/coreplugin/imageeffect_iccproof.h @@ -60,7 +60,7 @@ namespace DigikamImagesPluginCore class ImageEffect_ICCProof : public Digikam::ImageDlgBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/coreplugin/imageeffect_redeye.h b/digikam/imageplugins/coreplugin/imageeffect_redeye.h index bc6607f..5536f3c 100644 --- a/digikam/imageplugins/coreplugin/imageeffect_redeye.h +++ b/digikam/imageplugins/coreplugin/imageeffect_redeye.h @@ -80,7 +80,7 @@ private: class ImageEffect_RedEye : public Digikam::ImageDlgBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/coreplugin/imageeffect_rgb.h b/digikam/imageplugins/coreplugin/imageeffect_rgb.h index 3410d65..f56fc29 100644 --- a/digikam/imageplugins/coreplugin/imageeffect_rgb.h +++ b/digikam/imageplugins/coreplugin/imageeffect_rgb.h @@ -48,7 +48,7 @@ namespace DigikamImagesPluginCore class ImageEffect_RGB : public Digikam::ImageDlgBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/coreplugin/imageplugin_core.h b/digikam/imageplugins/coreplugin/imageplugin_core.h index 67363d6..2530b41 100644 --- a/digikam/imageplugins/coreplugin/imageplugin_core.h +++ b/digikam/imageplugins/coreplugin/imageplugin_core.h @@ -35,7 +35,7 @@ class KAction; class DIGIKAMIMAGEPLUGINS_EXPORT ImagePlugin_Core : public Digikam::ImagePlugin { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/coreplugin/ratiocrop/imageeffect_ratiocrop.h b/digikam/imageplugins/coreplugin/ratiocrop/imageeffect_ratiocrop.h index fb09e66..e66efc5 100644 --- a/digikam/imageplugins/coreplugin/ratiocrop/imageeffect_ratiocrop.h +++ b/digikam/imageplugins/coreplugin/ratiocrop/imageeffect_ratiocrop.h @@ -48,7 +48,7 @@ class ImageSelectionWidget; class ImageEffect_RatioCrop : public Digikam::ImageDlgBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/coreplugin/ratiocrop/imageselectionwidget.h b/digikam/imageplugins/coreplugin/ratiocrop/imageselectionwidget.h index 154ae65..eb40356 100644 --- a/digikam/imageplugins/coreplugin/ratiocrop/imageselectionwidget.h +++ b/digikam/imageplugins/coreplugin/ratiocrop/imageselectionwidget.h @@ -46,7 +46,7 @@ class ImageSelectionWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/coreplugin/ratiocrop/ratiocroptool.h b/digikam/imageplugins/coreplugin/ratiocrop/ratiocroptool.h index f3ff287..b1e74b5 100644 --- a/digikam/imageplugins/coreplugin/ratiocrop/ratiocroptool.h +++ b/digikam/imageplugins/coreplugin/ratiocrop/ratiocroptool.h @@ -50,7 +50,7 @@ class ImageSelectionWidget; class RatioCropTool : public Digikam::EditorTool { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/coreplugin/redeyetool.h b/digikam/imageplugins/coreplugin/redeyetool.h index 1487a17..7fd201b 100644 --- a/digikam/imageplugins/coreplugin/redeyetool.h +++ b/digikam/imageplugins/coreplugin/redeyetool.h @@ -84,7 +84,7 @@ private: class RedEyeTool : public Digikam::EditorTool { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/coreplugin/rgbtool.h b/digikam/imageplugins/coreplugin/rgbtool.h index 526811d..080b370 100644 --- a/digikam/imageplugins/coreplugin/rgbtool.h +++ b/digikam/imageplugins/coreplugin/rgbtool.h @@ -52,7 +52,7 @@ namespace DigikamImagesPluginCore class RGBTool : public Digikam::EditorTool { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/coreplugin/sharpnesseditor/imageeffect_sharpen.h b/digikam/imageplugins/coreplugin/sharpnesseditor/imageeffect_sharpen.h index b4d2e74..e189689 100644 --- a/digikam/imageplugins/coreplugin/sharpnesseditor/imageeffect_sharpen.h +++ b/digikam/imageplugins/coreplugin/sharpnesseditor/imageeffect_sharpen.h @@ -45,7 +45,7 @@ namespace DigikamImagesPluginCore class ImageEffect_Sharpen : public Digikam::CtrlPanelDlg { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/coreplugin/sharpnesseditor/sharpentool.h b/digikam/imageplugins/coreplugin/sharpnesseditor/sharpentool.h index 296e8c6..c9131f5 100644 --- a/digikam/imageplugins/coreplugin/sharpnesseditor/sharpentool.h +++ b/digikam/imageplugins/coreplugin/sharpnesseditor/sharpentool.h @@ -50,7 +50,7 @@ namespace DigikamImagesPluginCore class SharpenTool : public Digikam::EditorToolThreaded { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/distortionfx/distortionfxtool.h b/digikam/imageplugins/distortionfx/distortionfxtool.h index aff6420..fe28315 100644 --- a/digikam/imageplugins/distortionfx/distortionfxtool.h +++ b/digikam/imageplugins/distortionfx/distortionfxtool.h @@ -51,7 +51,7 @@ namespace DigikamDistortionFXImagesPlugin class DistortionFXTool : public Digikam::EditorToolThreaded { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/distortionfx/imageeffect_distortionfx.h b/digikam/imageplugins/distortionfx/imageeffect_distortionfx.h index 610e344..fdf3cf7 100644 --- a/digikam/imageplugins/distortionfx/imageeffect_distortionfx.h +++ b/digikam/imageplugins/distortionfx/imageeffect_distortionfx.h @@ -43,7 +43,7 @@ namespace DigikamDistortionFXImagesPlugin class ImageEffect_DistortionFX : public Digikam::ImageGuideDlg { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/distortionfx/imageplugin_distortionfx.h b/digikam/imageplugins/distortionfx/imageplugin_distortionfx.h index 635e060..512b5e7 100644 --- a/digikam/imageplugins/distortionfx/imageplugin_distortionfx.h +++ b/digikam/imageplugins/distortionfx/imageplugin_distortionfx.h @@ -37,7 +37,7 @@ class KAction; class DIGIKAMIMAGEPLUGINS_EXPORT ImagePlugin_DistortionFX : public Digikam::ImagePlugin { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/emboss/embosstool.h b/digikam/imageplugins/emboss/embosstool.h index ee7132e..2b36472 100644 --- a/digikam/imageplugins/emboss/embosstool.h +++ b/digikam/imageplugins/emboss/embosstool.h @@ -47,7 +47,7 @@ namespace DigikamEmbossImagesPlugin class EmbossTool : public Digikam::EditorToolThreaded { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/emboss/imageeffect_emboss.h b/digikam/imageplugins/emboss/imageeffect_emboss.h index 258dbe9..11f7228 100644 --- a/digikam/imageplugins/emboss/imageeffect_emboss.h +++ b/digikam/imageplugins/emboss/imageeffect_emboss.h @@ -38,7 +38,7 @@ namespace DigikamEmbossImagesPlugin class ImageEffect_Emboss : public Digikam::CtrlPanelDlg { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/emboss/imageplugin_emboss.h b/digikam/imageplugins/emboss/imageplugin_emboss.h index a3ee50a..4b20802 100644 --- a/digikam/imageplugins/emboss/imageplugin_emboss.h +++ b/digikam/imageplugins/emboss/imageplugin_emboss.h @@ -35,7 +35,7 @@ class KAction; class DIGIKAMIMAGEPLUGINS_EXPORT ImagePlugin_Emboss : public Digikam::ImagePlugin { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/filmgrain/filmgraintool.h b/digikam/imageplugins/filmgrain/filmgraintool.h index 951f9a2..80a1f12 100644 --- a/digikam/imageplugins/filmgrain/filmgraintool.h +++ b/digikam/imageplugins/filmgrain/filmgraintool.h @@ -45,7 +45,7 @@ namespace DigikamFilmGrainImagesPlugin class FilmGrainTool : public Digikam::EditorToolThreaded { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/filmgrain/imageeffect_filmgrain.h b/digikam/imageplugins/filmgrain/imageeffect_filmgrain.h index 40bba68..8f7cc92 100644 --- a/digikam/imageplugins/filmgrain/imageeffect_filmgrain.h +++ b/digikam/imageplugins/filmgrain/imageeffect_filmgrain.h @@ -40,7 +40,7 @@ namespace DigikamFilmGrainImagesPlugin class ImageEffect_FilmGrain : public Digikam::CtrlPanelDlg { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/filmgrain/imageplugin_filmgrain.h b/digikam/imageplugins/filmgrain/imageplugin_filmgrain.h index 01ca387..093add4 100644 --- a/digikam/imageplugins/filmgrain/imageplugin_filmgrain.h +++ b/digikam/imageplugins/filmgrain/imageplugin_filmgrain.h @@ -35,7 +35,7 @@ class KAction; class DIGIKAMIMAGEPLUGINS_EXPORT ImagePlugin_FilmGrain : public Digikam::ImagePlugin { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/freerotation/freerotationtool.h b/digikam/imageplugins/freerotation/freerotationtool.h index a060fff..ec50915 100644 --- a/digikam/imageplugins/freerotation/freerotationtool.h +++ b/digikam/imageplugins/freerotation/freerotationtool.h @@ -52,7 +52,7 @@ namespace DigikamFreeRotationImagesPlugin class FreeRotationTool : public Digikam::EditorToolThreaded { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/freerotation/imageeffect_freerotation.h b/digikam/imageplugins/freerotation/imageeffect_freerotation.h index e70f1e7..89e3023 100644 --- a/digikam/imageplugins/freerotation/imageeffect_freerotation.h +++ b/digikam/imageplugins/freerotation/imageeffect_freerotation.h @@ -43,7 +43,7 @@ namespace DigikamFreeRotationImagesPlugin class ImageEffect_FreeRotation : public Digikam::ImageGuideDlg { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/freerotation/imageplugin_freerotation.h b/digikam/imageplugins/freerotation/imageplugin_freerotation.h index e054ca3..2ce3436 100644 --- a/digikam/imageplugins/freerotation/imageplugin_freerotation.h +++ b/digikam/imageplugins/freerotation/imageplugin_freerotation.h @@ -35,7 +35,7 @@ class KAction; class DIGIKAMIMAGEPLUGINS_EXPORT ImagePlugin_FreeRotation : public Digikam::ImagePlugin { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/hotpixels/blackframelistview.h b/digikam/imageplugins/hotpixels/blackframelistview.h index 8608094..5e5cafa 100644 --- a/digikam/imageplugins/hotpixels/blackframelistview.h +++ b/digikam/imageplugins/hotpixels/blackframelistview.h @@ -50,7 +50,7 @@ namespace DigikamHotPixelsImagesPlugin class BlackFrameListView : public TQListView { Q_OBJECT - TQ_OBJECT + public: @@ -74,7 +74,7 @@ private slots: class BlackFrameListViewItem : public TQObject, TQListViewItem { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/hotpixels/blackframeparser.h b/digikam/imageplugins/hotpixels/blackframeparser.h index eeb587e..9862471 100644 --- a/digikam/imageplugins/hotpixels/blackframeparser.h +++ b/digikam/imageplugins/hotpixels/blackframeparser.h @@ -58,7 +58,7 @@ namespace DigikamHotPixelsImagesPlugin class BlackFrameParser: public TQObject { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/hotpixels/hotpixelstool.h b/digikam/imageplugins/hotpixels/hotpixelstool.h index 3e44f9a..0581c58 100644 --- a/digikam/imageplugins/hotpixels/hotpixelstool.h +++ b/digikam/imageplugins/hotpixels/hotpixelstool.h @@ -65,7 +65,7 @@ class BlackFrameListView; class HotPixelsTool : public Digikam::EditorToolThreaded { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/hotpixels/imageeffect_hotpixels.h b/digikam/imageplugins/hotpixels/imageeffect_hotpixels.h index 9f5e6f8..180057b 100644 --- a/digikam/imageplugins/hotpixels/imageeffect_hotpixels.h +++ b/digikam/imageplugins/hotpixels/imageeffect_hotpixels.h @@ -57,7 +57,7 @@ class BlackFrameListView; class ImageEffect_HotPixels : public Digikam::CtrlPanelDlg { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/hotpixels/imageplugin_hotpixels.h b/digikam/imageplugins/hotpixels/imageplugin_hotpixels.h index 8ad5a77..9823d00 100644 --- a/digikam/imageplugins/hotpixels/imageplugin_hotpixels.h +++ b/digikam/imageplugins/hotpixels/imageplugin_hotpixels.h @@ -34,7 +34,7 @@ class DIGIKAMIMAGEPLUGINS_EXPORT ImagePlugin_HotPixels : public Digikam::ImagePlugin { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/infrared/imageeffect_infrared.h b/digikam/imageplugins/infrared/imageeffect_infrared.h index af8ec6e..f3e368d 100644 --- a/digikam/imageplugins/infrared/imageeffect_infrared.h +++ b/digikam/imageplugins/infrared/imageeffect_infrared.h @@ -40,7 +40,7 @@ namespace DigikamInfraredImagesPlugin class ImageEffect_Infrared : public Digikam::CtrlPanelDlg { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/infrared/imageplugin_infrared.h b/digikam/imageplugins/infrared/imageplugin_infrared.h index 57e701f..f66fca7 100644 --- a/digikam/imageplugins/infrared/imageplugin_infrared.h +++ b/digikam/imageplugins/infrared/imageplugin_infrared.h @@ -35,7 +35,7 @@ class KAction; class DIGIKAMIMAGEPLUGINS_EXPORT ImagePlugin_Infrared : public Digikam::ImagePlugin { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/infrared/infraredtool.h b/digikam/imageplugins/infrared/infraredtool.h index 3774f7a..3a349c7 100644 --- a/digikam/imageplugins/infrared/infraredtool.h +++ b/digikam/imageplugins/infrared/infraredtool.h @@ -46,7 +46,7 @@ namespace DigikamInfraredImagesPlugin class InfraredTool : public Digikam::EditorToolThreaded { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/inpainting/imageeffect_inpainting.h b/digikam/imageplugins/inpainting/imageeffect_inpainting.h index df17a86..8c25454 100644 --- a/digikam/imageplugins/inpainting/imageeffect_inpainting.h +++ b/digikam/imageplugins/inpainting/imageeffect_inpainting.h @@ -60,7 +60,7 @@ public: class ImageEffect_InPainting_Dialog : public Digikam::ImageGuideDlg { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/inpainting/imageplugin_inpainting.h b/digikam/imageplugins/inpainting/imageplugin_inpainting.h index e6fafcb..ad85152 100644 --- a/digikam/imageplugins/inpainting/imageplugin_inpainting.h +++ b/digikam/imageplugins/inpainting/imageplugin_inpainting.h @@ -35,7 +35,7 @@ class KAction; class DIGIKAMIMAGEPLUGINS_EXPORT ImagePlugin_InPainting : public Digikam::ImagePlugin { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/inpainting/inpaintingtool.h b/digikam/imageplugins/inpainting/inpaintingtool.h index d9c73bf..296a1de 100644 --- a/digikam/imageplugins/inpainting/inpaintingtool.h +++ b/digikam/imageplugins/inpainting/inpaintingtool.h @@ -73,7 +73,7 @@ private: class InPaintingTool : public Digikam::EditorToolThreaded { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/inserttext/fontchooserwidget.h b/digikam/imageplugins/inserttext/fontchooserwidget.h index 5971046..6f08b4d 100644 --- a/digikam/imageplugins/inserttext/fontchooserwidget.h +++ b/digikam/imageplugins/inserttext/fontchooserwidget.h @@ -46,7 +46,7 @@ namespace DigikamInsertTextImagesPlugin class FontChooserWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY( TQFont font READ font WRITE setFont ) public: diff --git a/digikam/imageplugins/inserttext/imageeffect_inserttext.h b/digikam/imageplugins/inserttext/imageeffect_inserttext.h index 24ea4f7..784387d 100644 --- a/digikam/imageplugins/inserttext/imageeffect_inserttext.h +++ b/digikam/imageplugins/inserttext/imageeffect_inserttext.h @@ -51,7 +51,7 @@ class FontChooserWidget; class ImageEffect_InsertText : public Digikam::ImageDlgBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/inserttext/imageplugin_inserttext.h b/digikam/imageplugins/inserttext/imageplugin_inserttext.h index ef02007..5d34a8e 100644 --- a/digikam/imageplugins/inserttext/imageplugin_inserttext.h +++ b/digikam/imageplugins/inserttext/imageplugin_inserttext.h @@ -34,7 +34,7 @@ class KAction; class DIGIKAMIMAGEPLUGINS_EXPORT ImagePlugin_InsertText : public Digikam::ImagePlugin { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/inserttext/inserttexttool.h b/digikam/imageplugins/inserttext/inserttexttool.h index d4eacd7..76122d6 100644 --- a/digikam/imageplugins/inserttext/inserttexttool.h +++ b/digikam/imageplugins/inserttext/inserttexttool.h @@ -57,7 +57,7 @@ class FontChooserWidget; class InsertTextTool : public Digikam::EditorTool { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/inserttext/inserttextwidget.h b/digikam/imageplugins/inserttext/inserttextwidget.h index 56e326c..ce6c4ea 100644 --- a/digikam/imageplugins/inserttext/inserttextwidget.h +++ b/digikam/imageplugins/inserttext/inserttextwidget.h @@ -82,7 +82,7 @@ enum BorderMode class InsertTextWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/lensdistortion/imageeffect_lensdistortion.h b/digikam/imageplugins/lensdistortion/imageeffect_lensdistortion.h index cc5f258..9d9001b 100644 --- a/digikam/imageplugins/lensdistortion/imageeffect_lensdistortion.h +++ b/digikam/imageplugins/lensdistortion/imageeffect_lensdistortion.h @@ -44,7 +44,7 @@ namespace DigikamLensDistortionImagesPlugin class ImageEffect_LensDistortion : public Digikam::ImageGuideDlg { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/lensdistortion/imageplugin_lensdistortion.h b/digikam/imageplugins/lensdistortion/imageplugin_lensdistortion.h index b3e02f4..05cb563 100644 --- a/digikam/imageplugins/lensdistortion/imageplugin_lensdistortion.h +++ b/digikam/imageplugins/lensdistortion/imageplugin_lensdistortion.h @@ -34,7 +34,7 @@ class KAction; class DIGIKAMIMAGEPLUGINS_EXPORT ImagePlugin_LensDistortion : public Digikam::ImagePlugin { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/lensdistortion/lensdistortiontool.h b/digikam/imageplugins/lensdistortion/lensdistortiontool.h index b3b3ad1..4b01617 100644 --- a/digikam/imageplugins/lensdistortion/lensdistortiontool.h +++ b/digikam/imageplugins/lensdistortion/lensdistortiontool.h @@ -49,7 +49,7 @@ namespace DigikamLensDistortionImagesPlugin class LensDistortionTool : public Digikam::EditorToolThreaded { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/noisereduction/imageeffect_noisereduction.h b/digikam/imageplugins/noisereduction/imageeffect_noisereduction.h index 4ab9645..eeb6004 100644 --- a/digikam/imageplugins/noisereduction/imageeffect_noisereduction.h +++ b/digikam/imageplugins/noisereduction/imageeffect_noisereduction.h @@ -36,7 +36,7 @@ namespace DigikamNoiseReductionImagesPlugin class ImageEffect_NoiseReduction : public Digikam::CtrlPanelDlg { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/noisereduction/imageplugin_noisereduction.h b/digikam/imageplugins/noisereduction/imageplugin_noisereduction.h index 6042de3..844c12f 100644 --- a/digikam/imageplugins/noisereduction/imageplugin_noisereduction.h +++ b/digikam/imageplugins/noisereduction/imageplugin_noisereduction.h @@ -34,7 +34,7 @@ class KAction; class DIGIKAMIMAGEPLUGINS_EXPORT ImagePlugin_NoiseReduction : public Digikam::ImagePlugin { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/noisereduction/noisereductiontool.h b/digikam/imageplugins/noisereduction/noisereductiontool.h index 2138638..1335e31 100644 --- a/digikam/imageplugins/noisereduction/noisereductiontool.h +++ b/digikam/imageplugins/noisereduction/noisereductiontool.h @@ -45,7 +45,7 @@ namespace DigikamNoiseReductionImagesPlugin class NoiseReductionTool : public Digikam::EditorToolThreaded { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/oilpaint/imageeffect_oilpaint.h b/digikam/imageplugins/oilpaint/imageeffect_oilpaint.h index 253858f..992691c 100644 --- a/digikam/imageplugins/oilpaint/imageeffect_oilpaint.h +++ b/digikam/imageplugins/oilpaint/imageeffect_oilpaint.h @@ -37,7 +37,7 @@ namespace DigikamOilPaintImagesPlugin class ImageEffect_OilPaint : public Digikam::CtrlPanelDlg { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/oilpaint/imageplugin_oilpaint.h b/digikam/imageplugins/oilpaint/imageplugin_oilpaint.h index af5de4c..b5a0b19 100644 --- a/digikam/imageplugins/oilpaint/imageplugin_oilpaint.h +++ b/digikam/imageplugins/oilpaint/imageplugin_oilpaint.h @@ -34,7 +34,7 @@ class KAction; class DIGIKAMIMAGEPLUGINS_EXPORT ImagePlugin_OilPaint : public Digikam::ImagePlugin { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/oilpaint/oilpainttool.h b/digikam/imageplugins/oilpaint/oilpainttool.h index c3a21c9..443d513 100644 --- a/digikam/imageplugins/oilpaint/oilpainttool.h +++ b/digikam/imageplugins/oilpaint/oilpainttool.h @@ -46,7 +46,7 @@ namespace DigikamOilPaintImagesPlugin class OilPaintTool : public Digikam::EditorToolThreaded { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/perspective/imageeffect_perspective.h b/digikam/imageplugins/perspective/imageeffect_perspective.h index 0ec9b34..4437184 100644 --- a/digikam/imageplugins/perspective/imageeffect_perspective.h +++ b/digikam/imageplugins/perspective/imageeffect_perspective.h @@ -46,7 +46,7 @@ class PerspectiveWidget; class ImageEffect_Perspective : public Digikam::ImageDlgBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/perspective/imageplugin_perspective.h b/digikam/imageplugins/perspective/imageplugin_perspective.h index 068405d..02194fa 100644 --- a/digikam/imageplugins/perspective/imageplugin_perspective.h +++ b/digikam/imageplugins/perspective/imageplugin_perspective.h @@ -34,7 +34,7 @@ class KAction; class DIGIKAMIMAGEPLUGINS_EXPORT ImagePlugin_Perspective : public Digikam::ImagePlugin { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/perspective/perspectivetool.h b/digikam/imageplugins/perspective/perspectivetool.h index bb3df2b..1818176 100644 --- a/digikam/imageplugins/perspective/perspectivetool.h +++ b/digikam/imageplugins/perspective/perspectivetool.h @@ -55,7 +55,7 @@ class PerspectiveWidget; class PerspectiveTool : public Digikam::EditorTool { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/perspective/perspectivewidget.h b/digikam/imageplugins/perspective/perspectivewidget.h index a46b0a5..48abaa7 100644 --- a/digikam/imageplugins/perspective/perspectivewidget.h +++ b/digikam/imageplugins/perspective/perspectivewidget.h @@ -54,7 +54,7 @@ namespace DigikamPerspectiveImagesPlugin class PerspectiveWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/raindrop/imageeffect_raindrop.h b/digikam/imageplugins/raindrop/imageeffect_raindrop.h index 45e7301..7dd8f8d 100644 --- a/digikam/imageplugins/raindrop/imageeffect_raindrop.h +++ b/digikam/imageplugins/raindrop/imageeffect_raindrop.h @@ -37,7 +37,7 @@ namespace DigikamRainDropImagesPlugin class ImageEffect_RainDrop : public Digikam::ImageGuideDlg { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/raindrop/imageplugin_raindrop.h b/digikam/imageplugins/raindrop/imageplugin_raindrop.h index f2857b2..365cd0c 100644 --- a/digikam/imageplugins/raindrop/imageplugin_raindrop.h +++ b/digikam/imageplugins/raindrop/imageplugin_raindrop.h @@ -34,7 +34,7 @@ class KAction; class DIGIKAMIMAGEPLUGINS_EXPORT ImagePlugin_RainDrop : public Digikam::ImagePlugin { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/raindrop/raindroptool.h b/digikam/imageplugins/raindrop/raindroptool.h index 8328bda..b46e841 100644 --- a/digikam/imageplugins/raindrop/raindroptool.h +++ b/digikam/imageplugins/raindrop/raindroptool.h @@ -45,7 +45,7 @@ namespace DigikamRainDropImagesPlugin class RainDropTool : public Digikam::EditorToolThreaded { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/restoration/imageeffect_restoration.h b/digikam/imageplugins/restoration/imageeffect_restoration.h index 3d3a479..fa68b5a 100644 --- a/digikam/imageplugins/restoration/imageeffect_restoration.h +++ b/digikam/imageplugins/restoration/imageeffect_restoration.h @@ -47,7 +47,7 @@ namespace DigikamRestorationImagesPlugin class ImageEffect_Restoration : public Digikam::CtrlPanelDlg { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/restoration/imageplugin_restoration.h b/digikam/imageplugins/restoration/imageplugin_restoration.h index fb323f8..2474b9d 100644 --- a/digikam/imageplugins/restoration/imageplugin_restoration.h +++ b/digikam/imageplugins/restoration/imageplugin_restoration.h @@ -35,7 +35,7 @@ class KAction; class DIGIKAMIMAGEPLUGINS_EXPORT ImagePlugin_Restoration : public Digikam::ImagePlugin { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/restoration/restorationtool.h b/digikam/imageplugins/restoration/restorationtool.h index ad46e9f..41ab3e5 100644 --- a/digikam/imageplugins/restoration/restorationtool.h +++ b/digikam/imageplugins/restoration/restorationtool.h @@ -49,7 +49,7 @@ namespace DigikamRestorationImagesPlugin class RestorationTool : public Digikam::EditorToolThreaded { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/sheartool/imageeffect_sheartool.h b/digikam/imageplugins/sheartool/imageeffect_sheartool.h index 697a47f..38c63ca 100644 --- a/digikam/imageplugins/sheartool/imageeffect_sheartool.h +++ b/digikam/imageplugins/sheartool/imageeffect_sheartool.h @@ -42,7 +42,7 @@ namespace DigikamShearToolImagesPlugin class ImageEffect_ShearTool : public Digikam::ImageGuideDlg { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/sheartool/imageplugin_sheartool.h b/digikam/imageplugins/sheartool/imageplugin_sheartool.h index 2f8f4ee..6bde004 100644 --- a/digikam/imageplugins/sheartool/imageplugin_sheartool.h +++ b/digikam/imageplugins/sheartool/imageplugin_sheartool.h @@ -34,7 +34,7 @@ class KAction; class DIGIKAMIMAGEPLUGINS_EXPORT ImagePlugin_ShearTool : public Digikam::ImagePlugin { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/sheartool/sheartool.h b/digikam/imageplugins/sheartool/sheartool.h index 45a25a1..6d36562 100644 --- a/digikam/imageplugins/sheartool/sheartool.h +++ b/digikam/imageplugins/sheartool/sheartool.h @@ -51,7 +51,7 @@ namespace DigikamShearToolImagesPlugin class ShearTool : public Digikam::EditorToolThreaded { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/superimpose/dirselectwidget.h b/digikam/imageplugins/superimpose/dirselectwidget.h index 46f70e2..85b42f6 100644 --- a/digikam/imageplugins/superimpose/dirselectwidget.h +++ b/digikam/imageplugins/superimpose/dirselectwidget.h @@ -42,7 +42,7 @@ namespace DigikamSuperImposeImagesPlugin class DirSelectWidget : public KFileTreeView { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/superimpose/imageeffect_superimpose.h b/digikam/imageplugins/superimpose/imageeffect_superimpose.h index 359b3a0..95c7db4 100644 --- a/digikam/imageplugins/superimpose/imageeffect_superimpose.h +++ b/digikam/imageplugins/superimpose/imageeffect_superimpose.h @@ -50,7 +50,7 @@ class SuperImposeWidget; class ImageEffect_SuperImpose : public Digikam::ImageDlgBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/superimpose/imageplugin_superimpose.h b/digikam/imageplugins/superimpose/imageplugin_superimpose.h index 75bc9ce..295075c 100644 --- a/digikam/imageplugins/superimpose/imageplugin_superimpose.h +++ b/digikam/imageplugins/superimpose/imageplugin_superimpose.h @@ -36,7 +36,7 @@ class KAction; class DIGIKAMIMAGEPLUGINS_EXPORT ImagePlugin_SuperImpose : public Digikam::ImagePlugin { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/superimpose/superimposetool.h b/digikam/imageplugins/superimpose/superimposetool.h index 8d033fe..6622a2b 100644 --- a/digikam/imageplugins/superimpose/superimposetool.h +++ b/digikam/imageplugins/superimpose/superimposetool.h @@ -51,7 +51,7 @@ class SuperImposeWidget; class SuperImposeTool : public Digikam::EditorTool { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/superimpose/superimposewidget.h b/digikam/imageplugins/superimpose/superimposewidget.h index cda76c1..785216d 100644 --- a/digikam/imageplugins/superimpose/superimposewidget.h +++ b/digikam/imageplugins/superimpose/superimposewidget.h @@ -63,7 +63,7 @@ enum Action class SuperImposeWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/texture/imageeffect_texture.h b/digikam/imageplugins/texture/imageeffect_texture.h index 9bb4bc0..d192f61 100644 --- a/digikam/imageplugins/texture/imageeffect_texture.h +++ b/digikam/imageplugins/texture/imageeffect_texture.h @@ -43,7 +43,7 @@ namespace DigikamTextureImagesPlugin class ImageEffect_Texture : public Digikam::CtrlPanelDlg { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/texture/imageplugin_texture.h b/digikam/imageplugins/texture/imageplugin_texture.h index fcfcb30..890ab6e 100644 --- a/digikam/imageplugins/texture/imageplugin_texture.h +++ b/digikam/imageplugins/texture/imageplugin_texture.h @@ -34,7 +34,7 @@ class KAction; class DIGIKAMIMAGEPLUGINS_EXPORT ImagePlugin_Texture : public Digikam::ImagePlugin { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/texture/texturetool.h b/digikam/imageplugins/texture/texturetool.h index 2f212fa..7eacb63 100644 --- a/digikam/imageplugins/texture/texturetool.h +++ b/digikam/imageplugins/texture/texturetool.h @@ -51,7 +51,7 @@ namespace DigikamTextureImagesPlugin class TextureTool : public Digikam::EditorToolThreaded { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/whitebalance/imageeffect_whitebalance.h b/digikam/imageplugins/whitebalance/imageeffect_whitebalance.h index a793855..64bc49b 100644 --- a/digikam/imageplugins/whitebalance/imageeffect_whitebalance.h +++ b/digikam/imageplugins/whitebalance/imageeffect_whitebalance.h @@ -57,7 +57,7 @@ namespace DigikamWhiteBalanceImagesPlugin class ImageEffect_WhiteBalance : public Digikam::ImageDlgBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/whitebalance/imageplugin_whitebalance.h b/digikam/imageplugins/whitebalance/imageplugin_whitebalance.h index ae89c2f..946c2ff 100644 --- a/digikam/imageplugins/whitebalance/imageplugin_whitebalance.h +++ b/digikam/imageplugins/whitebalance/imageplugin_whitebalance.h @@ -35,7 +35,7 @@ class KAction; class DIGIKAMIMAGEPLUGINS_EXPORT ImagePlugin_WhiteBalance : public Digikam::ImagePlugin { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/imageplugins/whitebalance/whitebalancetool.h b/digikam/imageplugins/whitebalance/whitebalancetool.h index a7f934d..8b7412b 100644 --- a/digikam/imageplugins/whitebalance/whitebalancetool.h +++ b/digikam/imageplugins/whitebalance/whitebalancetool.h @@ -63,7 +63,7 @@ namespace DigikamWhiteBalanceImagesPlugin class WhiteBalanceTool : public Digikam::EditorTool { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/dialogs/ctrlpaneldlg.h b/digikam/libs/dialogs/ctrlpaneldlg.h index bb197d9..f237f7d 100644 --- a/digikam/libs/dialogs/ctrlpaneldlg.h +++ b/digikam/libs/dialogs/ctrlpaneldlg.h @@ -49,7 +49,7 @@ class DImgThreadedFilter; class DIGIKAM_EXPORT CtrlPanelDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/dialogs/deletedialog.h b/digikam/libs/dialogs/deletedialog.h index 622dd01..7d38131 100644 --- a/digikam/libs/dialogs/deletedialog.h +++ b/digikam/libs/dialogs/deletedialog.h @@ -71,7 +71,7 @@ namespace DeleteDialogMode class DeleteWidget : public DeleteDialogBase { Q_OBJECT - TQ_OBJECT + public: @@ -95,7 +95,7 @@ protected: class DIGIKAM_EXPORT DeleteDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/dialogs/dprogressdlg.h b/digikam/libs/dialogs/dprogressdlg.h index c98cb4f..7aa77fe 100644 --- a/digikam/libs/dialogs/dprogressdlg.h +++ b/digikam/libs/dialogs/dprogressdlg.h @@ -42,7 +42,7 @@ class DProgressDlgPriv; class DIGIKAM_EXPORT DProgressDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/dialogs/imagedialog.h b/digikam/libs/dialogs/imagedialog.h index 658caa4..f45729b 100644 --- a/digikam/libs/dialogs/imagedialog.h +++ b/digikam/libs/dialogs/imagedialog.h @@ -42,7 +42,7 @@ class ImageDialogPreviewPrivate; class DIGIKAM_EXPORT ImageDialogPreview : public KPreviewWidgetBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/dialogs/imagedlgbase.h b/digikam/libs/dialogs/imagedlgbase.h index 9a244cf..5d5b224 100644 --- a/digikam/libs/dialogs/imagedlgbase.h +++ b/digikam/libs/dialogs/imagedlgbase.h @@ -51,7 +51,7 @@ class ImageDlgBasePriv; class DIGIKAM_EXPORT ImageDlgBase : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/dialogs/imageguidedlg.h b/digikam/libs/dialogs/imageguidedlg.h index 9047389..038f39a 100644 --- a/digikam/libs/dialogs/imageguidedlg.h +++ b/digikam/libs/dialogs/imageguidedlg.h @@ -52,7 +52,7 @@ class DImgThreadedFilter; class DIGIKAM_EXPORT ImageGuideDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/dialogs/rawcameradlg.h b/digikam/libs/dialogs/rawcameradlg.h index 4b53b7d..0d1869f 100644 --- a/digikam/libs/dialogs/rawcameradlg.h +++ b/digikam/libs/dialogs/rawcameradlg.h @@ -40,7 +40,7 @@ class RawCameraDlgPriv; class DIGIKAM_EXPORT RawCameraDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/dimg/loaders/jp2ksettings.h b/digikam/libs/dimg/loaders/jp2ksettings.h index 66c4230..929fce9 100644 --- a/digikam/libs/dimg/loaders/jp2ksettings.h +++ b/digikam/libs/dimg/loaders/jp2ksettings.h @@ -40,7 +40,7 @@ class JP2KSettingsPriv; class DIGIKAM_EXPORT JP2KSettings : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/dimg/loaders/jpegsettings.h b/digikam/libs/dimg/loaders/jpegsettings.h index d8d2150..1162d1c 100644 --- a/digikam/libs/dimg/loaders/jpegsettings.h +++ b/digikam/libs/dimg/loaders/jpegsettings.h @@ -40,7 +40,7 @@ class JPEGSettingsPriv; class DIGIKAM_EXPORT JPEGSettings : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/dimg/loaders/pngsettings.h b/digikam/libs/dimg/loaders/pngsettings.h index f01bbec..ef5f77c 100644 --- a/digikam/libs/dimg/loaders/pngsettings.h +++ b/digikam/libs/dimg/loaders/pngsettings.h @@ -40,7 +40,7 @@ class PNGSettingsPriv; class DIGIKAM_EXPORT PNGSettings : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/dimg/loaders/rawloader.h b/digikam/libs/dimg/loaders/rawloader.h index 31b4078..9d7fbe6 100644 --- a/digikam/libs/dimg/loaders/rawloader.h +++ b/digikam/libs/dimg/loaders/rawloader.h @@ -44,7 +44,7 @@ class DImg; class DIGIKAM_EXPORT RAWLoader : public KDcrawIface::KDcraw, public DImgLoader { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/dimg/loaders/tiffsettings.h b/digikam/libs/dimg/loaders/tiffsettings.h index 524ef68..60375f6 100644 --- a/digikam/libs/dimg/loaders/tiffsettings.h +++ b/digikam/libs/dimg/loaders/tiffsettings.h @@ -40,7 +40,7 @@ class TIFFSettingsPriv; class DIGIKAM_EXPORT TIFFSettings : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/greycstoration/greycstorationwidget.h b/digikam/libs/greycstoration/greycstorationwidget.h index 94c8c4c..6d995fb 100644 --- a/digikam/libs/greycstoration/greycstorationwidget.h +++ b/digikam/libs/greycstoration/greycstorationwidget.h @@ -44,7 +44,7 @@ class GreycstorationWidgetPriv; class DIGIKAM_EXPORT GreycstorationWidget : public TQObject { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/imageproperties/cameraitempropertiestab.h b/digikam/libs/imageproperties/cameraitempropertiestab.h index 33a97b6..f690c85 100644 --- a/digikam/libs/imageproperties/cameraitempropertiestab.h +++ b/digikam/libs/imageproperties/cameraitempropertiestab.h @@ -47,7 +47,7 @@ class CameraItemPropertiesTabPriv; class DIGIKAM_EXPORT CameraItemPropertiesTab : public NavigateBarTab { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/imageproperties/imagedescedittab.h b/digikam/libs/imageproperties/imagedescedittab.h index 5db5132..a482864 100644 --- a/digikam/libs/imageproperties/imagedescedittab.h +++ b/digikam/libs/imageproperties/imagedescedittab.h @@ -50,7 +50,7 @@ class ImageDescEditTabPriv; class DIGIKAM_EXPORT ImageDescEditTab : public NavigateBarTab { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/imageproperties/imagepropertiescolorstab.h b/digikam/libs/imageproperties/imagepropertiescolorstab.h index baae002..d35c547 100644 --- a/digikam/libs/imageproperties/imagepropertiescolorstab.h +++ b/digikam/libs/imageproperties/imagepropertiescolorstab.h @@ -50,7 +50,7 @@ class ImagePropertiesColorsTabPriv; class DIGIKAM_EXPORT ImagePropertiesColorsTab : public NavigateBarTab { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/imageproperties/imagepropertiesmetadatatab.h b/digikam/libs/imageproperties/imagepropertiesmetadatatab.h index ec2e598..559a22e 100644 --- a/digikam/libs/imageproperties/imagepropertiesmetadatatab.h +++ b/digikam/libs/imageproperties/imagepropertiesmetadatatab.h @@ -46,7 +46,7 @@ class ImagePropertiesMetadataTabPriv; class DIGIKAM_EXPORT ImagePropertiesMetaDataTab : public NavigateBarTab { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/imageproperties/imagepropertiessidebar.h b/digikam/libs/imageproperties/imagepropertiessidebar.h index cf139e6..29b58dc 100644 --- a/digikam/libs/imageproperties/imagepropertiessidebar.h +++ b/digikam/libs/imageproperties/imagepropertiessidebar.h @@ -49,7 +49,7 @@ class ImagePropertiesColorsTab; class DIGIKAM_EXPORT ImagePropertiesSideBar : public Sidebar { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/imageproperties/imagepropertiessidebarcamgui.h b/digikam/libs/imageproperties/imagepropertiessidebarcamgui.h index 97943ca..b8acb77 100644 --- a/digikam/libs/imageproperties/imagepropertiessidebarcamgui.h +++ b/digikam/libs/imageproperties/imagepropertiessidebarcamgui.h @@ -49,7 +49,7 @@ class ImagePropertiesSideBarCamGuiPriv; class DIGIKAM_EXPORT ImagePropertiesSideBarCamGui : public Sidebar { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/imageproperties/imagepropertiessidebardb.h b/digikam/libs/imageproperties/imagepropertiessidebardb.h index 2e903b7..6fd78e7 100644 --- a/digikam/libs/imageproperties/imagepropertiessidebardb.h +++ b/digikam/libs/imageproperties/imagepropertiessidebardb.h @@ -56,7 +56,7 @@ class ImagePropertiesSideBarDBPriv; class DIGIKAM_EXPORT ImagePropertiesSideBarDB : public ImagePropertiesSideBar { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/imageproperties/imagepropertiestab.h b/digikam/libs/imageproperties/imagepropertiestab.h index 7f94366..891bddc 100644 --- a/digikam/libs/imageproperties/imagepropertiestab.h +++ b/digikam/libs/imageproperties/imagepropertiestab.h @@ -47,7 +47,7 @@ class ImagePropertiesTabPriv; class DIGIKAM_EXPORT ImagePropertiesTab : public NavigateBarTab { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/imageproperties/navigatebartab.h b/digikam/libs/imageproperties/navigatebartab.h index e7c5689..d52fd96 100644 --- a/digikam/libs/imageproperties/navigatebartab.h +++ b/digikam/libs/imageproperties/navigatebartab.h @@ -50,7 +50,7 @@ class NavigateBarTabPriv; class DIGIKAM_EXPORT NavigateBarTab : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/imageproperties/navigatebarwidget.h b/digikam/libs/imageproperties/navigatebarwidget.h index 89d4358..2bb4571 100644 --- a/digikam/libs/imageproperties/navigatebarwidget.h +++ b/digikam/libs/imageproperties/navigatebarwidget.h @@ -41,7 +41,7 @@ class NavigateBarWidgetPriv; class DIGIKAM_EXPORT NavigateBarWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/imageproperties/talbumlistview.h b/digikam/libs/imageproperties/talbumlistview.h index aeba1d0..cc98722 100644 --- a/digikam/libs/imageproperties/talbumlistview.h +++ b/digikam/libs/imageproperties/talbumlistview.h @@ -71,7 +71,7 @@ private : class DIGIKAM_EXPORT TAlbumListView : public FolderView { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/themeengine/themeengine.h b/digikam/libs/themeengine/themeengine.h index e60f8cb..e19eae7 100644 --- a/digikam/libs/themeengine/themeengine.h +++ b/digikam/libs/themeengine/themeengine.h @@ -46,7 +46,7 @@ class ThemeEnginePriv; class DIGIKAM_EXPORT ThemeEngine : public TQObject { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/threadimageio/loadingcache.h b/digikam/libs/threadimageio/loadingcache.h index 372a5ff..bbd27c7 100644 --- a/digikam/libs/threadimageio/loadingcache.h +++ b/digikam/libs/threadimageio/loadingcache.h @@ -64,7 +64,7 @@ class LoadingCache : public TQObject { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/threadimageio/loadsavethread.h b/digikam/libs/threadimageio/loadsavethread.h index 264727f..c3031ad 100644 --- a/digikam/libs/threadimageio/loadsavethread.h +++ b/digikam/libs/threadimageio/loadsavethread.h @@ -50,7 +50,7 @@ class DIGIKAM_EXPORT LoadSaveThread : public TQObject, public TQThread { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/threadimageio/previewloadthread.h b/digikam/libs/threadimageio/previewloadthread.h index dc2a471..231308f 100644 --- a/digikam/libs/threadimageio/previewloadthread.h +++ b/digikam/libs/threadimageio/previewloadthread.h @@ -32,7 +32,7 @@ namespace Digikam class DIGIKAM_EXPORT PreviewLoadThread : public ManagedLoadSaveThread { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/thumbbar/thumbbar.h b/digikam/libs/thumbbar/thumbbar.h index 86225c4..fb02576 100644 --- a/digikam/libs/thumbbar/thumbbar.h +++ b/digikam/libs/thumbbar/thumbbar.h @@ -88,7 +88,7 @@ public: class DIGIKAM_EXPORT ThumbBarView : public TQScrollView { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/thumbbar/thumbnailjob.h b/digikam/libs/thumbbar/thumbnailjob.h index b17ec3b..b4d8d86 100644 --- a/digikam/libs/thumbbar/thumbnailjob.h +++ b/digikam/libs/thumbbar/thumbnailjob.h @@ -45,7 +45,7 @@ class ThumbnailJobPriv; class ThumbnailJob : public KIO::Job { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/common/colorgradientwidget.h b/digikam/libs/widgets/common/colorgradientwidget.h index 4819586..2b63dc9 100644 --- a/digikam/libs/widgets/common/colorgradientwidget.h +++ b/digikam/libs/widgets/common/colorgradientwidget.h @@ -41,7 +41,7 @@ class ColorGradientWidgetPriv; class DIGIKAM_EXPORT ColorGradientWidget : public TQFrame { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/common/curveswidget.h b/digikam/libs/widgets/common/curveswidget.h index 5081851..c85cfff 100644 --- a/digikam/libs/widgets/common/curveswidget.h +++ b/digikam/libs/widgets/common/curveswidget.h @@ -45,7 +45,7 @@ class CurvesWidgetPriv; class DIGIKAM_EXPORT CurvesWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/common/dlogoaction.h b/digikam/libs/widgets/common/dlogoaction.h index e06eb1c..77322e2 100644 --- a/digikam/libs/widgets/common/dlogoaction.h +++ b/digikam/libs/widgets/common/dlogoaction.h @@ -38,7 +38,7 @@ namespace Digikam class DIGIKAM_EXPORT DLogoAction : public KAction { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/common/filesaveoptionsbox.h b/digikam/libs/widgets/common/filesaveoptionsbox.h index c25b76c..64ba44f 100644 --- a/digikam/libs/widgets/common/filesaveoptionsbox.h +++ b/digikam/libs/widgets/common/filesaveoptionsbox.h @@ -43,7 +43,7 @@ class FileSaveOptionsBoxPriv; class DIGIKAM_EXPORT FileSaveOptionsBox : public TQWidgetStack { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/common/histogramwidget.h b/digikam/libs/widgets/common/histogramwidget.h index 1bf3b59..6c7a4d6 100644 --- a/digikam/libs/widgets/common/histogramwidget.h +++ b/digikam/libs/widgets/common/histogramwidget.h @@ -44,7 +44,7 @@ class HistogramWidgetPriv; class DIGIKAM_EXPORT HistogramWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/common/paniconwidget.h b/digikam/libs/widgets/common/paniconwidget.h index ee2524d..62dbaf3 100644 --- a/digikam/libs/widgets/common/paniconwidget.h +++ b/digikam/libs/widgets/common/paniconwidget.h @@ -44,7 +44,7 @@ class PanIconWidgetPriv; class PanIconWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/common/previewwidget.h b/digikam/libs/widgets/common/previewwidget.h index 9ceea66..6d284dc 100644 --- a/digikam/libs/widgets/common/previewwidget.h +++ b/digikam/libs/widgets/common/previewwidget.h @@ -44,7 +44,7 @@ class PreviewWidgetPriv; class DIGIKAM_EXPORT PreviewWidget : public TQScrollView { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/common/searchtextbar.h b/digikam/libs/widgets/common/searchtextbar.h index 14f5446..7a8081a 100644 --- a/digikam/libs/widgets/common/searchtextbar.h +++ b/digikam/libs/widgets/common/searchtextbar.h @@ -47,7 +47,7 @@ class SearchTextBarPriv; class DIGIKAM_EXPORT DLineEdit : public KLineEdit { Q_OBJECT - TQ_OBJECT + public: @@ -74,7 +74,7 @@ private : class DIGIKAM_EXPORT SearchTextBar : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/common/sidebar.h b/digikam/libs/widgets/common/sidebar.h index dfa65ba..7b79a87 100644 --- a/digikam/libs/widgets/common/sidebar.h +++ b/digikam/libs/widgets/common/sidebar.h @@ -52,7 +52,7 @@ class SidebarPriv; class DIGIKAM_EXPORT Sidebar : public KMultiTabBar { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/common/splashscreen.h b/digikam/libs/widgets/common/splashscreen.h index c1be127..ef82cce 100644 --- a/digikam/libs/widgets/common/splashscreen.h +++ b/digikam/libs/widgets/common/splashscreen.h @@ -45,7 +45,7 @@ class SplashScreenPriv; class DIGIKAM_EXPORT SplashScreen : public KSplashScreen { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/common/squeezedcombobox.h b/digikam/libs/widgets/common/squeezedcombobox.h index 87bd691..1fd131e 100644 --- a/digikam/libs/widgets/common/squeezedcombobox.h +++ b/digikam/libs/widgets/common/squeezedcombobox.h @@ -56,7 +56,7 @@ class SqueezedComboBoxPriv; class DIGIKAM_EXPORT SqueezedComboBox : public TQComboBox { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/common/statusled.h b/digikam/libs/widgets/common/statusled.h index 52105a6..9b55eda 100644 --- a/digikam/libs/widgets/common/statusled.h +++ b/digikam/libs/widgets/common/statusled.h @@ -40,7 +40,7 @@ class StatusNavigateBarPriv; class DIGIKAM_EXPORT StatusLed : public TQLabel { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/common/statusnavigatebar.h b/digikam/libs/widgets/common/statusnavigatebar.h index ec3ceb6..1918687 100644 --- a/digikam/libs/widgets/common/statusnavigatebar.h +++ b/digikam/libs/widgets/common/statusnavigatebar.h @@ -42,7 +42,7 @@ class StatusNavigateBarPriv; class DIGIKAM_EXPORT StatusNavigateBar : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/common/statusprogressbar.h b/digikam/libs/widgets/common/statusprogressbar.h index 0b0866b..512f029 100644 --- a/digikam/libs/widgets/common/statusprogressbar.h +++ b/digikam/libs/widgets/common/statusprogressbar.h @@ -42,7 +42,7 @@ class StatusProgressBarPriv; class DIGIKAM_EXPORT StatusProgressBar : public TQWidgetStack { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/common/statuszoombar.h b/digikam/libs/widgets/common/statuszoombar.h index a2251f8..fc86a81 100644 --- a/digikam/libs/widgets/common/statuszoombar.h +++ b/digikam/libs/widgets/common/statuszoombar.h @@ -63,7 +63,7 @@ class DIGIKAM_EXPORT StatusZoomBar : public TQHBox { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/iccprofiles/cietonguewidget.h b/digikam/libs/widgets/iccprofiles/cietonguewidget.h index f5f8df5..c91c0c6 100644 --- a/digikam/libs/widgets/iccprofiles/cietonguewidget.h +++ b/digikam/libs/widgets/iccprofiles/cietonguewidget.h @@ -58,7 +58,7 @@ class CIETongueWidgetPriv; class DIGIKAM_EXPORT CIETongueWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/iccprofiles/iccpreviewwidget.h b/digikam/libs/widgets/iccprofiles/iccpreviewwidget.h index 4fe00c1..f93f592 100644 --- a/digikam/libs/widgets/iccprofiles/iccpreviewwidget.h +++ b/digikam/libs/widgets/iccprofiles/iccpreviewwidget.h @@ -44,7 +44,7 @@ class DIGIKAM_EXPORT ICCPreviewWidget : public KPreviewWidgetBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/iccprofiles/iccprofilewidget.h b/digikam/libs/widgets/iccprofiles/iccprofilewidget.h index 80eeaa3..4296246 100644 --- a/digikam/libs/widgets/iccprofiles/iccprofilewidget.h +++ b/digikam/libs/widgets/iccprofiles/iccprofilewidget.h @@ -42,7 +42,7 @@ class ICCProfileWidgetPriv; class DIGIKAM_EXPORT ICCProfileWidget : public MetadataWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/imageplugins/imageguidewidget.h b/digikam/libs/widgets/imageplugins/imageguidewidget.h index 2fa8965..aaa74df 100644 --- a/digikam/libs/widgets/imageplugins/imageguidewidget.h +++ b/digikam/libs/widgets/imageplugins/imageguidewidget.h @@ -47,7 +47,7 @@ class ImageGuideWidgetPriv; class DIGIKAM_EXPORT ImageGuideWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/imageplugins/imagepanelwidget.h b/digikam/libs/widgets/imageplugins/imagepanelwidget.h index ea0e1c6..292ba74 100644 --- a/digikam/libs/widgets/imageplugins/imagepanelwidget.h +++ b/digikam/libs/widgets/imageplugins/imagepanelwidget.h @@ -48,7 +48,7 @@ class ImagePanIconWidget; class DIGIKAM_EXPORT ImagePanelWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/imageplugins/imagepaniconwidget.h b/digikam/libs/widgets/imageplugins/imagepaniconwidget.h index 49d5db6..dbb3480 100644 --- a/digikam/libs/widgets/imageplugins/imagepaniconwidget.h +++ b/digikam/libs/widgets/imageplugins/imagepaniconwidget.h @@ -41,7 +41,7 @@ class ImagePanIconWidgetPriv; class ImagePanIconWidget : public PanIconWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/imageplugins/imagepannelwidget.h b/digikam/libs/widgets/imageplugins/imagepannelwidget.h index e48484b..a839372 100644 --- a/digikam/libs/widgets/imageplugins/imagepannelwidget.h +++ b/digikam/libs/widgets/imageplugins/imagepannelwidget.h @@ -47,7 +47,7 @@ class ImageRegionWidget; class DIGIKAM_EXPORT ImagePannelWidget : public TQHBox { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/imageplugins/imageregionwidget.h b/digikam/libs/widgets/imageplugins/imageregionwidget.h index 2489c7e..fbd70ba 100644 --- a/digikam/libs/widgets/imageplugins/imageregionwidget.h +++ b/digikam/libs/widgets/imageplugins/imageregionwidget.h @@ -42,7 +42,7 @@ class ImageRegionWidgetPriv; class DIGIKAM_EXPORT ImageRegionWidget : public PreviewWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/imageplugins/imagewidget.h b/digikam/libs/widgets/imageplugins/imagewidget.h index d9dc283..0192bdf 100644 --- a/digikam/libs/widgets/imageplugins/imagewidget.h +++ b/digikam/libs/widgets/imageplugins/imagewidget.h @@ -47,7 +47,7 @@ class ImageWidgetPriv; class DIGIKAM_EXPORT ImageWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/metadata/exifwidget.h b/digikam/libs/widgets/metadata/exifwidget.h index 92c88eb..ead60bc 100644 --- a/digikam/libs/widgets/metadata/exifwidget.h +++ b/digikam/libs/widgets/metadata/exifwidget.h @@ -39,7 +39,7 @@ namespace Digikam class DIGIKAM_EXPORT ExifWidget : public MetadataWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/metadata/gpswidget.h b/digikam/libs/widgets/metadata/gpswidget.h index 085a745..2d1d92e 100644 --- a/digikam/libs/widgets/metadata/gpswidget.h +++ b/digikam/libs/widgets/metadata/gpswidget.h @@ -43,7 +43,7 @@ class WorldMapWidget; class DIGIKAM_EXPORT GPSWidget : public MetadataWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/metadata/iptcwidget.h b/digikam/libs/widgets/metadata/iptcwidget.h index a8307d2..df4fb36 100644 --- a/digikam/libs/widgets/metadata/iptcwidget.h +++ b/digikam/libs/widgets/metadata/iptcwidget.h @@ -35,7 +35,7 @@ namespace Digikam class DIGIKAM_EXPORT IptcWidget : public MetadataWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/metadata/makernotewidget.h b/digikam/libs/widgets/metadata/makernotewidget.h index 00d97de..ae10381 100644 --- a/digikam/libs/widgets/metadata/makernotewidget.h +++ b/digikam/libs/widgets/metadata/makernotewidget.h @@ -36,7 +36,7 @@ namespace Digikam class DIGIKAM_EXPORT MakerNoteWidget : public MetadataWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/metadata/metadatalistview.h b/digikam/libs/widgets/metadata/metadatalistview.h index af3aec9..92d6fb7 100644 --- a/digikam/libs/widgets/metadata/metadatalistview.h +++ b/digikam/libs/widgets/metadata/metadatalistview.h @@ -43,7 +43,7 @@ namespace Digikam class DIGIKAM_EXPORT MetadataListView : public TQListView { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/metadata/metadatawidget.h b/digikam/libs/widgets/metadata/metadatawidget.h index ac7d00f..c109338 100644 --- a/digikam/libs/widgets/metadata/metadatawidget.h +++ b/digikam/libs/widgets/metadata/metadatawidget.h @@ -47,7 +47,7 @@ class MetadataWidgetPriv; class DIGIKAM_EXPORT MetadataWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/metadata/worldmapwidget.h b/digikam/libs/widgets/metadata/worldmapwidget.h index 0166a1c..2bfa10f 100644 --- a/digikam/libs/widgets/metadata/worldmapwidget.h +++ b/digikam/libs/widgets/metadata/worldmapwidget.h @@ -40,7 +40,7 @@ class WorldMapWidgetPriv; class DIGIKAM_EXPORT WorldMapWidget : public TQScrollView { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/showfoto/setup/setup.h b/digikam/showfoto/setup/setup.h index ed5bb6d..f1fc4b4 100644 --- a/digikam/showfoto/setup/setup.h +++ b/digikam/showfoto/setup/setup.h @@ -46,7 +46,7 @@ class SetupPrivate; class Setup : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/showfoto/setup/setupeditor.h b/digikam/showfoto/setup/setupeditor.h index aa8f5d7..fe3d35e 100644 --- a/digikam/showfoto/setup/setupeditor.h +++ b/digikam/showfoto/setup/setupeditor.h @@ -36,7 +36,7 @@ class SetupEditorPriv; class SetupEditor : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/showfoto/setup/setuptooltip.h b/digikam/showfoto/setup/setuptooltip.h index cea0734..2ec68df 100644 --- a/digikam/showfoto/setup/setuptooltip.h +++ b/digikam/showfoto/setup/setuptooltip.h @@ -36,7 +36,7 @@ class SetupToolTipPriv; class SetupToolTip : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/showfoto/showfoto.h b/digikam/showfoto/showfoto.h index 9028a57..4f56d8e 100644 --- a/digikam/showfoto/showfoto.h +++ b/digikam/showfoto/showfoto.h @@ -53,7 +53,7 @@ class ShowFotoPriv; class ShowFoto : public Digikam::EditorWindow { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/themedesigner/mainwindow.h b/digikam/themedesigner/mainwindow.h index 4829cac..cc50300 100644 --- a/digikam/themedesigner/mainwindow.h +++ b/digikam/themedesigner/mainwindow.h @@ -46,7 +46,7 @@ class Theme; class MainWindow : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/themedesigner/themediconview.h b/digikam/themedesigner/themediconview.h index bbce959..3196370 100644 --- a/digikam/themedesigner/themediconview.h +++ b/digikam/themedesigner/themediconview.h @@ -40,7 +40,7 @@ class ThemedIconViewPriv; class ThemedIconView : public IconView { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/batch/batchalbumssyncmetadata.h b/digikam/utilities/batch/batchalbumssyncmetadata.h index b3a63f3..80db6dc 100644 --- a/digikam/utilities/batch/batchalbumssyncmetadata.h +++ b/digikam/utilities/batch/batchalbumssyncmetadata.h @@ -42,7 +42,7 @@ class BatchAlbumsSyncMetadataPriv; class BatchAlbumsSyncMetadata : public DProgressDlg { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/batch/batchsyncmetadata.h b/digikam/utilities/batch/batchsyncmetadata.h index a0ad2d2..c63e23b 100644 --- a/digikam/utilities/batch/batchsyncmetadata.h +++ b/digikam/utilities/batch/batchsyncmetadata.h @@ -44,7 +44,7 @@ class BatchSyncMetadataPriv; class BatchSyncMetadata : public TQObject { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/batch/batchthumbsgenerator.h b/digikam/utilities/batch/batchthumbsgenerator.h index 0349676..06f3f95 100644 --- a/digikam/utilities/batch/batchthumbsgenerator.h +++ b/digikam/utilities/batch/batchthumbsgenerator.h @@ -41,7 +41,7 @@ class BatchThumbsGeneratorPriv; class BatchThumbsGenerator : public DProgressDlg { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/batch/imageinfoalbumsjob.h b/digikam/utilities/batch/imageinfoalbumsjob.h index 9ed0008..e353f93 100644 --- a/digikam/utilities/batch/imageinfoalbumsjob.h +++ b/digikam/utilities/batch/imageinfoalbumsjob.h @@ -47,7 +47,7 @@ class ImageInfoAlbumsJobPriv; class ImageInfoAlbumsJob : public TQObject { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/batch/imageinfojob.h b/digikam/utilities/batch/imageinfojob.h index e20371d..d616b72 100644 --- a/digikam/utilities/batch/imageinfojob.h +++ b/digikam/utilities/batch/imageinfojob.h @@ -48,7 +48,7 @@ class ImageInfoJobPriv; class ImageInfoJob : public TQObject { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/cameragui/albumselectdialog.h b/digikam/utilities/cameragui/albumselectdialog.h index b785537..427a342 100644 --- a/digikam/utilities/cameragui/albumselectdialog.h +++ b/digikam/utilities/cameragui/albumselectdialog.h @@ -43,7 +43,7 @@ class AlbumSelectDialogPrivate; class AlbumSelectDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/cameragui/animwidget.h b/digikam/utilities/cameragui/animwidget.h index d85f33b..c36e0dc 100644 --- a/digikam/utilities/cameragui/animwidget.h +++ b/digikam/utilities/cameragui/animwidget.h @@ -37,7 +37,7 @@ class AnimWidgetPriv; class AnimWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/cameragui/cameracontroller.h b/digikam/utilities/cameragui/cameracontroller.h index aa7accd..db31c50 100644 --- a/digikam/utilities/cameragui/cameracontroller.h +++ b/digikam/utilities/cameragui/cameracontroller.h @@ -44,7 +44,7 @@ class CameraControllerPriv; class CameraController : public TQObject { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/cameragui/camerafolderdialog.h b/digikam/utilities/cameragui/camerafolderdialog.h index 51e0a55..b31c4d5 100644 --- a/digikam/utilities/cameragui/camerafolderdialog.h +++ b/digikam/utilities/cameragui/camerafolderdialog.h @@ -42,7 +42,7 @@ class CameraFolderItem; class CameraFolderDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/cameragui/camerafolderview.h b/digikam/utilities/cameragui/camerafolderview.h index 167b30d..939e9a4 100644 --- a/digikam/utilities/cameragui/camerafolderview.h +++ b/digikam/utilities/cameragui/camerafolderview.h @@ -43,7 +43,7 @@ class CameraFolderViewPriv; class CameraFolderView : public TQListView { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/cameragui/cameraiconview.h b/digikam/utilities/cameragui/cameraiconview.h index 7b67a3b..5c59e2e 100644 --- a/digikam/utilities/cameragui/cameraiconview.h +++ b/digikam/utilities/cameragui/cameraiconview.h @@ -54,7 +54,7 @@ class CameraIconViewPriv; class CameraIconView : public IconView { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/cameragui/cameraui.h b/digikam/utilities/cameragui/cameraui.h index 99d3871..33ff973 100644 --- a/digikam/utilities/cameragui/cameraui.h +++ b/digikam/utilities/cameragui/cameraui.h @@ -50,7 +50,7 @@ class CameraUIPriv; class CameraUI : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/cameragui/freespacewidget.h b/digikam/utilities/cameragui/freespacewidget.h index 4f777d3..8da1722 100644 --- a/digikam/utilities/cameragui/freespacewidget.h +++ b/digikam/utilities/cameragui/freespacewidget.h @@ -37,7 +37,7 @@ class FreeSpaceWidgetPriv; class FreeSpaceWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/cameragui/renamecustomizer.h b/digikam/utilities/cameragui/renamecustomizer.h index bb5e8c7..43d1f5c 100644 --- a/digikam/utilities/cameragui/renamecustomizer.h +++ b/digikam/utilities/cameragui/renamecustomizer.h @@ -40,7 +40,7 @@ class RenameCustomizerPriv; class RenameCustomizer : public TQButtonGroup { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/imageeditor/canvas/canvas.h b/digikam/utilities/imageeditor/canvas/canvas.h index a0c812c..101362e 100644 --- a/digikam/utilities/imageeditor/canvas/canvas.h +++ b/digikam/utilities/imageeditor/canvas/canvas.h @@ -56,7 +56,7 @@ class IOFileSettingsContainer; class DIGIKAM_EXPORT Canvas : public TQScrollView { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/imageeditor/canvas/colorcorrectiondlg.h b/digikam/utilities/imageeditor/canvas/colorcorrectiondlg.h index f519fc2..208bc4e 100644 --- a/digikam/utilities/imageeditor/canvas/colorcorrectiondlg.h +++ b/digikam/utilities/imageeditor/canvas/colorcorrectiondlg.h @@ -46,7 +46,7 @@ class DImg; class DIGIKAM_EXPORT ColorCorrectionDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/imageeditor/canvas/dimginterface.h b/digikam/utilities/imageeditor/canvas/dimginterface.h index d17ca30..8ca147c 100644 --- a/digikam/utilities/imageeditor/canvas/dimginterface.h +++ b/digikam/utilities/imageeditor/canvas/dimginterface.h @@ -50,7 +50,7 @@ class DImgInterfacePrivate; class DIGIKAM_EXPORT DImgInterface : public TQObject { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/imageeditor/canvas/imageplugin.h b/digikam/utilities/imageeditor/canvas/imageplugin.h index 19dfabd..a9559e5 100644 --- a/digikam/utilities/imageeditor/canvas/imageplugin.h +++ b/digikam/utilities/imageeditor/canvas/imageplugin.h @@ -47,7 +47,7 @@ class EditorTool; class DIGIKAM_EXPORT ImagePlugin : public TQObject, public KXMLGUIClient { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/imageeditor/editor/editorstackview.h b/digikam/utilities/imageeditor/editor/editorstackview.h index 3cccab8..66eae76 100644 --- a/digikam/utilities/imageeditor/editor/editorstackview.h +++ b/digikam/utilities/imageeditor/editor/editorstackview.h @@ -42,7 +42,7 @@ class EditorStackViewPriv; class DIGIKAM_EXPORT EditorStackView : public TQWidgetStack { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/imageeditor/editor/editortool.h b/digikam/utilities/imageeditor/editor/editortool.h index 3a434eb..fac45b8 100644 --- a/digikam/utilities/imageeditor/editor/editortool.h +++ b/digikam/utilities/imageeditor/editor/editortool.h @@ -44,7 +44,7 @@ class EditorToolPriv; class DIGIKAM_EXPORT EditorTool : public TQObject { Q_OBJECT - TQ_OBJECT + public: @@ -101,7 +101,7 @@ class EditorToolThreadedPriv; class DIGIKAM_EXPORT EditorToolThreaded : public EditorTool { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/imageeditor/editor/editortooliface.h b/digikam/utilities/imageeditor/editor/editortooliface.h index f6407c7..69948d4 100644 --- a/digikam/utilities/imageeditor/editor/editortooliface.h +++ b/digikam/utilities/imageeditor/editor/editortooliface.h @@ -42,7 +42,7 @@ class EditorToolIfacePriv; class DIGIKAM_EXPORT EditorToolIface : public TQObject { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/imageeditor/editor/editortoolsettings.h b/digikam/utilities/imageeditor/editor/editortoolsettings.h index e5b974b..80f2580 100644 --- a/digikam/utilities/imageeditor/editor/editortoolsettings.h +++ b/digikam/utilities/imageeditor/editor/editortoolsettings.h @@ -42,7 +42,7 @@ class EditorToolSettingsPriv; class DIGIKAM_EXPORT EditorToolSettings : public TQScrollView { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/imageeditor/editor/editorwindow.h b/digikam/utilities/imageeditor/editor/editorwindow.h index 160f543..7360e1b 100644 --- a/digikam/utilities/imageeditor/editor/editorwindow.h +++ b/digikam/utilities/imageeditor/editor/editorwindow.h @@ -66,7 +66,7 @@ class EditorWindowPriv; class DIGIKAM_EXPORT EditorWindow : public KMainWindow { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/imageeditor/editor/imagewindow.h b/digikam/utilities/imageeditor/editor/imagewindow.h index 7416a82..d15e086 100644 --- a/digikam/utilities/imageeditor/editor/imagewindow.h +++ b/digikam/utilities/imageeditor/editor/imagewindow.h @@ -51,7 +51,7 @@ class SlideShowSettings; class ImageWindow : public EditorWindow { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/imageeditor/rawimport/rawimport.h b/digikam/utilities/imageeditor/rawimport/rawimport.h index abf554b..d3cec1d 100644 --- a/digikam/utilities/imageeditor/rawimport/rawimport.h +++ b/digikam/utilities/imageeditor/rawimport/rawimport.h @@ -46,7 +46,7 @@ class RawImportPriv; class DIGIKAM_EXPORT RawImport : public EditorToolThreaded { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/imageeditor/rawimport/rawpreview.h b/digikam/utilities/imageeditor/rawimport/rawpreview.h index f7d73bc..8dfd63e 100644 --- a/digikam/utilities/imageeditor/rawimport/rawpreview.h +++ b/digikam/utilities/imageeditor/rawimport/rawpreview.h @@ -50,7 +50,7 @@ class DIGIKAM_EXPORT RawPreview : public PreviewWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/imageeditor/rawimport/rawsettingsbox.h b/digikam/utilities/imageeditor/rawimport/rawsettingsbox.h index 69b69b9..679cebd 100644 --- a/digikam/utilities/imageeditor/rawimport/rawsettingsbox.h +++ b/digikam/utilities/imageeditor/rawimport/rawsettingsbox.h @@ -43,7 +43,7 @@ class RawSettingsBoxPriv; class DIGIKAM_EXPORT RawSettingsBox : public EditorToolSettings { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/imageeditor/tools/imageprint.h b/digikam/utilities/imageeditor/tools/imageprint.h index 56829ae..5bf6251 100644 --- a/digikam/utilities/imageeditor/tools/imageprint.h +++ b/digikam/utilities/imageeditor/tools/imageprint.h @@ -73,7 +73,7 @@ class ImageEditorPrintDialogPagePrivate; class DIGIKAM_EXPORT ImageEditorPrintDialogPage : public KPrintDialogPage { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/imageeditor/tools/imageresize.h b/digikam/utilities/imageeditor/tools/imageresize.h index 2ba2f05..fb36f43 100644 --- a/digikam/utilities/imageeditor/tools/imageresize.h +++ b/digikam/utilities/imageeditor/tools/imageresize.h @@ -44,7 +44,7 @@ class ImageResizePriv; class DIGIKAM_EXPORT ImageResize : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/lighttable/lighttablebar.h b/digikam/utilities/lighttable/lighttablebar.h index 288a61f..e6bc239 100644 --- a/digikam/utilities/lighttable/lighttablebar.h +++ b/digikam/utilities/lighttable/lighttablebar.h @@ -47,7 +47,7 @@ class LightTableBarPriv; class DIGIKAM_EXPORT LightTableBar : public ThumbBarView { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/lighttable/lighttablepreview.h b/digikam/utilities/lighttable/lighttablepreview.h index 41a6849..255602d 100644 --- a/digikam/utilities/lighttable/lighttablepreview.h +++ b/digikam/utilities/lighttable/lighttablepreview.h @@ -49,7 +49,7 @@ class DIGIKAM_EXPORT LightTablePreview : public PreviewWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/lighttable/lighttableview.h b/digikam/utilities/lighttable/lighttableview.h index 25bafa5..1f93702 100644 --- a/digikam/utilities/lighttable/lighttableview.h +++ b/digikam/utilities/lighttable/lighttableview.h @@ -44,7 +44,7 @@ class DIGIKAM_EXPORT LightTableView : public TQFrame { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/lighttable/lighttablewindow.h b/digikam/utilities/lighttable/lighttablewindow.h index 4ec314e..255c41e 100644 --- a/digikam/utilities/lighttable/lighttablewindow.h +++ b/digikam/utilities/lighttable/lighttablewindow.h @@ -49,7 +49,7 @@ class LightTableWindowPriv; class LightTableWindow : public KMainWindow { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/setup/cameraselection.h b/digikam/utilities/setup/cameraselection.h index 04e2fbc..ab51067 100644 --- a/digikam/utilities/setup/cameraselection.h +++ b/digikam/utilities/setup/cameraselection.h @@ -44,7 +44,7 @@ class CameraSelectionPriv; class CameraSelection : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/setup/setup.h b/digikam/utilities/setup/setup.h index a94a21c..27885bd 100644 --- a/digikam/utilities/setup/setup.h +++ b/digikam/utilities/setup/setup.h @@ -38,7 +38,7 @@ class SetupPrivate; class Setup : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/setup/setupcamera.h b/digikam/utilities/setup/setupcamera.h index addd89e..58c0d2d 100644 --- a/digikam/utilities/setup/setupcamera.h +++ b/digikam/utilities/setup/setupcamera.h @@ -37,7 +37,7 @@ class SetupCameraPriv; class SetupCamera : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/setup/setupcollections.h b/digikam/utilities/setup/setupcollections.h index 32046ee..7fe6b3f 100644 --- a/digikam/utilities/setup/setupcollections.h +++ b/digikam/utilities/setup/setupcollections.h @@ -36,7 +36,7 @@ class SetupCollectionsPriv; class SetupCollections : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/setup/setupdcraw.h b/digikam/utilities/setup/setupdcraw.h index abf46d9..24fb583 100644 --- a/digikam/utilities/setup/setupdcraw.h +++ b/digikam/utilities/setup/setupdcraw.h @@ -40,7 +40,7 @@ class SetupDcrawPriv; class DIGIKAM_EXPORT SetupDcraw : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/setup/setupeditor.h b/digikam/utilities/setup/setupeditor.h index 783cf5c..9df9487 100644 --- a/digikam/utilities/setup/setupeditor.h +++ b/digikam/utilities/setup/setupeditor.h @@ -36,7 +36,7 @@ class SetupEditorPriv; class SetupEditor : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/setup/setupgeneral.h b/digikam/utilities/setup/setupgeneral.h index 8621b55..b6fa69c 100644 --- a/digikam/utilities/setup/setupgeneral.h +++ b/digikam/utilities/setup/setupgeneral.h @@ -39,7 +39,7 @@ class SetupGeneralPriv; class SetupGeneral : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/setup/setupicc.h b/digikam/utilities/setup/setupicc.h index f902f1e..7821f7a 100644 --- a/digikam/utilities/setup/setupicc.h +++ b/digikam/utilities/setup/setupicc.h @@ -45,7 +45,7 @@ class SetupICCPriv; class DIGIKAM_EXPORT SetupICC : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/setup/setupidentity.h b/digikam/utilities/setup/setupidentity.h index 645b5a7..29439be 100644 --- a/digikam/utilities/setup/setupidentity.h +++ b/digikam/utilities/setup/setupidentity.h @@ -36,7 +36,7 @@ class SetupIdentityPriv; class SetupIdentity : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/setup/setupiofiles.h b/digikam/utilities/setup/setupiofiles.h index de935f2..271435a 100644 --- a/digikam/utilities/setup/setupiofiles.h +++ b/digikam/utilities/setup/setupiofiles.h @@ -40,7 +40,7 @@ class SetupIOFilesPriv; class DIGIKAM_EXPORT SetupIOFiles : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/setup/setuplighttable.h b/digikam/utilities/setup/setuplighttable.h index 7830d0d..3087d49 100644 --- a/digikam/utilities/setup/setuplighttable.h +++ b/digikam/utilities/setup/setuplighttable.h @@ -36,7 +36,7 @@ class SetupLightTablePriv; class SetupLightTable : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/setup/setupmetadata.h b/digikam/utilities/setup/setupmetadata.h index 9fcbd7c..683bb80 100644 --- a/digikam/utilities/setup/setupmetadata.h +++ b/digikam/utilities/setup/setupmetadata.h @@ -37,7 +37,7 @@ class SetupMetadataPriv; class SetupMetadata : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/setup/setupmime.h b/digikam/utilities/setup/setupmime.h index 3d909b3..f6cbb71 100644 --- a/digikam/utilities/setup/setupmime.h +++ b/digikam/utilities/setup/setupmime.h @@ -36,7 +36,7 @@ class SetupMimePriv; class SetupMime : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/setup/setupplugins.h b/digikam/utilities/setup/setupplugins.h index 82bca1d..cdd74c6 100644 --- a/digikam/utilities/setup/setupplugins.h +++ b/digikam/utilities/setup/setupplugins.h @@ -36,7 +36,7 @@ class SetupPluginsPriv; class SetupPlugins : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/setup/setupslideshow.h b/digikam/utilities/setup/setupslideshow.h index 3b87795..5f498a0 100644 --- a/digikam/utilities/setup/setupslideshow.h +++ b/digikam/utilities/setup/setupslideshow.h @@ -40,7 +40,7 @@ class SetupSlideShowPriv; class DIGIKAM_EXPORT SetupSlideShow : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/setup/setuptooltip.h b/digikam/utilities/setup/setuptooltip.h index 06af9fe..e0c9e71 100644 --- a/digikam/utilities/setup/setuptooltip.h +++ b/digikam/utilities/setup/setuptooltip.h @@ -36,7 +36,7 @@ class SetupToolTipPriv; class SetupToolTip : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/slideshow/slideshow.h b/digikam/utilities/slideshow/slideshow.h index 5805e6a..36cc5e5 100644 --- a/digikam/utilities/slideshow/slideshow.h +++ b/digikam/utilities/slideshow/slideshow.h @@ -43,7 +43,7 @@ class SlideShowPriv; class DIGIKAM_EXPORT SlideShow : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/utilities/slideshow/toolbar.h b/digikam/utilities/slideshow/toolbar.h index 88cfa8a..ced8479 100644 --- a/digikam/utilities/slideshow/toolbar.h +++ b/digikam/utilities/slideshow/toolbar.h @@ -41,7 +41,7 @@ class ToolBarPriv; class DIGIKAM_EXPORT ToolBar : public TQWidget { Q_OBJECT - TQ_OBJECT + public: