diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:45:34 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:45:34 +0900 |
| commit | 811b9c6aeed16644b41dcc62dbdd7a2b1e5f9855 (patch) | |
| tree | 975a999db14c73db655262a2af6c22a32c23afc7 | |
| parent | c39b2d5dc3874226203c047c242b69d669623db0 (diff) | |
| download | kipi-plugins-811b9c6aeed16644b41dcc62dbdd7a2b1e5f9855.tar.gz kipi-plugins-811b9c6aeed16644b41dcc62dbdd7a2b1e5f9855.zip | |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
151 files changed, 155 insertions, 155 deletions
diff --git a/kipi-plugins/acquireimages/acquireimagedialog.h b/kipi-plugins/acquireimages/acquireimagedialog.h index 3a5524a8..ef191f4c 100644 --- a/kipi-plugins/acquireimages/acquireimagedialog.h +++ b/kipi-plugins/acquireimages/acquireimagedialog.h @@ -63,7 +63,7 @@ namespace KIPIAcquireImagesPlugin class AcquireImageDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/acquireimages/plugin_acquireimages.h b/kipi-plugins/acquireimages/plugin_acquireimages.h index 358b5c46..c5e98f10 100644 --- a/kipi-plugins/acquireimages/plugin_acquireimages.h +++ b/kipi-plugins/acquireimages/plugin_acquireimages.h @@ -35,7 +35,7 @@ class ScreenGrabDialog; class Plugin_AcquireImages : public KIPI::Plugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/acquireimages/screenshotdialog.h b/kipi-plugins/acquireimages/screenshotdialog.h index c737838f..4f4b1bad 100644 --- a/kipi-plugins/acquireimages/screenshotdialog.h +++ b/kipi-plugins/acquireimages/screenshotdialog.h @@ -62,7 +62,7 @@ class AcquireImageDialog; class ScreenGrabDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/batchprocessimages/batchprocessimagesdialog.h b/kipi-plugins/batchprocessimages/batchprocessimagesdialog.h index 0d0036e6..afa6f155 100644 --- a/kipi-plugins/batchprocessimages/batchprocessimagesdialog.h +++ b/kipi-plugins/batchprocessimages/batchprocessimagesdialog.h @@ -76,7 +76,7 @@ namespace KIPIBatchProcessImagesPlugin class BatchProcessImagesDialog : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: diff --git a/kipi-plugins/batchprocessimages/batchprocessimageslist.h b/kipi-plugins/batchprocessimages/batchprocessimageslist.h index c528ae1a..5ab45911 100644 --- a/kipi-plugins/batchprocessimages/batchprocessimageslist.h +++ b/kipi-plugins/batchprocessimages/batchprocessimageslist.h @@ -36,7 +36,7 @@ namespace KIPIBatchProcessImagesPlugin class BatchProcessImagesList : public TDEListView { -Q_OBJECT +TQ_OBJECT public: diff --git a/kipi-plugins/batchprocessimages/borderimagesdialog.h b/kipi-plugins/batchprocessimages/borderimagesdialog.h index 51c8b153..efebcf65 100644 --- a/kipi-plugins/batchprocessimages/borderimagesdialog.h +++ b/kipi-plugins/batchprocessimages/borderimagesdialog.h @@ -35,7 +35,7 @@ class BatchProcessImagesItem; class BorderImagesDialog : public BatchProcessImagesDialog { -Q_OBJECT +TQ_OBJECT public: diff --git a/kipi-plugins/batchprocessimages/borderoptionsdialog.h b/kipi-plugins/batchprocessimages/borderoptionsdialog.h index ae899b66..e259549d 100644 --- a/kipi-plugins/batchprocessimages/borderoptionsdialog.h +++ b/kipi-plugins/batchprocessimages/borderoptionsdialog.h @@ -35,7 +35,7 @@ namespace KIPIBatchProcessImagesPlugin class BorderOptionsDialog : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: diff --git a/kipi-plugins/batchprocessimages/colorimagesdialog.h b/kipi-plugins/batchprocessimages/colorimagesdialog.h index fe5a7fa1..712a40bd 100644 --- a/kipi-plugins/batchprocessimages/colorimagesdialog.h +++ b/kipi-plugins/batchprocessimages/colorimagesdialog.h @@ -36,7 +36,7 @@ class BatchProcessImagesItem; class ColorImagesDialog : public BatchProcessImagesDialog { -Q_OBJECT +TQ_OBJECT public: diff --git a/kipi-plugins/batchprocessimages/coloroptionsdialog.h b/kipi-plugins/batchprocessimages/coloroptionsdialog.h index feed7254..9cabc1ce 100644 --- a/kipi-plugins/batchprocessimages/coloroptionsdialog.h +++ b/kipi-plugins/batchprocessimages/coloroptionsdialog.h @@ -40,7 +40,7 @@ namespace KIPIBatchProcessImagesPlugin class ColorOptionsDialog : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: diff --git a/kipi-plugins/batchprocessimages/convertimagesdialog.h b/kipi-plugins/batchprocessimages/convertimagesdialog.h index 8ce6f3cf..78534e80 100644 --- a/kipi-plugins/batchprocessimages/convertimagesdialog.h +++ b/kipi-plugins/batchprocessimages/convertimagesdialog.h @@ -36,7 +36,7 @@ class BatchProcessImagesItem; class ConvertImagesDialog : public BatchProcessImagesDialog { -Q_OBJECT +TQ_OBJECT public: diff --git a/kipi-plugins/batchprocessimages/convertoptionsdialog.h b/kipi-plugins/batchprocessimages/convertoptionsdialog.h index 34ed446d..e1f1cbde 100644 --- a/kipi-plugins/batchprocessimages/convertoptionsdialog.h +++ b/kipi-plugins/batchprocessimages/convertoptionsdialog.h @@ -42,7 +42,7 @@ namespace KIPIBatchProcessImagesPlugin class ConvertOptionsDialog : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: diff --git a/kipi-plugins/batchprocessimages/effectimagesdialog.h b/kipi-plugins/batchprocessimages/effectimagesdialog.h index 3efa3cb0..ab79c032 100644 --- a/kipi-plugins/batchprocessimages/effectimagesdialog.h +++ b/kipi-plugins/batchprocessimages/effectimagesdialog.h @@ -35,7 +35,7 @@ class BatchProcessImagesItem; class EffectImagesDialog : public BatchProcessImagesDialog { -Q_OBJECT +TQ_OBJECT public: diff --git a/kipi-plugins/batchprocessimages/effectoptionsdialog.h b/kipi-plugins/batchprocessimages/effectoptionsdialog.h index 5363fdc2..0757fd4a 100644 --- a/kipi-plugins/batchprocessimages/effectoptionsdialog.h +++ b/kipi-plugins/batchprocessimages/effectoptionsdialog.h @@ -38,7 +38,7 @@ namespace KIPIBatchProcessImagesPlugin class EffectOptionsDialog : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: diff --git a/kipi-plugins/batchprocessimages/filterimagesdialog.h b/kipi-plugins/batchprocessimages/filterimagesdialog.h index 9d8b2db3..2490d136 100644 --- a/kipi-plugins/batchprocessimages/filterimagesdialog.h +++ b/kipi-plugins/batchprocessimages/filterimagesdialog.h @@ -35,7 +35,7 @@ class BatchProcessImagesItem; class FilterImagesDialog : public BatchProcessImagesDialog { -Q_OBJECT +TQ_OBJECT public: diff --git a/kipi-plugins/batchprocessimages/filteroptionsdialog.h b/kipi-plugins/batchprocessimages/filteroptionsdialog.h index 17e0faa1..9ff60f97 100644 --- a/kipi-plugins/batchprocessimages/filteroptionsdialog.h +++ b/kipi-plugins/batchprocessimages/filteroptionsdialog.h @@ -40,7 +40,7 @@ namespace KIPIBatchProcessImagesPlugin class FilterOptionsDialog : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: diff --git a/kipi-plugins/batchprocessimages/imagepreview.h b/kipi-plugins/batchprocessimages/imagepreview.h index 0a6a824c..3f3ffce2 100644 --- a/kipi-plugins/batchprocessimages/imagepreview.h +++ b/kipi-plugins/batchprocessimages/imagepreview.h @@ -52,7 +52,7 @@ namespace KIPIBatchProcessImagesPlugin class PixmapView : public TQScrollView { -Q_OBJECT +TQ_OBJECT public: @@ -106,7 +106,7 @@ protected: class ImagePreview : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: diff --git a/kipi-plugins/batchprocessimages/outputdialog.h b/kipi-plugins/batchprocessimages/outputdialog.h index c9c39d9f..95038ac0 100644 --- a/kipi-plugins/batchprocessimages/outputdialog.h +++ b/kipi-plugins/batchprocessimages/outputdialog.h @@ -43,7 +43,7 @@ namespace KIPIBatchProcessImagesPlugin class OutputDialog : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: diff --git a/kipi-plugins/batchprocessimages/plugin_batchprocessimages.h b/kipi-plugins/batchprocessimages/plugin_batchprocessimages.h index 73d7bef1..949d6d78 100644 --- a/kipi-plugins/batchprocessimages/plugin_batchprocessimages.h +++ b/kipi-plugins/batchprocessimages/plugin_batchprocessimages.h @@ -46,7 +46,7 @@ namespace KIPIBatchProcessImagesPlugin { class Plugin_BatchProcessImages : public KIPI::Plugin { -Q_OBJECT +TQ_OBJECT public: diff --git a/kipi-plugins/batchprocessimages/recompressimagesdialog.h b/kipi-plugins/batchprocessimages/recompressimagesdialog.h index e313297b..3f33788b 100644 --- a/kipi-plugins/batchprocessimages/recompressimagesdialog.h +++ b/kipi-plugins/batchprocessimages/recompressimagesdialog.h @@ -35,7 +35,7 @@ class BatchProcessImagesItem; class RecompressImagesDialog : public BatchProcessImagesDialog { -Q_OBJECT +TQ_OBJECT public: diff --git a/kipi-plugins/batchprocessimages/recompressoptionsdialog.h b/kipi-plugins/batchprocessimages/recompressoptionsdialog.h index 2b779f77..d5a6fc9d 100644 --- a/kipi-plugins/batchprocessimages/recompressoptionsdialog.h +++ b/kipi-plugins/batchprocessimages/recompressoptionsdialog.h @@ -42,7 +42,7 @@ namespace KIPIBatchProcessImagesPlugin class RecompressOptionsDialog : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: diff --git a/kipi-plugins/batchprocessimages/renameimagesdialog.h b/kipi-plugins/batchprocessimages/renameimagesdialog.h index c1b94be5..01d86f8e 100644 --- a/kipi-plugins/batchprocessimages/renameimagesdialog.h +++ b/kipi-plugins/batchprocessimages/renameimagesdialog.h @@ -45,7 +45,7 @@ class RenameImagesWidget; class RenameImagesDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/batchprocessimages/renameimageswidget.h b/kipi-plugins/batchprocessimages/renameimageswidget.h index 2a5eeade..1e784c99 100644 --- a/kipi-plugins/batchprocessimages/renameimageswidget.h +++ b/kipi-plugins/batchprocessimages/renameimageswidget.h @@ -51,7 +51,7 @@ class BatchProcessImagesItem; class RenameImagesWidget : public RenameImagesBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/batchprocessimages/resizeimagesdialog.h b/kipi-plugins/batchprocessimages/resizeimagesdialog.h index 899fa73a..80570a21 100644 --- a/kipi-plugins/batchprocessimages/resizeimagesdialog.h +++ b/kipi-plugins/batchprocessimages/resizeimagesdialog.h @@ -35,7 +35,7 @@ class BatchProcessImagesItem; class ResizeImagesDialog : public BatchProcessImagesDialog { -Q_OBJECT +TQ_OBJECT public: diff --git a/kipi-plugins/batchprocessimages/resizeoptionsdialog.h b/kipi-plugins/batchprocessimages/resizeoptionsdialog.h index 450299ae..23fd2be4 100644 --- a/kipi-plugins/batchprocessimages/resizeoptionsdialog.h +++ b/kipi-plugins/batchprocessimages/resizeoptionsdialog.h @@ -43,7 +43,7 @@ namespace KIPIBatchProcessImagesPlugin class ResizeOptionsDialog : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: diff --git a/kipi-plugins/calendar/calevents.h b/kipi-plugins/calendar/calevents.h index a1e3f147..0afd78b0 100644 --- a/kipi-plugins/calendar/calevents.h +++ b/kipi-plugins/calendar/calevents.h @@ -34,7 +34,7 @@ namespace KIPICalendarPlugin { */ class CalEvents : public CalEventsBase { -Q_OBJECT +TQ_OBJECT public: CalEvents(TQWidget *parent = 0, const char *name = 0); diff --git a/kipi-plugins/calendar/calformatter.h b/kipi-plugins/calendar/calformatter.h index 6d6d43ac..7e80b4d8 100644 --- a/kipi-plugins/calendar/calformatter.h +++ b/kipi-plugins/calendar/calformatter.h @@ -33,7 +33,7 @@ namespace KIPICalendarPlugin { */ class CalFormatter : public TQObject { -Q_OBJECT +TQ_OBJECT public: diff --git a/kipi-plugins/calendar/calpainter.h b/kipi-plugins/calendar/calpainter.h index 348bbe9e..d95b09ed 100644 --- a/kipi-plugins/calendar/calpainter.h +++ b/kipi-plugins/calendar/calpainter.h @@ -64,7 +64,7 @@ private: class CalBlockPainter : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/calendar/calselect.h b/kipi-plugins/calendar/calselect.h index e6cf9e79..82eda4e4 100644 --- a/kipi-plugins/calendar/calselect.h +++ b/kipi-plugins/calendar/calselect.h @@ -40,7 +40,7 @@ class MonthWidget; class CalSelect : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/calendar/caltemplate.h b/kipi-plugins/calendar/caltemplate.h index 0c331a38..f0c4df58 100644 --- a/kipi-plugins/calendar/caltemplate.h +++ b/kipi-plugins/calendar/caltemplate.h @@ -43,7 +43,7 @@ class CalWidget; class CalTemplate : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/calendar/calwizard.h b/kipi-plugins/calendar/calwizard.h index d161803d..f96720ba 100644 --- a/kipi-plugins/calendar/calwizard.h +++ b/kipi-plugins/calendar/calwizard.h @@ -59,7 +59,7 @@ class CalBlockPainter; class CalWizard : public KWizard { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/calendar/monthwidget.h b/kipi-plugins/calendar/monthwidget.h index e1a621a1..da894761 100644 --- a/kipi-plugins/calendar/monthwidget.h +++ b/kipi-plugins/calendar/monthwidget.h @@ -44,7 +44,7 @@ namespace KIPICalendarPlugin class MonthWidget : public TQFrame { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/calendar/plugin_calendar.h b/kipi-plugins/calendar/plugin_calendar.h index d31c0572..f92abab0 100644 --- a/kipi-plugins/calendar/plugin_calendar.h +++ b/kipi-plugins/calendar/plugin_calendar.h @@ -33,7 +33,7 @@ class TDEAction; class Plugin_Calendar : public KIPI::Plugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/cdarchiving/cdarchiving.h b/kipi-plugins/cdarchiving/cdarchiving.h index 611ab8d2..9e9ae658 100644 --- a/kipi-plugins/cdarchiving/cdarchiving.h +++ b/kipi-plugins/cdarchiving/cdarchiving.h @@ -65,7 +65,7 @@ const int NAV_THUMB_MAX_SIZE = 64; class CDArchiving : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/cdarchiving/cdarchivingdialog.h b/kipi-plugins/cdarchiving/cdarchivingdialog.h index 1c377c07..99cd5b2d 100644 --- a/kipi-plugins/cdarchiving/cdarchivingdialog.h +++ b/kipi-plugins/cdarchiving/cdarchivingdialog.h @@ -69,7 +69,7 @@ namespace KIPICDArchivingPlugin class CDArchivingDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/cdarchiving/plugin_cdarchiving.h b/kipi-plugins/cdarchiving/plugin_cdarchiving.h index 702376aa..182bd495 100644 --- a/kipi-plugins/cdarchiving/plugin_cdarchiving.h +++ b/kipi-plugins/cdarchiving/plugin_cdarchiving.h @@ -44,7 +44,7 @@ class BatchProgressDialog; class Plugin_CDArchiving : public KIPI::Plugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/findimages/displaycompare.h b/kipi-plugins/findimages/displaycompare.h index 32033165..2fe84daf 100644 --- a/kipi-plugins/findimages/displaycompare.h +++ b/kipi-plugins/findimages/displaycompare.h @@ -61,7 +61,7 @@ namespace KIPIFindDupplicateImagesPlugin class DisplayCompare : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: diff --git a/kipi-plugins/findimages/finddupplicatedialog.h b/kipi-plugins/findimages/finddupplicatedialog.h index bdff78d0..c0e7c25e 100644 --- a/kipi-plugins/findimages/finddupplicatedialog.h +++ b/kipi-plugins/findimages/finddupplicatedialog.h @@ -58,7 +58,7 @@ namespace KIPIFindDupplicateImagesPlugin { class FindDuplicateDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/findimages/finddupplicateimages.h b/kipi-plugins/findimages/finddupplicateimages.h index f8a6a540..320a8333 100644 --- a/kipi-plugins/findimages/finddupplicateimages.h +++ b/kipi-plugins/findimages/finddupplicateimages.h @@ -55,7 +55,7 @@ class CompareOperation; class FindDuplicateImages : public TQObject, public TQThread { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/findimages/plugin_findimages.h b/kipi-plugins/findimages/plugin_findimages.h index 0f88faa8..8e351926 100644 --- a/kipi-plugins/findimages/plugin_findimages.h +++ b/kipi-plugins/findimages/plugin_findimages.h @@ -42,7 +42,7 @@ class FindDuplicateImages; class Plugin_FindImages : public KIPI::Plugin { -Q_OBJECT +TQ_OBJECT public: diff --git a/kipi-plugins/flickrexport/flickrtalker.h b/kipi-plugins/flickrexport/flickrtalker.h index 1fb2315b..be249b9e 100644 --- a/kipi-plugins/flickrexport/flickrtalker.h +++ b/kipi-plugins/flickrexport/flickrtalker.h @@ -48,7 +48,7 @@ class FPhotoSet; class FlickrTalker : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/flickrexport/flickrwidget.h b/kipi-plugins/flickrexport/flickrwidget.h index f6858ab5..109e52a1 100644 --- a/kipi-plugins/flickrexport/flickrwidget.h +++ b/kipi-plugins/flickrexport/flickrwidget.h @@ -49,7 +49,7 @@ class ImagesList; class FlickrWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/flickrexport/flickrwindow.h b/kipi-plugins/flickrexport/flickrwindow.h index 77c458b7..e52cc76c 100644 --- a/kipi-plugins/flickrexport/flickrwindow.h +++ b/kipi-plugins/flickrexport/flickrwindow.h @@ -76,7 +76,7 @@ class ImagesList; class FlickrWindow : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/flickrexport/imageslist.h b/kipi-plugins/flickrexport/imageslist.h index 6708f8fb..8474f352 100644 --- a/kipi-plugins/flickrexport/imageslist.h +++ b/kipi-plugins/flickrexport/imageslist.h @@ -67,7 +67,7 @@ private: class ImagesListView : public TQListView { - Q_OBJECT + TQ_OBJECT public: @@ -89,7 +89,7 @@ private: class ImagesList : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/flickrexport/login.h b/kipi-plugins/flickrexport/login.h index c5a4b9f2..5085de88 100644 --- a/kipi-plugins/flickrexport/login.h +++ b/kipi-plugins/flickrexport/login.h @@ -35,7 +35,7 @@ namespace KIPIFlickrExportPlugin class FlickrLogin : public TQDialog { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/flickrexport/plugin_flickrexport.h b/kipi-plugins/flickrexport/plugin_flickrexport.h index 426f5226..8cca53eb 100644 --- a/kipi-plugins/flickrexport/plugin_flickrexport.h +++ b/kipi-plugins/flickrexport/plugin_flickrexport.h @@ -33,7 +33,7 @@ using namespace KIPIFlickrExportPlugin; class Plugin_FlickrExport : public KIPI::Plugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/galleryexport/galleryconfig.h b/kipi-plugins/galleryexport/galleryconfig.h index e61f6929..b82b92ef 100644 --- a/kipi-plugins/galleryexport/galleryconfig.h +++ b/kipi-plugins/galleryexport/galleryconfig.h @@ -31,7 +31,7 @@ class Gallery; class GalleryEdit : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/galleryexport/gallerylist.h b/kipi-plugins/galleryexport/gallerylist.h index 7ba2e103..6af56c2c 100644 --- a/kipi-plugins/galleryexport/gallerylist.h +++ b/kipi-plugins/galleryexport/gallerylist.h @@ -31,7 +31,7 @@ class Galleries; class GalleryList : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/galleryexport/gallerytalker.h b/kipi-plugins/galleryexport/gallerytalker.h index 70f1427d..775b2d83 100644 --- a/kipi-plugins/galleryexport/gallerytalker.h +++ b/kipi-plugins/galleryexport/gallerytalker.h @@ -38,7 +38,7 @@ class GPhoto; class GalleryTalker : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/galleryexport/gallerywidget.h b/kipi-plugins/galleryexport/gallerywidget.h index df03c954..4cd5e1f1 100644 --- a/kipi-plugins/galleryexport/gallerywidget.h +++ b/kipi-plugins/galleryexport/gallerywidget.h @@ -32,7 +32,7 @@ namespace KIPIGalleryExportPlugin class GalleryWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/galleryexport/gallerywindow.h b/kipi-plugins/galleryexport/gallerywindow.h index 5cf01026..536bca2a 100644 --- a/kipi-plugins/galleryexport/gallerywindow.h +++ b/kipi-plugins/galleryexport/gallerywindow.h @@ -52,7 +52,7 @@ class GAlbumViewItem; class GalleryWindow : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/galleryexport/plugin_galleryexport.h b/kipi-plugins/galleryexport/plugin_galleryexport.h index cea15bfe..fbfd1911 100644 --- a/kipi-plugins/galleryexport/plugin_galleryexport.h +++ b/kipi-plugins/galleryexport/plugin_galleryexport.h @@ -35,7 +35,7 @@ class Galleries; class Plugin_GalleryExport : public KIPI::Plugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/gpssync/gpsbabelbinary.h b/kipi-plugins/gpssync/gpsbabelbinary.h index 4be8ef61..29de0196 100644 --- a/kipi-plugins/gpssync/gpsbabelbinary.h +++ b/kipi-plugins/gpssync/gpsbabelbinary.h @@ -37,7 +37,7 @@ class GPSBabelBinaryPriv; class GPSBabelBinary : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/gpssync/gpseditdialog.h b/kipi-plugins/gpssync/gpseditdialog.h index e9f1907e..a209f71a 100644 --- a/kipi-plugins/gpssync/gpseditdialog.h +++ b/kipi-plugins/gpssync/gpseditdialog.h @@ -38,7 +38,7 @@ class GPSEditDialogDialogPrivate; class GPSEditDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/gpssync/gpsmapwidget.h b/kipi-plugins/gpssync/gpsmapwidget.h index 8af923c0..4af5e5ec 100644 --- a/kipi-plugins/gpssync/gpsmapwidget.h +++ b/kipi-plugins/gpssync/gpsmapwidget.h @@ -39,7 +39,7 @@ class GPSMapWidgetPrivate; class GPSMapWidget : public TDEHTMLPart { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/gpssync/gpssyncdialog.h b/kipi-plugins/gpssync/gpssyncdialog.h index df52170c..65fdbdce 100644 --- a/kipi-plugins/gpssync/gpssyncdialog.h +++ b/kipi-plugins/gpssync/gpssyncdialog.h @@ -44,7 +44,7 @@ class GPSSyncDialogPriv; class GPSSyncDialog :public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/gpssync/kmlexportconfig.h b/kipi-plugins/gpssync/kmlexportconfig.h index deb8e8ab..f6a03381 100644 --- a/kipi-plugins/gpssync/kmlexportconfig.h +++ b/kipi-plugins/gpssync/kmlexportconfig.h @@ -51,7 +51,7 @@ namespace KIPIGPSSyncPlugin class KMLExportConfig : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/gpssync/plugin_gpssync.h b/kipi-plugins/gpssync/plugin_gpssync.h index 8f4cc7db..8f38a5a0 100644 --- a/kipi-plugins/gpssync/plugin_gpssync.h +++ b/kipi-plugins/gpssync/plugin_gpssync.h @@ -34,7 +34,7 @@ class TDEAction; class Plugin_GPSSync : public KIPI::Plugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/helloworld/plugin_helloworld.h b/kipi-plugins/helloworld/plugin_helloworld.h index 28737673..38a85249 100644 --- a/kipi-plugins/helloworld/plugin_helloworld.h +++ b/kipi-plugins/helloworld/plugin_helloworld.h @@ -30,7 +30,7 @@ class TDEAction; class Plugin_HelloWorld : public KIPI::Plugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/htmlexport/generator.h b/kipi-plugins/htmlexport/generator.h index f78a6b29..aa7f5188 100644 --- a/kipi-plugins/htmlexport/generator.h +++ b/kipi-plugins/htmlexport/generator.h @@ -37,7 +37,7 @@ class GalleryInfo; * according to the settings specified by the user. */ class Generator : public TQObject { -Q_OBJECT +TQ_OBJECT public: Generator(KIPI::Interface*, GalleryInfo*, KIPI::BatchProgressDialog*); diff --git a/kipi-plugins/htmlexport/plugin.h b/kipi-plugins/htmlexport/plugin.h index 1755f05d..ce4a6bd2 100644 --- a/kipi-plugins/htmlexport/plugin.h +++ b/kipi-plugins/htmlexport/plugin.h @@ -31,7 +31,7 @@ namespace KIPIHTMLExport { * Implementation of the KIPI::Plugin abstract class for HTMLExport. */ class Plugin : public KIPI::Plugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/htmlexport/wizard.h b/kipi-plugins/htmlexport/wizard.h index f197716e..ee388b58 100644 --- a/kipi-plugins/htmlexport/wizard.h +++ b/kipi-plugins/htmlexport/wizard.h @@ -35,7 +35,7 @@ class GalleryInfo; * The wizard used by the user to select the various settings. */ class Wizard : public KWizard { -Q_OBJECT +TQ_OBJECT public: Wizard(TQWidget* parent, KIPI::Interface* interface, GalleryInfo* info); diff --git a/kipi-plugins/imageviewer/plugin_viewer.h b/kipi-plugins/imageviewer/plugin_viewer.h index 2d14fac0..3de15876 100644 --- a/kipi-plugins/imageviewer/plugin_viewer.h +++ b/kipi-plugins/imageviewer/plugin_viewer.h @@ -37,7 +37,7 @@ class TDEAction; class Plugin_viewer :public KIPI::Plugin { - Q_OBJECT + TQ_OBJECT public: Plugin_viewer( TQObject *parent, const char* name, const TQStringList& ); diff --git a/kipi-plugins/imageviewer/viewerwidget.h b/kipi-plugins/imageviewer/viewerwidget.h index 5cc8ec83..8eebfe4d 100644 --- a/kipi-plugins/imageviewer/viewerwidget.h +++ b/kipi-plugins/imageviewer/viewerwidget.h @@ -61,7 +61,7 @@ enum OGLstate { class ViewerWidget : public TQGLWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/ipodexport/imagelist.h b/kipi-plugins/ipodexport/imagelist.h index eddeb3a0..8d57ebd8 100644 --- a/kipi-plugins/ipodexport/imagelist.h +++ b/kipi-plugins/ipodexport/imagelist.h @@ -31,7 +31,7 @@ namespace IpodExport class ImageList : public TDEListView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/ipodexport/ipodexportdialog.h b/kipi-plugins/ipodexport/ipodexportdialog.h index be459e15..112f7c77 100644 --- a/kipi-plugins/ipodexport/ipodexportdialog.h +++ b/kipi-plugins/ipodexport/ipodexportdialog.h @@ -45,7 +45,7 @@ class IpodHeader; class UploadDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/ipodexport/ipodheader.h b/kipi-plugins/ipodexport/ipodheader.h index 9321d335..7b47ab92 100644 --- a/kipi-plugins/ipodexport/ipodheader.h +++ b/kipi-plugins/ipodexport/ipodheader.h @@ -24,7 +24,7 @@ namespace IpodExport class IpodHeader : public TQFrame { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/ipodexport/plugin_ipodexport.h b/kipi-plugins/ipodexport/plugin_ipodexport.h index 8456e04e..51d757a0 100644 --- a/kipi-plugins/ipodexport/plugin_ipodexport.h +++ b/kipi-plugins/ipodexport/plugin_ipodexport.h @@ -21,7 +21,7 @@ class TDEAction; class Plugin_iPodExport : public KIPI::Plugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/jpeglossless/convert2grayscale.h b/kipi-plugins/jpeglossless/convert2grayscale.h index 2242299b..7adf9731 100644 --- a/kipi-plugins/jpeglossless/convert2grayscale.h +++ b/kipi-plugins/jpeglossless/convert2grayscale.h @@ -37,7 +37,7 @@ namespace KIPIJPEGLossLessPlugin class ImageGrayScale : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/jpeglossless/imageflip.h b/kipi-plugins/jpeglossless/imageflip.h index 0d8cf6e9..29e99543 100644 --- a/kipi-plugins/jpeglossless/imageflip.h +++ b/kipi-plugins/jpeglossless/imageflip.h @@ -41,7 +41,7 @@ namespace KIPIJPEGLossLessPlugin class ImageFlip : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/jpeglossless/imagerotate.h b/kipi-plugins/jpeglossless/imagerotate.h index d20b882c..03241cd5 100644 --- a/kipi-plugins/jpeglossless/imagerotate.h +++ b/kipi-plugins/jpeglossless/imagerotate.h @@ -42,7 +42,7 @@ namespace KIPIJPEGLossLessPlugin class ImageRotate : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/jpeglossless/plugin_jpeglossless.h b/kipi-plugins/jpeglossless/plugin_jpeglossless.h index 217697d5..ee4d5fd2 100644 --- a/kipi-plugins/jpeglossless/plugin_jpeglossless.h +++ b/kipi-plugins/jpeglossless/plugin_jpeglossless.h @@ -42,7 +42,7 @@ class ProgressDlg; class Plugin_JPEGLossless : public KIPI::Plugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/jpeglossless/utils.h b/kipi-plugins/jpeglossless/utils.h index e73a7b98..4c2cd691 100644 --- a/kipi-plugins/jpeglossless/utils.h +++ b/kipi-plugins/jpeglossless/utils.h @@ -37,7 +37,7 @@ namespace KIPIJPEGLossLessPlugin class Utils : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/kameraklient/camerafolderview.h b/kipi-plugins/kameraklient/camerafolderview.h index 40d01569..689d0ff9 100644 --- a/kipi-plugins/kameraklient/camerafolderview.h +++ b/kipi-plugins/kameraklient/camerafolderview.h @@ -33,7 +33,7 @@ namespace KIPIKameraKlientPlugin class CameraFolderItem; class CameraFolderView : public TDEListView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/kameraklient/cameraiconview.h b/kipi-plugins/kameraklient/cameraiconview.h index 0c86ee10..b284fb44 100644 --- a/kipi-plugins/kameraklient/cameraiconview.h +++ b/kipi-plugins/kameraklient/cameraiconview.h @@ -39,7 +39,7 @@ class CameraIconItem; class CameraIconViewPrivate; class CameraIconView : public ThumbView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/kameraklient/cameralist.h b/kipi-plugins/kameraklient/cameralist.h index 464ac098..226cb446 100644 --- a/kipi-plugins/kameraklient/cameralist.h +++ b/kipi-plugins/kameraklient/cameralist.h @@ -34,7 +34,7 @@ class CameraType; class CameraListPrivate; class CameraList : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/kameraklient/cameraselection.h b/kipi-plugins/kameraklient/cameraselection.h index a94d4363..314ebfd0 100644 --- a/kipi-plugins/kameraklient/cameraselection.h +++ b/kipi-plugins/kameraklient/cameraselection.h @@ -43,7 +43,7 @@ namespace KIPIKameraKlientPlugin class CameraSelection : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/kameraklient/cameraui.h b/kipi-plugins/kameraklient/cameraui.h index f0d3206a..a376cd42 100644 --- a/kipi-plugins/kameraklient/cameraui.h +++ b/kipi-plugins/kameraklient/cameraui.h @@ -74,7 +74,7 @@ class CameraFolderView; class CameraUI : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/kameraklient/dmessagebox.h b/kipi-plugins/kameraklient/dmessagebox.h index f64e37d2..567b9fea 100644 --- a/kipi-plugins/kameraklient/dmessagebox.h +++ b/kipi-plugins/kameraklient/dmessagebox.h @@ -35,7 +35,7 @@ namespace KIPIKameraKlientPlugin { class DMessageBox : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/kameraklient/gpcontroller.h b/kipi-plugins/kameraklient/gpcontroller.h index 224d7cc7..0af18e6e 100644 --- a/kipi-plugins/kameraklient/gpcontroller.h +++ b/kipi-plugins/kameraklient/gpcontroller.h @@ -39,7 +39,7 @@ namespace KIPIKameraKlientPlugin class GPCamera; class GPController : public TQObject, public TQThread { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/kameraklient/gpeventfilter.h b/kipi-plugins/kameraklient/gpeventfilter.h index ec433b11..9158bd83 100644 --- a/kipi-plugins/kameraklient/gpeventfilter.h +++ b/kipi-plugins/kameraklient/gpeventfilter.h @@ -36,7 +36,7 @@ namespace KIPIKameraKlientPlugin class CameraUI; class GPEventFilter : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/kameraklient/gpfileitemcontainer.h b/kipi-plugins/kameraklient/gpfileitemcontainer.h index 50646561..8bfafafc 100644 --- a/kipi-plugins/kameraklient/gpfileitemcontainer.h +++ b/kipi-plugins/kameraklient/gpfileitemcontainer.h @@ -40,7 +40,7 @@ class CameraIconView; class CameraIconItem; class GPFileItemContainer : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/kameraklient/gpmessages.h b/kipi-plugins/kameraklient/gpmessages.h index 8653c19e..0a0129e4 100644 --- a/kipi-plugins/kameraklient/gpmessages.h +++ b/kipi-plugins/kameraklient/gpmessages.h @@ -25,7 +25,7 @@ namespace KIPIKameraKlientPlugin class GPMessages : public TQObject { - Q_OBJECT + TQ_OBJECT friend class GPStatus; diff --git a/kipi-plugins/kameraklient/gpstatus.h b/kipi-plugins/kameraklient/gpstatus.h index c85207a4..1fe6db7b 100644 --- a/kipi-plugins/kameraklient/gpstatus.h +++ b/kipi-plugins/kameraklient/gpstatus.h @@ -36,7 +36,7 @@ namespace KIPIKameraKlientPlugin { class GPStatus : public TQObject { - Q_OBJECT + TQ_OBJECT friend class GPCamera; diff --git a/kipi-plugins/kameraklient/kameraklient.h b/kipi-plugins/kameraklient/kameraklient.h index f2ee98cf..945442ef 100644 --- a/kipi-plugins/kameraklient/kameraklient.h +++ b/kipi-plugins/kameraklient/kameraklient.h @@ -31,7 +31,7 @@ class CameraType; } class Plugin_KameraKlient : public KIPI::Plugin { -Q_OBJECT +TQ_OBJECT public: diff --git a/kipi-plugins/kameraklient/savefiledialog.h b/kipi-plugins/kameraklient/savefiledialog.h index 84263d16..9dc897bd 100644 --- a/kipi-plugins/kameraklient/savefiledialog.h +++ b/kipi-plugins/kameraklient/savefiledialog.h @@ -27,7 +27,7 @@ namespace KIPIKameraKlientPlugin { class SavefileDialog : public TQDialog { -Q_OBJECT +TQ_OBJECT public: diff --git a/kipi-plugins/kameraklient/setupcamera.h b/kipi-plugins/kameraklient/setupcamera.h index 921a827e..61d3eb14 100644 --- a/kipi-plugins/kameraklient/setupcamera.h +++ b/kipi-plugins/kameraklient/setupcamera.h @@ -39,7 +39,7 @@ namespace KIPIKameraKlientPlugin class SetupCamera : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/kameraklient/thumbview.h b/kipi-plugins/kameraklient/thumbview.h index f135a8c3..bf295ed2 100644 --- a/kipi-plugins/kameraklient/thumbview.h +++ b/kipi-plugins/kameraklient/thumbview.h @@ -32,7 +32,7 @@ class ThumbViewPrivate; class ThumbView : public TQScrollView { - Q_OBJECT + TQ_OBJECT friend class ThumbItem; diff --git a/kipi-plugins/metadataedit/commenteditdialog.h b/kipi-plugins/metadataedit/commenteditdialog.h index 71ddc238..75ddba60 100644 --- a/kipi-plugins/metadataedit/commenteditdialog.h +++ b/kipi-plugins/metadataedit/commenteditdialog.h @@ -38,7 +38,7 @@ class CommentEditDialogDialogPrivate; class CommentEditDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/metadataedit/commentremovedialog.h b/kipi-plugins/metadataedit/commentremovedialog.h index f451b7b4..574d1e60 100644 --- a/kipi-plugins/metadataedit/commentremovedialog.h +++ b/kipi-plugins/metadataedit/commentremovedialog.h @@ -34,7 +34,7 @@ class CommentRemoveDialogDialogPrivate; class CommentRemoveDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/metadataedit/exifadjust.h b/kipi-plugins/metadataedit/exifadjust.h index 416c0eee..a99d0b94 100644 --- a/kipi-plugins/metadataedit/exifadjust.h +++ b/kipi-plugins/metadataedit/exifadjust.h @@ -35,7 +35,7 @@ class EXIFAdjustPriv; class EXIFAdjust : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/metadataedit/exifcaption.h b/kipi-plugins/metadataedit/exifcaption.h index 1a71b2f2..8481c74e 100644 --- a/kipi-plugins/metadataedit/exifcaption.h +++ b/kipi-plugins/metadataedit/exifcaption.h @@ -36,7 +36,7 @@ class EXIFCaptionPriv; class EXIFCaption : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/metadataedit/exifdatetime.h b/kipi-plugins/metadataedit/exifdatetime.h index 76937403..6e49f9ae 100644 --- a/kipi-plugins/metadataedit/exifdatetime.h +++ b/kipi-plugins/metadataedit/exifdatetime.h @@ -36,7 +36,7 @@ class EXIFDateTimePriv; class EXIFDateTime : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/metadataedit/exifdevice.h b/kipi-plugins/metadataedit/exifdevice.h index e62375ef..0e7c5600 100644 --- a/kipi-plugins/metadataedit/exifdevice.h +++ b/kipi-plugins/metadataedit/exifdevice.h @@ -35,7 +35,7 @@ class EXIFDevicePriv; class EXIFDevice : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/metadataedit/exifeditdialog.h b/kipi-plugins/metadataedit/exifeditdialog.h index b60aa630..ab9af240 100644 --- a/kipi-plugins/metadataedit/exifeditdialog.h +++ b/kipi-plugins/metadataedit/exifeditdialog.h @@ -44,7 +44,7 @@ class EXIFEditDialogDialogPrivate; class EXIFEditDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/metadataedit/exiflens.h b/kipi-plugins/metadataedit/exiflens.h index b0dec6cf..986ee9f6 100644 --- a/kipi-plugins/metadataedit/exiflens.h +++ b/kipi-plugins/metadataedit/exiflens.h @@ -35,7 +35,7 @@ class EXIFLensPriv; class EXIFLens : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/metadataedit/exiflight.h b/kipi-plugins/metadataedit/exiflight.h index 91706b9c..c2d2a285 100644 --- a/kipi-plugins/metadataedit/exiflight.h +++ b/kipi-plugins/metadataedit/exiflight.h @@ -35,7 +35,7 @@ class EXIFLightPriv; class EXIFLight : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/metadataedit/iptccaption.h b/kipi-plugins/metadataedit/iptccaption.h index e9678cca..09525daf 100644 --- a/kipi-plugins/metadataedit/iptccaption.h +++ b/kipi-plugins/metadataedit/iptccaption.h @@ -35,7 +35,7 @@ class IPTCCaptionPriv; class IPTCCaption : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/metadataedit/iptccategories.h b/kipi-plugins/metadataedit/iptccategories.h index a731878d..6f3e4e10 100644 --- a/kipi-plugins/metadataedit/iptccategories.h +++ b/kipi-plugins/metadataedit/iptccategories.h @@ -35,7 +35,7 @@ class IPTCCategoriesPriv; class IPTCCategories : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/metadataedit/iptccredits.h b/kipi-plugins/metadataedit/iptccredits.h index 50ab38d9..d30022d2 100644 --- a/kipi-plugins/metadataedit/iptccredits.h +++ b/kipi-plugins/metadataedit/iptccredits.h @@ -35,7 +35,7 @@ class IPTCCreditsPriv; class IPTCCredits : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/metadataedit/iptcdatetime.h b/kipi-plugins/metadataedit/iptcdatetime.h index c52a52dc..633fcd5a 100644 --- a/kipi-plugins/metadataedit/iptcdatetime.h +++ b/kipi-plugins/metadataedit/iptcdatetime.h @@ -35,7 +35,7 @@ class IPTCDateTimePriv; class IPTCDateTime : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/metadataedit/iptceditdialog.h b/kipi-plugins/metadataedit/iptceditdialog.h index 5b448e2b..8688d3cd 100644 --- a/kipi-plugins/metadataedit/iptceditdialog.h +++ b/kipi-plugins/metadataedit/iptceditdialog.h @@ -39,7 +39,7 @@ class IPTCEditDialogDialogPrivate; class IPTCEditDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/metadataedit/iptckeywords.h b/kipi-plugins/metadataedit/iptckeywords.h index ccb6e841..43544803 100644 --- a/kipi-plugins/metadataedit/iptckeywords.h +++ b/kipi-plugins/metadataedit/iptckeywords.h @@ -35,7 +35,7 @@ class IPTCKeywordsPriv; class IPTCKeywords : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/metadataedit/iptcorigin.h b/kipi-plugins/metadataedit/iptcorigin.h index c99c42b6..2c1d1690 100644 --- a/kipi-plugins/metadataedit/iptcorigin.h +++ b/kipi-plugins/metadataedit/iptcorigin.h @@ -35,7 +35,7 @@ class IPTCOriginPriv; class IPTCOrigin : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/metadataedit/iptcstatus.h b/kipi-plugins/metadataedit/iptcstatus.h index f1b554c8..3dd2f84c 100644 --- a/kipi-plugins/metadataedit/iptcstatus.h +++ b/kipi-plugins/metadataedit/iptcstatus.h @@ -35,7 +35,7 @@ class IPTCStatusPriv; class IPTCStatus : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/metadataedit/iptcsubjects.h b/kipi-plugins/metadataedit/iptcsubjects.h index 5db6afd5..b8d25047 100644 --- a/kipi-plugins/metadataedit/iptcsubjects.h +++ b/kipi-plugins/metadataedit/iptcsubjects.h @@ -35,7 +35,7 @@ class IPTCSubjectsPriv; class IPTCSubjects : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/metadataedit/metadatacheckbox.h b/kipi-plugins/metadataedit/metadatacheckbox.h index 0e5b534a..dae27baa 100644 --- a/kipi-plugins/metadataedit/metadatacheckbox.h +++ b/kipi-plugins/metadataedit/metadatacheckbox.h @@ -35,7 +35,7 @@ namespace KIPIMetadataEditPlugin class MetadataCheckBox : public TQCheckBox { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/metadataedit/plugin_metadataedit.h b/kipi-plugins/metadataedit/plugin_metadataedit.h index fe85cd17..95930342 100644 --- a/kipi-plugins/metadataedit/plugin_metadataedit.h +++ b/kipi-plugins/metadataedit/plugin_metadataedit.h @@ -31,7 +31,7 @@ class TDEActionMenu; class Plugin_MetadataEdit : public KIPI::Plugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/mpegencoder/checkbinprog.h b/kipi-plugins/mpegencoder/checkbinprog.h index 6c385805..9c0c5474 100644 --- a/kipi-plugins/mpegencoder/checkbinprog.h +++ b/kipi-plugins/mpegencoder/checkbinprog.h @@ -33,7 +33,7 @@ namespace KIPIMPEGEncoderPlugin class CheckBinProg : public TQObject { -Q_OBJECT +TQ_OBJECT public: diff --git a/kipi-plugins/mpegencoder/kimg2mpg.h b/kipi-plugins/mpegencoder/kimg2mpg.h index 32945608..7538fa1a 100644 --- a/kipi-plugins/mpegencoder/kimg2mpg.h +++ b/kipi-plugins/mpegencoder/kimg2mpg.h @@ -76,7 +76,7 @@ class OptionsDialog; class ListImageItems : public TDEListBox { -Q_OBJECT +TQ_OBJECT public: @@ -93,7 +93,7 @@ protected: class KImg2mpgData : public KImg2mpgBase { -Q_OBJECT +TQ_OBJECT public: diff --git a/kipi-plugins/mpegencoder/kshowdebuggingoutput.h b/kipi-plugins/mpegencoder/kshowdebuggingoutput.h index d8c21fd2..6cbd08b3 100644 --- a/kipi-plugins/mpegencoder/kshowdebuggingoutput.h +++ b/kipi-plugins/mpegencoder/kshowdebuggingoutput.h @@ -40,7 +40,7 @@ namespace KIPIMPEGEncoderPlugin class KShowDebuggingOutput : public KDialog { -Q_OBJECT +TQ_OBJECT public: diff --git a/kipi-plugins/mpegencoder/optionsdialog.h b/kipi-plugins/mpegencoder/optionsdialog.h index b582e62a..81fd51b0 100644 --- a/kipi-plugins/mpegencoder/optionsdialog.h +++ b/kipi-plugins/mpegencoder/optionsdialog.h @@ -40,7 +40,7 @@ namespace KIPIMPEGEncoderPlugin class OptionsDialog : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: diff --git a/kipi-plugins/mpegencoder/plugin_mpegencoder.h b/kipi-plugins/mpegencoder/plugin_mpegencoder.h index 16b9c583..ffe09220 100644 --- a/kipi-plugins/mpegencoder/plugin_mpegencoder.h +++ b/kipi-plugins/mpegencoder/plugin_mpegencoder.h @@ -30,7 +30,7 @@ class TDEAction; class Plugin_Mpegencoder : public KIPI::Plugin { -Q_OBJECT +TQ_OBJECT public: diff --git a/kipi-plugins/picasawebexport/picasaweblogin.h b/kipi-plugins/picasawebexport/picasaweblogin.h index 81377041..7baf8581 100644 --- a/kipi-plugins/picasawebexport/picasaweblogin.h +++ b/kipi-plugins/picasawebexport/picasaweblogin.h @@ -35,7 +35,7 @@ namespace KIPIPicasawebExportPlugin class PicasawebLogin : public TQDialog { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/picasawebexport/picasawebtalker.h b/kipi-plugins/picasawebexport/picasawebtalker.h index 89b2084d..ca2bde28 100644 --- a/kipi-plugins/picasawebexport/picasawebtalker.h +++ b/kipi-plugins/picasawebexport/picasawebtalker.h @@ -53,7 +53,7 @@ class PicasaWebAlbum; class PicasawebTalker : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/picasawebexport/picasawebwidget.h b/kipi-plugins/picasawebexport/picasawebwidget.h index 0b30a206..a25155e8 100644 --- a/kipi-plugins/picasawebexport/picasawebwidget.h +++ b/kipi-plugins/picasawebexport/picasawebwidget.h @@ -47,7 +47,7 @@ class UploadWidget; class PicasawebWidget : public UploadWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/picasawebexport/picasawebwindow.h b/kipi-plugins/picasawebexport/picasawebwindow.h index cf2d7969..1d2caf02 100644 --- a/kipi-plugins/picasawebexport/picasawebwindow.h +++ b/kipi-plugins/picasawebexport/picasawebwindow.h @@ -76,7 +76,7 @@ class GAlbumViewItem; class PicasawebWindow : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/picasawebexport/plugin_picasawebexport.h b/kipi-plugins/picasawebexport/plugin_picasawebexport.h index 584e25ab..65629950 100644 --- a/kipi-plugins/picasawebexport/plugin_picasawebexport.h +++ b/kipi-plugins/picasawebexport/plugin_picasawebexport.h @@ -37,7 +37,7 @@ using namespace KIPIPicasawebExportPlugin; class Plugin_PicasawebExport : public KIPI::Plugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/printwizard/cropframe.h b/kipi-plugins/printwizard/cropframe.h index f3c9f132..3497833e 100644 --- a/kipi-plugins/printwizard/cropframe.h +++ b/kipi-plugins/printwizard/cropframe.h @@ -32,7 +32,7 @@ namespace KIPIPrintWizardPlugin class CropFrame : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/printwizard/frmprintwizard.h b/kipi-plugins/printwizard/frmprintwizard.h index 9b01ae0a..ee41c036 100644 --- a/kipi-plugins/printwizard/frmprintwizard.h +++ b/kipi-plugins/printwizard/frmprintwizard.h @@ -49,7 +49,7 @@ typedef struct _TPhotoSize { class FrmPrintWizard : public FrmPrintWizardBase { - Q_OBJECT + TQ_OBJECT private: diff --git a/kipi-plugins/printwizard/plugin_printwizard.h b/kipi-plugins/printwizard/plugin_printwizard.h index d2a93650..fab5c060 100644 --- a/kipi-plugins/printwizard/plugin_printwizard.h +++ b/kipi-plugins/printwizard/plugin_printwizard.h @@ -29,7 +29,7 @@ class TDEAction; class Plugin_PrintWizard : public KIPI::Plugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/rawconverter/batchdialog.h b/kipi-plugins/rawconverter/batchdialog.h index 3f2c6d1f..f10afa44 100644 --- a/kipi-plugins/rawconverter/batchdialog.h +++ b/kipi-plugins/rawconverter/batchdialog.h @@ -60,7 +60,7 @@ struct RawItem; class BatchDialog : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: diff --git a/kipi-plugins/rawconverter/plugin_rawconverter.h b/kipi-plugins/rawconverter/plugin_rawconverter.h index d4b30db9..8674c51b 100644 --- a/kipi-plugins/rawconverter/plugin_rawconverter.h +++ b/kipi-plugins/rawconverter/plugin_rawconverter.h @@ -33,7 +33,7 @@ class TDEAction; class Plugin_RawConverter : public KIPI::Plugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/rawconverter/previewwidget.h b/kipi-plugins/rawconverter/previewwidget.h index 7a3448fb..83fe348c 100644 --- a/kipi-plugins/rawconverter/previewwidget.h +++ b/kipi-plugins/rawconverter/previewwidget.h @@ -41,7 +41,7 @@ class PreviewWidgetPriv; class PreviewWidget : public TQFrame { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/rawconverter/rawdecodingiface.h b/kipi-plugins/rawconverter/rawdecodingiface.h index ed20247d..509a68cc 100644 --- a/kipi-plugins/rawconverter/rawdecodingiface.h +++ b/kipi-plugins/rawconverter/rawdecodingiface.h @@ -56,7 +56,7 @@ namespace KIPIRawConverterPlugin class RawDecodingIface : public KDcrawIface::KDcraw { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/rawconverter/savesettingswidget.h b/kipi-plugins/rawconverter/savesettingswidget.h index 4bea5ad8..89dbed1b 100644 --- a/kipi-plugins/rawconverter/savesettingswidget.h +++ b/kipi-plugins/rawconverter/savesettingswidget.h @@ -34,7 +34,7 @@ class SaveSettingsWidgetPriv; class SaveSettingsWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/rawconverter/singledialog.h b/kipi-plugins/rawconverter/singledialog.h index 17e9c259..9263efd7 100644 --- a/kipi-plugins/rawconverter/singledialog.h +++ b/kipi-plugins/rawconverter/singledialog.h @@ -54,7 +54,7 @@ class SaveSettingsWidget; class SingleDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/sendimages/listimageserrordialog.h b/kipi-plugins/sendimages/listimageserrordialog.h index be02d000..d51ce60c 100644 --- a/kipi-plugins/sendimages/listimageserrordialog.h +++ b/kipi-plugins/sendimages/listimageserrordialog.h @@ -35,7 +35,7 @@ namespace KIPISendimagesPlugin class listImagesErrorDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/sendimages/plugin_sendimages.h b/kipi-plugins/sendimages/plugin_sendimages.h index d745a944..1757f291 100644 --- a/kipi-plugins/sendimages/plugin_sendimages.h +++ b/kipi-plugins/sendimages/plugin_sendimages.h @@ -41,7 +41,7 @@ namespace KIPI class Plugin_SendImages : public KIPI::Plugin { -Q_OBJECT +TQ_OBJECT public: diff --git a/kipi-plugins/sendimages/sendimages.h b/kipi-plugins/sendimages/sendimages.h index 45826bd3..2d66889b 100644 --- a/kipi-plugins/sendimages/sendimages.h +++ b/kipi-plugins/sendimages/sendimages.h @@ -52,7 +52,7 @@ class SendImagesDialog; class SendImages : public TQObject, public TQThread { -Q_OBJECT +TQ_OBJECT public: diff --git a/kipi-plugins/sendimages/sendimagesdialog.h b/kipi-plugins/sendimages/sendimagesdialog.h index 81978aa0..565a7d55 100644 --- a/kipi-plugins/sendimages/sendimagesdialog.h +++ b/kipi-plugins/sendimages/sendimagesdialog.h @@ -64,7 +64,7 @@ namespace KIPISendimagesPlugin class ListImageItems : public TDEListBox { - Q_OBJECT + TQ_OBJECT public: @@ -84,7 +84,7 @@ protected: class SendImagesDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/simpleviewerexport/firstrundlg.h b/kipi-plugins/simpleviewerexport/firstrundlg.h index 1c523365..af649aa9 100644 --- a/kipi-plugins/simpleviewerexport/firstrundlg.h +++ b/kipi-plugins/simpleviewerexport/firstrundlg.h @@ -52,7 +52,7 @@ namespace KIPISimpleViewerExportPlugin class FirstRunDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/simpleviewerexport/plugin_simpleviewer.h b/kipi-plugins/simpleviewerexport/plugin_simpleviewer.h index 031c4aab..49c9a7a4 100644 --- a/kipi-plugins/simpleviewerexport/plugin_simpleviewer.h +++ b/kipi-plugins/simpleviewerexport/plugin_simpleviewer.h @@ -32,7 +32,7 @@ class TDEAction; class Plugin_SimpleViewer : public KIPI::Plugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/simpleviewerexport/simpleviewerexport.h b/kipi-plugins/simpleviewerexport/simpleviewerexport.h index e33fe10b..a13846d7 100644 --- a/kipi-plugins/simpleviewerexport/simpleviewerexport.h +++ b/kipi-plugins/simpleviewerexport/simpleviewerexport.h @@ -55,7 +55,7 @@ namespace KIPISimpleViewerExportPlugin class SimpleViewerExport : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/simpleviewerexport/svedialog.h b/kipi-plugins/simpleviewerexport/svedialog.h index d85faf85..9f114251 100644 --- a/kipi-plugins/simpleviewerexport/svedialog.h +++ b/kipi-plugins/simpleviewerexport/svedialog.h @@ -56,7 +56,7 @@ namespace KIPISimpleViewerExportPlugin class SVEDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/slideshow/imageloadthread.h b/kipi-plugins/slideshow/imageloadthread.h index cd7ac780..9c177075 100644 --- a/kipi-plugins/slideshow/imageloadthread.h +++ b/kipi-plugins/slideshow/imageloadthread.h @@ -43,7 +43,7 @@ namespace KIPISlideShowPlugin class ImageLoadThread : public TQObject, public TQThread { -Q_OBJECT +TQ_OBJECT public: diff --git a/kipi-plugins/slideshow/listimageitems.h b/kipi-plugins/slideshow/listimageitems.h index 4242b331..c16daaee 100644 --- a/kipi-plugins/slideshow/listimageitems.h +++ b/kipi-plugins/slideshow/listimageitems.h @@ -63,7 +63,7 @@ private: class ListImageItems : public TDEListBox { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/slideshow/plugin_slideshow.h b/kipi-plugins/slideshow/plugin_slideshow.h index e31a0a2b..a5590734 100644 --- a/kipi-plugins/slideshow/plugin_slideshow.h +++ b/kipi-plugins/slideshow/plugin_slideshow.h @@ -37,7 +37,7 @@ class TDEAction; class Plugin_SlideShow : public KIPI::Plugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/slideshow/slideshow.h b/kipi-plugins/slideshow/slideshow.h index 7a31132e..b9b8ffc0 100644 --- a/kipi-plugins/slideshow/slideshow.h +++ b/kipi-plugins/slideshow/slideshow.h @@ -68,7 +68,7 @@ typedef int (SlideShow::*EffectMethod)(bool); class SlideShow : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/slideshow/slideshowconfig.h b/kipi-plugins/slideshow/slideshowconfig.h index d817ee68..5110cc3e 100644 --- a/kipi-plugins/slideshow/slideshowconfig.h +++ b/kipi-plugins/slideshow/slideshowconfig.h @@ -49,7 +49,7 @@ namespace KIPISlideShowPlugin class SlideShowConfig : public SlideShowConfigBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/slideshow/slideshowgl.h b/kipi-plugins/slideshow/slideshowgl.h index a73b9a49..501c5863 100644 --- a/kipi-plugins/slideshow/slideshowgl.h +++ b/kipi-plugins/slideshow/slideshowgl.h @@ -46,7 +46,7 @@ namespace KIPISlideShowPlugin class SlideShowGL : public TQGLWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/slideshow/slideshowkb.h b/kipi-plugins/slideshow/slideshowkb.h index d053d601..e41b95b9 100644 --- a/kipi-plugins/slideshow/slideshowkb.h +++ b/kipi-plugins/slideshow/slideshowkb.h @@ -107,7 +107,7 @@ namespace KIPISlideShowPlugin class SlideShowKB : public TQGLWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/slideshow/toolbar.h b/kipi-plugins/slideshow/toolbar.h index f1a4f926..677c1c7f 100644 --- a/kipi-plugins/slideshow/toolbar.h +++ b/kipi-plugins/slideshow/toolbar.h @@ -35,7 +35,7 @@ namespace KIPISlideShowPlugin class ToolBar : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/sync/galleryconfig.h b/kipi-plugins/sync/galleryconfig.h index e61f6929..b82b92ef 100644 --- a/kipi-plugins/sync/galleryconfig.h +++ b/kipi-plugins/sync/galleryconfig.h @@ -31,7 +31,7 @@ class Gallery; class GalleryEdit : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/sync/gallerywidget.h b/kipi-plugins/sync/gallerywidget.h index 8d621d96..c27ddd60 100644 --- a/kipi-plugins/sync/gallerywidget.h +++ b/kipi-plugins/sync/gallerywidget.h @@ -32,7 +32,7 @@ namespace KIPIGalleryExportPlugin class GalleryWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/sync/gallerywindow.h b/kipi-plugins/sync/gallerywindow.h index 38cf3d0d..c35462b6 100644 --- a/kipi-plugins/sync/gallerywindow.h +++ b/kipi-plugins/sync/gallerywindow.h @@ -52,7 +52,7 @@ class GAlbumViewItem; class GalleryWindow : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/sync/libkipi2/interface.h b/kipi-plugins/sync/libkipi2/interface.h index 0c142006..d23927e9 100644 --- a/kipi-plugins/sync/libkipi2/interface.h +++ b/kipi-plugins/sync/libkipi2/interface.h @@ -26,7 +26,7 @@ namespace KIPI2 { class Interface : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/sync/plugin_sync.h b/kipi-plugins/sync/plugin_sync.h index 16f5809e..f396e74f 100644 --- a/kipi-plugins/sync/plugin_sync.h +++ b/kipi-plugins/sync/plugin_sync.h @@ -34,7 +34,7 @@ class Sinks; class Plugin_Sync : public KIPI::Plugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/sync/sinklist.h b/kipi-plugins/sync/sinklist.h index a5d85b25..2c1db4b6 100644 --- a/kipi-plugins/sync/sinklist.h +++ b/kipi-plugins/sync/sinklist.h @@ -30,7 +30,7 @@ class Sinks; class SinkList : public SinkListBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/timeadjust/plugin_timeadjust.h b/kipi-plugins/timeadjust/plugin_timeadjust.h index bdea369e..7d9e6058 100644 --- a/kipi-plugins/timeadjust/plugin_timeadjust.h +++ b/kipi-plugins/timeadjust/plugin_timeadjust.h @@ -32,7 +32,7 @@ class TDEAction; class Plugin_TimeAdjust : public KIPI::Plugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/timeadjust/timeadjustdialog.h b/kipi-plugins/timeadjust/timeadjustdialog.h index 94aacce5..2e39f2a4 100644 --- a/kipi-plugins/timeadjust/timeadjustdialog.h +++ b/kipi-plugins/timeadjust/timeadjustdialog.h @@ -45,7 +45,7 @@ class TimeAdjustDialogPrivate; class TimeAdjustDialog :public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kipi-plugins/wallpaper/plugin_wallpaper.h b/kipi-plugins/wallpaper/plugin_wallpaper.h index b5c1ad50..c513f6e4 100644 --- a/kipi-plugins/wallpaper/plugin_wallpaper.h +++ b/kipi-plugins/wallpaper/plugin_wallpaper.h @@ -40,7 +40,7 @@ class Plugin_WallPaper : public KIPI::Plugin { - Q_OBJECT + TQ_OBJECT public: |
