diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:04:01 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:04:01 -0600 |
| commit | 291468741b984aed44077c9e2ce526bed5dcc7c9 (patch) | |
| tree | a00c1ef761c981ea3bbcb48650bbb56a8d1e0dbb | |
| parent | 3bc1fbd33771ace2ad3c5972b91429ac587875bd (diff) | |
| download | kipi-plugins-291468741b984aed44077c9e2ce526bed5dcc7c9.tar.gz kipi-plugins-291468741b984aed44077c9e2ce526bed5dcc7c9.zip | |
Remove spurious TQ_OBJECT instances
151 files changed, 155 insertions, 155 deletions
diff --git a/kipi-plugins/acquireimages/acquireimagedialog.h b/kipi-plugins/acquireimages/acquireimagedialog.h index 3f64d376..38fa7459 100644 --- a/kipi-plugins/acquireimages/acquireimagedialog.h +++ b/kipi-plugins/acquireimages/acquireimagedialog.h @@ -64,7 +64,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 5d845450..b6a4ce77 100644 --- a/kipi-plugins/acquireimages/plugin_acquireimages.h +++ b/kipi-plugins/acquireimages/plugin_acquireimages.h @@ -36,7 +36,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 0a2858e1..86c5d84e 100644 --- a/kipi-plugins/acquireimages/screenshotdialog.h +++ b/kipi-plugins/acquireimages/screenshotdialog.h @@ -63,7 +63,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 631046e0..3ff35110 100644 --- a/kipi-plugins/batchprocessimages/batchprocessimagesdialog.h +++ b/kipi-plugins/batchprocessimages/batchprocessimagesdialog.h @@ -77,7 +77,7 @@ namespace KIPIBatchProcessImagesPlugin class BatchProcessImagesDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: // Don't forget to add the 'm_Type' and 'm_labelType' implementation in the constructor of diff --git a/kipi-plugins/batchprocessimages/batchprocessimageslist.h b/kipi-plugins/batchprocessimages/batchprocessimageslist.h index 6c4cab89..d44107cf 100644 --- a/kipi-plugins/batchprocessimages/batchprocessimageslist.h +++ b/kipi-plugins/batchprocessimages/batchprocessimageslist.h @@ -37,7 +37,7 @@ namespace KIPIBatchProcessImagesPlugin class BatchProcessImagesList : public KListView { Q_OBJECT - TQ_OBJECT + public: BatchProcessImagesList(TQWidget *parent=0, const char *name=0); diff --git a/kipi-plugins/batchprocessimages/borderimagesdialog.h b/kipi-plugins/batchprocessimages/borderimagesdialog.h index 4dacfc74..b846b637 100644 --- a/kipi-plugins/batchprocessimages/borderimagesdialog.h +++ b/kipi-plugins/batchprocessimages/borderimagesdialog.h @@ -36,7 +36,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 a1d17afd..ae899b66 100644 --- a/kipi-plugins/batchprocessimages/borderoptionsdialog.h +++ b/kipi-plugins/batchprocessimages/borderoptionsdialog.h @@ -36,7 +36,7 @@ namespace KIPIBatchProcessImagesPlugin class BorderOptionsDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: BorderOptionsDialog(TQWidget *parent=0, int BorderType = 0); diff --git a/kipi-plugins/batchprocessimages/colorimagesdialog.h b/kipi-plugins/batchprocessimages/colorimagesdialog.h index 89257826..9c246890 100644 --- a/kipi-plugins/batchprocessimages/colorimagesdialog.h +++ b/kipi-plugins/batchprocessimages/colorimagesdialog.h @@ -37,7 +37,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 14dba456..feed7254 100644 --- a/kipi-plugins/batchprocessimages/coloroptionsdialog.h +++ b/kipi-plugins/batchprocessimages/coloroptionsdialog.h @@ -41,7 +41,7 @@ namespace KIPIBatchProcessImagesPlugin class ColorOptionsDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: ColorOptionsDialog(TQWidget *parent=0, int ColorType = 0); diff --git a/kipi-plugins/batchprocessimages/convertimagesdialog.h b/kipi-plugins/batchprocessimages/convertimagesdialog.h index 042b307c..b3d01288 100644 --- a/kipi-plugins/batchprocessimages/convertimagesdialog.h +++ b/kipi-plugins/batchprocessimages/convertimagesdialog.h @@ -37,7 +37,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 59827e25..34ed446d 100644 --- a/kipi-plugins/batchprocessimages/convertoptionsdialog.h +++ b/kipi-plugins/batchprocessimages/convertoptionsdialog.h @@ -43,7 +43,7 @@ namespace KIPIBatchProcessImagesPlugin class ConvertOptionsDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: ConvertOptionsDialog(TQWidget *parent=0, int ImageFormatType = 0); diff --git a/kipi-plugins/batchprocessimages/effectimagesdialog.h b/kipi-plugins/batchprocessimages/effectimagesdialog.h index fe3729bb..32b91d60 100644 --- a/kipi-plugins/batchprocessimages/effectimagesdialog.h +++ b/kipi-plugins/batchprocessimages/effectimagesdialog.h @@ -36,7 +36,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 6435ea12..1e4a0225 100644 --- a/kipi-plugins/batchprocessimages/effectoptionsdialog.h +++ b/kipi-plugins/batchprocessimages/effectoptionsdialog.h @@ -39,7 +39,7 @@ namespace KIPIBatchProcessImagesPlugin class EffectOptionsDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: EffectOptionsDialog(TQWidget *parent=0, int EffectType = 0); diff --git a/kipi-plugins/batchprocessimages/filterimagesdialog.h b/kipi-plugins/batchprocessimages/filterimagesdialog.h index 5705324b..cb7b9cec 100644 --- a/kipi-plugins/batchprocessimages/filterimagesdialog.h +++ b/kipi-plugins/batchprocessimages/filterimagesdialog.h @@ -36,7 +36,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 333a190c..17e0faa1 100644 --- a/kipi-plugins/batchprocessimages/filteroptionsdialog.h +++ b/kipi-plugins/batchprocessimages/filteroptionsdialog.h @@ -41,7 +41,7 @@ namespace KIPIBatchProcessImagesPlugin class FilterOptionsDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: FilterOptionsDialog(TQWidget *parent=0, int FilterType = 0); diff --git a/kipi-plugins/batchprocessimages/imagepreview.h b/kipi-plugins/batchprocessimages/imagepreview.h index 4b212992..8d03528e 100644 --- a/kipi-plugins/batchprocessimages/imagepreview.h +++ b/kipi-plugins/batchprocessimages/imagepreview.h @@ -53,7 +53,7 @@ namespace KIPIBatchProcessImagesPlugin class PixmapView : public TQScrollView { Q_OBJECT - TQ_OBJECT + public: @@ -107,7 +107,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 8fb17b85..c9c39d9f 100644 --- a/kipi-plugins/batchprocessimages/outputdialog.h +++ b/kipi-plugins/batchprocessimages/outputdialog.h @@ -44,7 +44,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 cf36df9f..4341334f 100644 --- a/kipi-plugins/batchprocessimages/plugin_batchprocessimages.h +++ b/kipi-plugins/batchprocessimages/plugin_batchprocessimages.h @@ -45,7 +45,7 @@ class KIPIBatchProcessImagesPlugin::ResizeImagesDialog; class Plugin_BatchProcessImages : public KIPI::Plugin { Q_OBJECT - TQ_OBJECT + public: Plugin_BatchProcessImages(TQObject *parent, const char* name, const TQStringList &args); diff --git a/kipi-plugins/batchprocessimages/recompressimagesdialog.h b/kipi-plugins/batchprocessimages/recompressimagesdialog.h index 827f1d46..3eca8f1f 100644 --- a/kipi-plugins/batchprocessimages/recompressimagesdialog.h +++ b/kipi-plugins/batchprocessimages/recompressimagesdialog.h @@ -36,7 +36,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 98088325..2b779f77 100644 --- a/kipi-plugins/batchprocessimages/recompressoptionsdialog.h +++ b/kipi-plugins/batchprocessimages/recompressoptionsdialog.h @@ -43,7 +43,7 @@ namespace KIPIBatchProcessImagesPlugin class RecompressOptionsDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: RecompressOptionsDialog(TQWidget *parent=0); diff --git a/kipi-plugins/batchprocessimages/renameimagesdialog.h b/kipi-plugins/batchprocessimages/renameimagesdialog.h index d4f39eef..c1b94be5 100644 --- a/kipi-plugins/batchprocessimages/renameimagesdialog.h +++ b/kipi-plugins/batchprocessimages/renameimagesdialog.h @@ -46,7 +46,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 384f99e6..2a5eeade 100644 --- a/kipi-plugins/batchprocessimages/renameimageswidget.h +++ b/kipi-plugins/batchprocessimages/renameimageswidget.h @@ -52,7 +52,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 a42f93d1..b639f581 100644 --- a/kipi-plugins/batchprocessimages/resizeimagesdialog.h +++ b/kipi-plugins/batchprocessimages/resizeimagesdialog.h @@ -36,7 +36,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 7c4afdfe..450299ae 100644 --- a/kipi-plugins/batchprocessimages/resizeoptionsdialog.h +++ b/kipi-plugins/batchprocessimages/resizeoptionsdialog.h @@ -44,7 +44,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 c370f057..a1e3f147 100644 --- a/kipi-plugins/calendar/calevents.h +++ b/kipi-plugins/calendar/calevents.h @@ -35,7 +35,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 250a70a3..6d6d43ac 100644 --- a/kipi-plugins/calendar/calformatter.h +++ b/kipi-plugins/calendar/calformatter.h @@ -34,7 +34,7 @@ namespace KIPICalendarPlugin { class CalFormatter : public TQObject { Q_OBJECT - TQ_OBJECT + public: CalFormatter(); diff --git a/kipi-plugins/calendar/calpainter.h b/kipi-plugins/calendar/calpainter.h index 8f827fcc..348bbe9e 100644 --- a/kipi-plugins/calendar/calpainter.h +++ b/kipi-plugins/calendar/calpainter.h @@ -65,7 +65,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 4c31576b..e6cf9e79 100644 --- a/kipi-plugins/calendar/calselect.h +++ b/kipi-plugins/calendar/calselect.h @@ -41,7 +41,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 3a0876d0..0c331a38 100644 --- a/kipi-plugins/calendar/caltemplate.h +++ b/kipi-plugins/calendar/caltemplate.h @@ -44,7 +44,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 93b6b2fd..d161803d 100644 --- a/kipi-plugins/calendar/calwizard.h +++ b/kipi-plugins/calendar/calwizard.h @@ -60,7 +60,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 1d48446f..e1a621a1 100644 --- a/kipi-plugins/calendar/monthwidget.h +++ b/kipi-plugins/calendar/monthwidget.h @@ -45,7 +45,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 64c11988..97ea997b 100644 --- a/kipi-plugins/calendar/plugin_calendar.h +++ b/kipi-plugins/calendar/plugin_calendar.h @@ -34,7 +34,7 @@ class KAction; 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 515485c0..62eee46f 100644 --- a/kipi-plugins/cdarchiving/cdarchiving.h +++ b/kipi-plugins/cdarchiving/cdarchiving.h @@ -66,7 +66,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 14295f4d..e2dacd3f 100644 --- a/kipi-plugins/cdarchiving/cdarchivingdialog.h +++ b/kipi-plugins/cdarchiving/cdarchivingdialog.h @@ -70,7 +70,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 ea291ddd..c879ffcb 100644 --- a/kipi-plugins/cdarchiving/plugin_cdarchiving.h +++ b/kipi-plugins/cdarchiving/plugin_cdarchiving.h @@ -45,7 +45,7 @@ class BatchProgressDialog; class Plugin_CDArchiving : public KIPI::Plugin { Q_OBJECT - TQ_OBJECT + public: Plugin_CDArchiving(TQObject *parent, const char* name, const TQStringList &args); diff --git a/kipi-plugins/findimages/displaycompare.h b/kipi-plugins/findimages/displaycompare.h index 6d381883..32033165 100644 --- a/kipi-plugins/findimages/displaycompare.h +++ b/kipi-plugins/findimages/displaycompare.h @@ -62,7 +62,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 f86a0fc9..a18357e2 100644 --- a/kipi-plugins/findimages/finddupplicatedialog.h +++ b/kipi-plugins/findimages/finddupplicatedialog.h @@ -59,7 +59,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 80342066..b277c27e 100644 --- a/kipi-plugins/findimages/finddupplicateimages.h +++ b/kipi-plugins/findimages/finddupplicateimages.h @@ -56,7 +56,7 @@ class CompareOperation; class FindDuplicateImages : public TQObject, public TQThread { Q_OBJECT - TQ_OBJECT + public: FindDuplicateImages( KIPI::Interface* interface, TQObject *parent=0); diff --git a/kipi-plugins/findimages/plugin_findimages.h b/kipi-plugins/findimages/plugin_findimages.h index 2fc64eed..6a852a39 100644 --- a/kipi-plugins/findimages/plugin_findimages.h +++ b/kipi-plugins/findimages/plugin_findimages.h @@ -43,7 +43,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 5093b78a..485483a7 100644 --- a/kipi-plugins/flickrexport/flickrtalker.h +++ b/kipi-plugins/flickrexport/flickrtalker.h @@ -49,7 +49,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 59b1e61a..ab19ada8 100644 --- a/kipi-plugins/flickrexport/flickrwidget.h +++ b/kipi-plugins/flickrexport/flickrwidget.h @@ -50,7 +50,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 8bd419e2..bbf21dcf 100644 --- a/kipi-plugins/flickrexport/flickrwindow.h +++ b/kipi-plugins/flickrexport/flickrwindow.h @@ -77,7 +77,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 7021b729..6708f8fb 100644 --- a/kipi-plugins/flickrexport/imageslist.h +++ b/kipi-plugins/flickrexport/imageslist.h @@ -68,7 +68,7 @@ private: class ImagesListView : public TQListView { Q_OBJECT - TQ_OBJECT + public: @@ -90,7 +90,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 372f0b6e..c5a4b9f2 100644 --- a/kipi-plugins/flickrexport/login.h +++ b/kipi-plugins/flickrexport/login.h @@ -36,7 +36,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 af617f9e..61ec37b7 100644 --- a/kipi-plugins/flickrexport/plugin_flickrexport.h +++ b/kipi-plugins/flickrexport/plugin_flickrexport.h @@ -34,7 +34,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 a5945aca..e61f6929 100644 --- a/kipi-plugins/galleryexport/galleryconfig.h +++ b/kipi-plugins/galleryexport/galleryconfig.h @@ -32,7 +32,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 2697ff8d..7ba2e103 100644 --- a/kipi-plugins/galleryexport/gallerylist.h +++ b/kipi-plugins/galleryexport/gallerylist.h @@ -32,7 +32,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 cf741833..12cfaa19 100644 --- a/kipi-plugins/galleryexport/gallerytalker.h +++ b/kipi-plugins/galleryexport/gallerytalker.h @@ -39,7 +39,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 252bb37b..f24ec00b 100644 --- a/kipi-plugins/galleryexport/gallerywidget.h +++ b/kipi-plugins/galleryexport/gallerywidget.h @@ -33,7 +33,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 06a21fd5..6c270592 100644 --- a/kipi-plugins/galleryexport/gallerywindow.h +++ b/kipi-plugins/galleryexport/gallerywindow.h @@ -53,7 +53,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 a4593ad8..a6525b1a 100644 --- a/kipi-plugins/galleryexport/plugin_galleryexport.h +++ b/kipi-plugins/galleryexport/plugin_galleryexport.h @@ -36,7 +36,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 232bf5d4..574c799f 100644 --- a/kipi-plugins/gpssync/gpsbabelbinary.h +++ b/kipi-plugins/gpssync/gpsbabelbinary.h @@ -38,7 +38,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 16cd8718..e9f1907e 100644 --- a/kipi-plugins/gpssync/gpseditdialog.h +++ b/kipi-plugins/gpssync/gpseditdialog.h @@ -39,7 +39,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 2a6fff53..6b1fa373 100644 --- a/kipi-plugins/gpssync/gpsmapwidget.h +++ b/kipi-plugins/gpssync/gpsmapwidget.h @@ -40,7 +40,7 @@ class GPSMapWidgetPrivate; class GPSMapWidget : public KHTMLPart { Q_OBJECT - TQ_OBJECT + public: diff --git a/kipi-plugins/gpssync/gpssyncdialog.h b/kipi-plugins/gpssync/gpssyncdialog.h index 7d04b4f1..df52170c 100644 --- a/kipi-plugins/gpssync/gpssyncdialog.h +++ b/kipi-plugins/gpssync/gpssyncdialog.h @@ -45,7 +45,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 0bf5bbc0..6cd269ad 100644 --- a/kipi-plugins/gpssync/kmlexportconfig.h +++ b/kipi-plugins/gpssync/kmlexportconfig.h @@ -52,7 +52,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 07f5167d..206658cd 100644 --- a/kipi-plugins/gpssync/plugin_gpssync.h +++ b/kipi-plugins/gpssync/plugin_gpssync.h @@ -35,7 +35,7 @@ class KAction; 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 c03ec390..e601b4bc 100644 --- a/kipi-plugins/helloworld/plugin_helloworld.h +++ b/kipi-plugins/helloworld/plugin_helloworld.h @@ -31,7 +31,7 @@ class KAction; 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 99ddd6fa..50ff16b6 100644 --- a/kipi-plugins/htmlexport/generator.h +++ b/kipi-plugins/htmlexport/generator.h @@ -39,7 +39,7 @@ class GalleryInfo; */ class Generator : public TQObject { Q_OBJECT - TQ_OBJECT + public: Generator(KIPI::Interface*, GalleryInfo*, KIPI::BatchProgressDialog*); ~Generator(); diff --git a/kipi-plugins/htmlexport/plugin.h b/kipi-plugins/htmlexport/plugin.h index a29bf232..343437a1 100644 --- a/kipi-plugins/htmlexport/plugin.h +++ b/kipi-plugins/htmlexport/plugin.h @@ -33,7 +33,7 @@ namespace KIPIHTMLExport { */ class Plugin : public KIPI::Plugin { Q_OBJECT - TQ_OBJECT + public: Plugin(TQObject *parent, const char* name, const TQStringList &args); diff --git a/kipi-plugins/htmlexport/wizard.h b/kipi-plugins/htmlexport/wizard.h index f59358cb..b433fa8c 100644 --- a/kipi-plugins/htmlexport/wizard.h +++ b/kipi-plugins/htmlexport/wizard.h @@ -37,7 +37,7 @@ class GalleryInfo; */ class Wizard : public KWizard { Q_OBJECT - TQ_OBJECT + public: Wizard(TQWidget* parent, KIPI::Interface* interface, GalleryInfo* info); ~Wizard(); diff --git a/kipi-plugins/imageviewer/plugin_viewer.h b/kipi-plugins/imageviewer/plugin_viewer.h index ca4ecaca..98b296bf 100644 --- a/kipi-plugins/imageviewer/plugin_viewer.h +++ b/kipi-plugins/imageviewer/plugin_viewer.h @@ -38,7 +38,7 @@ class KAction; class Plugin_viewer :public KIPI::Plugin { Q_OBJECT - TQ_OBJECT + public: Plugin_viewer( TQObject *parent, const char* name, const TQStringList& ); virtual void setup( TQWidget* widget ); diff --git a/kipi-plugins/imageviewer/viewerwidget.h b/kipi-plugins/imageviewer/viewerwidget.h index 3b7afe9c..5cc8ec83 100644 --- a/kipi-plugins/imageviewer/viewerwidget.h +++ b/kipi-plugins/imageviewer/viewerwidget.h @@ -62,7 +62,7 @@ enum OGLstate { class ViewerWidget : public TQGLWidget { Q_OBJECT - TQ_OBJECT + public: ViewerWidget(KIPI::Interface*); diff --git a/kipi-plugins/ipodexport/imagelist.h b/kipi-plugins/ipodexport/imagelist.h index 5b38acae..2fad675f 100644 --- a/kipi-plugins/ipodexport/imagelist.h +++ b/kipi-plugins/ipodexport/imagelist.h @@ -32,7 +32,7 @@ namespace IpodExport class ImageList : public KListView { Q_OBJECT - TQ_OBJECT + public: enum ListType { UploadType, IpodType }; diff --git a/kipi-plugins/ipodexport/ipodexportdialog.h b/kipi-plugins/ipodexport/ipodexportdialog.h index a34a4310..64a9ca8e 100644 --- a/kipi-plugins/ipodexport/ipodexportdialog.h +++ b/kipi-plugins/ipodexport/ipodexportdialog.h @@ -48,7 +48,7 @@ class IpodHeader; class UploadDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: UploadDialog( diff --git a/kipi-plugins/ipodexport/ipodheader.h b/kipi-plugins/ipodexport/ipodheader.h index bd22bd7c..9321d335 100644 --- a/kipi-plugins/ipodexport/ipodheader.h +++ b/kipi-plugins/ipodexport/ipodheader.h @@ -25,7 +25,7 @@ namespace IpodExport class IpodHeader : public TQFrame { Q_OBJECT - TQ_OBJECT + public: IpodHeader( TQWidget *parent=0, const char *name=0, WFlags f=0 ); diff --git a/kipi-plugins/ipodexport/plugin_ipodexport.h b/kipi-plugins/ipodexport/plugin_ipodexport.h index 80207a12..098cd995 100644 --- a/kipi-plugins/ipodexport/plugin_ipodexport.h +++ b/kipi-plugins/ipodexport/plugin_ipodexport.h @@ -22,7 +22,7 @@ class KAction; class Plugin_iPodExport : public KIPI::Plugin { Q_OBJECT - TQ_OBJECT + public: Plugin_iPodExport( TQObject *parent, const char* name, const TQStringList &args); diff --git a/kipi-plugins/jpeglossless/convert2grayscale.h b/kipi-plugins/jpeglossless/convert2grayscale.h index 8be16f51..7f6003b5 100644 --- a/kipi-plugins/jpeglossless/convert2grayscale.h +++ b/kipi-plugins/jpeglossless/convert2grayscale.h @@ -38,7 +38,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 a91d70f4..e16b5909 100644 --- a/kipi-plugins/jpeglossless/imageflip.h +++ b/kipi-plugins/jpeglossless/imageflip.h @@ -42,7 +42,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 8e4ff22f..cbbec11b 100644 --- a/kipi-plugins/jpeglossless/imagerotate.h +++ b/kipi-plugins/jpeglossless/imagerotate.h @@ -43,7 +43,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 26445e2e..84cb357f 100644 --- a/kipi-plugins/jpeglossless/plugin_jpeglossless.h +++ b/kipi-plugins/jpeglossless/plugin_jpeglossless.h @@ -43,7 +43,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 7f27ed67..0b9571a2 100644 --- a/kipi-plugins/jpeglossless/utils.h +++ b/kipi-plugins/jpeglossless/utils.h @@ -38,7 +38,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 416ea1c2..5ec55536 100644 --- a/kipi-plugins/kameraklient/camerafolderview.h +++ b/kipi-plugins/kameraklient/camerafolderview.h @@ -34,7 +34,7 @@ class CameraFolderItem; class CameraFolderView : public KListView { Q_OBJECT - TQ_OBJECT + public: CameraFolderView(TQWidget* parent); diff --git a/kipi-plugins/kameraklient/cameraiconview.h b/kipi-plugins/kameraklient/cameraiconview.h index 3ec050ed..0c86ee10 100644 --- a/kipi-plugins/kameraklient/cameraiconview.h +++ b/kipi-plugins/kameraklient/cameraiconview.h @@ -40,7 +40,7 @@ class CameraIconViewPrivate; class CameraIconView : public ThumbView { Q_OBJECT - TQ_OBJECT + public: CameraIconView(TQWidget *parent); diff --git a/kipi-plugins/kameraklient/cameralist.h b/kipi-plugins/kameraklient/cameralist.h index 2a852eb9..464ac098 100644 --- a/kipi-plugins/kameraklient/cameralist.h +++ b/kipi-plugins/kameraklient/cameralist.h @@ -35,7 +35,7 @@ class CameraListPrivate; class CameraList : public TQObject { Q_OBJECT - TQ_OBJECT + public: CameraList(TQObject *parent, const TQString& file); diff --git a/kipi-plugins/kameraklient/cameraselection.h b/kipi-plugins/kameraklient/cameraselection.h index bc15f5c5..a94d4363 100644 --- a/kipi-plugins/kameraklient/cameraselection.h +++ b/kipi-plugins/kameraklient/cameraselection.h @@ -44,7 +44,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 cbb19088..263ae0e3 100644 --- a/kipi-plugins/kameraklient/cameraui.h +++ b/kipi-plugins/kameraklient/cameraui.h @@ -75,7 +75,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 236de78f..f64e37d2 100644 --- a/kipi-plugins/kameraklient/dmessagebox.h +++ b/kipi-plugins/kameraklient/dmessagebox.h @@ -36,7 +36,7 @@ namespace KIPIKameraKlientPlugin class DMessageBox : public TQWidget { Q_OBJECT - TQ_OBJECT + public: DMessageBox(); diff --git a/kipi-plugins/kameraklient/gpcontroller.h b/kipi-plugins/kameraklient/gpcontroller.h index 7234492f..224d7cc7 100644 --- a/kipi-plugins/kameraklient/gpcontroller.h +++ b/kipi-plugins/kameraklient/gpcontroller.h @@ -40,7 +40,7 @@ class GPCamera; class GPController : public TQObject, public TQThread { Q_OBJECT - TQ_OBJECT + public: GPController(TQObject *parent, const CameraType& ctype); diff --git a/kipi-plugins/kameraklient/gpeventfilter.h b/kipi-plugins/kameraklient/gpeventfilter.h index 643eac38..ec433b11 100644 --- a/kipi-plugins/kameraklient/gpeventfilter.h +++ b/kipi-plugins/kameraklient/gpeventfilter.h @@ -37,7 +37,7 @@ class CameraUI; class GPEventFilter : public TQObject { Q_OBJECT - TQ_OBJECT + public: GPEventFilter(TQObject *parent); diff --git a/kipi-plugins/kameraklient/gpfileitemcontainer.h b/kipi-plugins/kameraklient/gpfileitemcontainer.h index b7e43118..50646561 100644 --- a/kipi-plugins/kameraklient/gpfileitemcontainer.h +++ b/kipi-plugins/kameraklient/gpfileitemcontainer.h @@ -41,7 +41,7 @@ class CameraIconItem; class GPFileItemContainer : public TQObject { Q_OBJECT - TQ_OBJECT + public: GPFileItemContainer(TQObject *parent, CameraFolderView *folderView, CameraIconView *iconView); diff --git a/kipi-plugins/kameraklient/gpmessages.h b/kipi-plugins/kameraklient/gpmessages.h index ad9e9f69..8653c19e 100644 --- a/kipi-plugins/kameraklient/gpmessages.h +++ b/kipi-plugins/kameraklient/gpmessages.h @@ -26,7 +26,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 132acc83..324cae53 100644 --- a/kipi-plugins/kameraklient/gpstatus.h +++ b/kipi-plugins/kameraklient/gpstatus.h @@ -35,7 +35,7 @@ namespace KIPIKameraKlientPlugin class GPStatus : public TQObject { Q_OBJECT - TQ_OBJECT + friend class GPCamera; public: diff --git a/kipi-plugins/kameraklient/kameraklient.h b/kipi-plugins/kameraklient/kameraklient.h index eeee7840..2943ce17 100644 --- a/kipi-plugins/kameraklient/kameraklient.h +++ b/kipi-plugins/kameraklient/kameraklient.h @@ -32,7 +32,7 @@ class CameraType; class Plugin_KameraKlient : public KIPI::Plugin { Q_OBJECT - TQ_OBJECT + public: Plugin_KameraKlient(TQObject *parent, const char* name, const TQStringList& args); diff --git a/kipi-plugins/kameraklient/savefiledialog.h b/kipi-plugins/kameraklient/savefiledialog.h index eabfefd3..84263d16 100644 --- a/kipi-plugins/kameraklient/savefiledialog.h +++ b/kipi-plugins/kameraklient/savefiledialog.h @@ -28,7 +28,7 @@ namespace KIPIKameraKlientPlugin class SavefileDialog : public TQDialog { Q_OBJECT - TQ_OBJECT + public: enum Operation { Rename, Skip, SkipAll, Overwrite, OverwriteAll, None }; diff --git a/kipi-plugins/kameraklient/setupcamera.h b/kipi-plugins/kameraklient/setupcamera.h index b9d60404..921a827e 100644 --- a/kipi-plugins/kameraklient/setupcamera.h +++ b/kipi-plugins/kameraklient/setupcamera.h @@ -40,7 +40,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 d7840c14..f135a8c3 100644 --- a/kipi-plugins/kameraklient/thumbview.h +++ b/kipi-plugins/kameraklient/thumbview.h @@ -33,7 +33,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 cb68d6d2..71ddc238 100644 --- a/kipi-plugins/metadataedit/commenteditdialog.h +++ b/kipi-plugins/metadataedit/commenteditdialog.h @@ -39,7 +39,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 78ffc372..f451b7b4 100644 --- a/kipi-plugins/metadataedit/commentremovedialog.h +++ b/kipi-plugins/metadataedit/commentremovedialog.h @@ -35,7 +35,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 02ffd780..416c0eee 100644 --- a/kipi-plugins/metadataedit/exifadjust.h +++ b/kipi-plugins/metadataedit/exifadjust.h @@ -36,7 +36,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 04309398..1a71b2f2 100644 --- a/kipi-plugins/metadataedit/exifcaption.h +++ b/kipi-plugins/metadataedit/exifcaption.h @@ -37,7 +37,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 21263c97..76937403 100644 --- a/kipi-plugins/metadataedit/exifdatetime.h +++ b/kipi-plugins/metadataedit/exifdatetime.h @@ -37,7 +37,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 41bfca03..e62375ef 100644 --- a/kipi-plugins/metadataedit/exifdevice.h +++ b/kipi-plugins/metadataedit/exifdevice.h @@ -36,7 +36,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 7fb45cf4..b60aa630 100644 --- a/kipi-plugins/metadataedit/exifeditdialog.h +++ b/kipi-plugins/metadataedit/exifeditdialog.h @@ -45,7 +45,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 b2371b6d..b0dec6cf 100644 --- a/kipi-plugins/metadataedit/exiflens.h +++ b/kipi-plugins/metadataedit/exiflens.h @@ -36,7 +36,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 ce6812c8..91706b9c 100644 --- a/kipi-plugins/metadataedit/exiflight.h +++ b/kipi-plugins/metadataedit/exiflight.h @@ -36,7 +36,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 0a7f6ab3..e9678cca 100644 --- a/kipi-plugins/metadataedit/iptccaption.h +++ b/kipi-plugins/metadataedit/iptccaption.h @@ -36,7 +36,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 85a16aa2..a731878d 100644 --- a/kipi-plugins/metadataedit/iptccategories.h +++ b/kipi-plugins/metadataedit/iptccategories.h @@ -36,7 +36,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 ca359083..50ab38d9 100644 --- a/kipi-plugins/metadataedit/iptccredits.h +++ b/kipi-plugins/metadataedit/iptccredits.h @@ -36,7 +36,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 9c8e5f94..c52a52dc 100644 --- a/kipi-plugins/metadataedit/iptcdatetime.h +++ b/kipi-plugins/metadataedit/iptcdatetime.h @@ -36,7 +36,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 e473a1f0..5b448e2b 100644 --- a/kipi-plugins/metadataedit/iptceditdialog.h +++ b/kipi-plugins/metadataedit/iptceditdialog.h @@ -40,7 +40,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 2f024ed1..ccb6e841 100644 --- a/kipi-plugins/metadataedit/iptckeywords.h +++ b/kipi-plugins/metadataedit/iptckeywords.h @@ -36,7 +36,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 b5799587..c99c42b6 100644 --- a/kipi-plugins/metadataedit/iptcorigin.h +++ b/kipi-plugins/metadataedit/iptcorigin.h @@ -36,7 +36,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 79b77a4f..f1b554c8 100644 --- a/kipi-plugins/metadataedit/iptcstatus.h +++ b/kipi-plugins/metadataedit/iptcstatus.h @@ -36,7 +36,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 5b08a509..5db6afd5 100644 --- a/kipi-plugins/metadataedit/iptcsubjects.h +++ b/kipi-plugins/metadataedit/iptcsubjects.h @@ -36,7 +36,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 56c65ebd..0e5b534a 100644 --- a/kipi-plugins/metadataedit/metadatacheckbox.h +++ b/kipi-plugins/metadataedit/metadatacheckbox.h @@ -36,7 +36,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 fde4da61..c2a1aedb 100644 --- a/kipi-plugins/metadataedit/plugin_metadataedit.h +++ b/kipi-plugins/metadataedit/plugin_metadataedit.h @@ -32,7 +32,7 @@ class KActionMenu; 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 7ed80c26..85f521fc 100644 --- a/kipi-plugins/mpegencoder/checkbinprog.h +++ b/kipi-plugins/mpegencoder/checkbinprog.h @@ -34,7 +34,7 @@ namespace KIPIMPEGEncoderPlugin class CheckBinProg : public TQObject { Q_OBJECT - TQ_OBJECT + public: CheckBinProg(TQObject *parent=0); diff --git a/kipi-plugins/mpegencoder/kimg2mpg.h b/kipi-plugins/mpegencoder/kimg2mpg.h index 7e16e9fa..4402e5c3 100644 --- a/kipi-plugins/mpegencoder/kimg2mpg.h +++ b/kipi-plugins/mpegencoder/kimg2mpg.h @@ -77,7 +77,7 @@ class OptionsDialog; class ListImageItems : public KListBox { Q_OBJECT - TQ_OBJECT + public: ListImageItems(TQWidget *parent=0, const char *name=0); @@ -94,7 +94,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 6a365694..bd184821 100644 --- a/kipi-plugins/mpegencoder/kshowdebuggingoutput.h +++ b/kipi-plugins/mpegencoder/kshowdebuggingoutput.h @@ -41,7 +41,7 @@ namespace KIPIMPEGEncoderPlugin class KShowDebuggingOutput : public KDialog { Q_OBJECT - TQ_OBJECT + public: KShowDebuggingOutput( TQString Messages, TQString Header, TQString Foot, TQWidget* parent ); diff --git a/kipi-plugins/mpegencoder/optionsdialog.h b/kipi-plugins/mpegencoder/optionsdialog.h index 3148d837..48664d15 100644 --- a/kipi-plugins/mpegencoder/optionsdialog.h +++ b/kipi-plugins/mpegencoder/optionsdialog.h @@ -41,7 +41,7 @@ namespace KIPIMPEGEncoderPlugin class OptionsDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: OptionsDialog(TQWidget *parent=0); diff --git a/kipi-plugins/mpegencoder/plugin_mpegencoder.h b/kipi-plugins/mpegencoder/plugin_mpegencoder.h index f0400403..a255702e 100644 --- a/kipi-plugins/mpegencoder/plugin_mpegencoder.h +++ b/kipi-plugins/mpegencoder/plugin_mpegencoder.h @@ -31,7 +31,7 @@ class KAction; 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 86980d69..81377041 100644 --- a/kipi-plugins/picasawebexport/picasaweblogin.h +++ b/kipi-plugins/picasawebexport/picasaweblogin.h @@ -36,7 +36,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 e2ca66a1..d7679390 100644 --- a/kipi-plugins/picasawebexport/picasawebtalker.h +++ b/kipi-plugins/picasawebexport/picasawebtalker.h @@ -54,7 +54,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 3a94d5b6..f7941113 100644 --- a/kipi-plugins/picasawebexport/picasawebwidget.h +++ b/kipi-plugins/picasawebexport/picasawebwidget.h @@ -48,7 +48,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 11d40797..a4f1cef6 100644 --- a/kipi-plugins/picasawebexport/picasawebwindow.h +++ b/kipi-plugins/picasawebexport/picasawebwindow.h @@ -77,7 +77,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 5de3af3d..bf78a8cd 100644 --- a/kipi-plugins/picasawebexport/plugin_picasawebexport.h +++ b/kipi-plugins/picasawebexport/plugin_picasawebexport.h @@ -38,7 +38,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 03aeb5f5..f3c9f132 100644 --- a/kipi-plugins/printwizard/cropframe.h +++ b/kipi-plugins/printwizard/cropframe.h @@ -33,7 +33,7 @@ namespace KIPIPrintWizardPlugin class CropFrame : public TQWidget { Q_OBJECT - TQ_OBJECT + public: CropFrame(TQWidget *parent, const char *name); diff --git a/kipi-plugins/printwizard/frmprintwizard.h b/kipi-plugins/printwizard/frmprintwizard.h index 0c67d973..b555afc7 100644 --- a/kipi-plugins/printwizard/frmprintwizard.h +++ b/kipi-plugins/printwizard/frmprintwizard.h @@ -50,7 +50,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 b3678659..12542099 100644 --- a/kipi-plugins/printwizard/plugin_printwizard.h +++ b/kipi-plugins/printwizard/plugin_printwizard.h @@ -30,7 +30,7 @@ class KAction; 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 2bea35a4..63493ea6 100644 --- a/kipi-plugins/rawconverter/batchdialog.h +++ b/kipi-plugins/rawconverter/batchdialog.h @@ -61,7 +61,7 @@ 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 39d69558..27654156 100644 --- a/kipi-plugins/rawconverter/plugin_rawconverter.h +++ b/kipi-plugins/rawconverter/plugin_rawconverter.h @@ -34,7 +34,7 @@ class KAction; 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 f84ee418..7a3448fb 100644 --- a/kipi-plugins/rawconverter/previewwidget.h +++ b/kipi-plugins/rawconverter/previewwidget.h @@ -42,7 +42,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 94788c44..ed20247d 100644 --- a/kipi-plugins/rawconverter/rawdecodingiface.h +++ b/kipi-plugins/rawconverter/rawdecodingiface.h @@ -57,7 +57,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 17bc42b1..4bea5ad8 100644 --- a/kipi-plugins/rawconverter/savesettingswidget.h +++ b/kipi-plugins/rawconverter/savesettingswidget.h @@ -35,7 +35,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 21d57385..17e9c259 100644 --- a/kipi-plugins/rawconverter/singledialog.h +++ b/kipi-plugins/rawconverter/singledialog.h @@ -55,7 +55,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 eb8a5868..2612963a 100644 --- a/kipi-plugins/sendimages/listimageserrordialog.h +++ b/kipi-plugins/sendimages/listimageserrordialog.h @@ -36,7 +36,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 a8fb237b..b1c6fb8a 100644 --- a/kipi-plugins/sendimages/plugin_sendimages.h +++ b/kipi-plugins/sendimages/plugin_sendimages.h @@ -40,7 +40,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 867b15c0..d8186a3a 100644 --- a/kipi-plugins/sendimages/sendimages.h +++ b/kipi-plugins/sendimages/sendimages.h @@ -53,7 +53,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 8de7ecfe..547309a8 100644 --- a/kipi-plugins/sendimages/sendimagesdialog.h +++ b/kipi-plugins/sendimages/sendimagesdialog.h @@ -65,7 +65,7 @@ namespace KIPISendimagesPlugin class ListImageItems : public KListBox { Q_OBJECT - TQ_OBJECT + public: @@ -85,7 +85,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 da1fd0aa..1c523365 100644 --- a/kipi-plugins/simpleviewerexport/firstrundlg.h +++ b/kipi-plugins/simpleviewerexport/firstrundlg.h @@ -53,7 +53,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 62febd91..3f79d0da 100644 --- a/kipi-plugins/simpleviewerexport/plugin_simpleviewer.h +++ b/kipi-plugins/simpleviewerexport/plugin_simpleviewer.h @@ -33,7 +33,7 @@ class KAction; 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 670cf8dc..e33fe10b 100644 --- a/kipi-plugins/simpleviewerexport/simpleviewerexport.h +++ b/kipi-plugins/simpleviewerexport/simpleviewerexport.h @@ -56,7 +56,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 a258f7fa..d1ec07aa 100644 --- a/kipi-plugins/simpleviewerexport/svedialog.h +++ b/kipi-plugins/simpleviewerexport/svedialog.h @@ -57,7 +57,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 ae536870..cd7ac780 100644 --- a/kipi-plugins/slideshow/imageloadthread.h +++ b/kipi-plugins/slideshow/imageloadthread.h @@ -44,7 +44,7 @@ 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 ce617f25..2103368d 100644 --- a/kipi-plugins/slideshow/listimageitems.h +++ b/kipi-plugins/slideshow/listimageitems.h @@ -64,7 +64,7 @@ private: class ListImageItems : public KListBox { Q_OBJECT - TQ_OBJECT + public: diff --git a/kipi-plugins/slideshow/plugin_slideshow.h b/kipi-plugins/slideshow/plugin_slideshow.h index 798fe23c..b578716b 100644 --- a/kipi-plugins/slideshow/plugin_slideshow.h +++ b/kipi-plugins/slideshow/plugin_slideshow.h @@ -38,7 +38,7 @@ class KAction; 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 7002e09f..c776d4e1 100644 --- a/kipi-plugins/slideshow/slideshow.h +++ b/kipi-plugins/slideshow/slideshow.h @@ -69,7 +69,7 @@ class SlideShow : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/kipi-plugins/slideshow/slideshowconfig.h b/kipi-plugins/slideshow/slideshowconfig.h index 34f42012..af67034d 100644 --- a/kipi-plugins/slideshow/slideshowconfig.h +++ b/kipi-plugins/slideshow/slideshowconfig.h @@ -50,7 +50,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 2d1d1f04..dd8163d0 100644 --- a/kipi-plugins/slideshow/slideshowgl.h +++ b/kipi-plugins/slideshow/slideshowgl.h @@ -47,7 +47,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 b31daca7..756e7c5e 100644 --- a/kipi-plugins/slideshow/slideshowkb.h +++ b/kipi-plugins/slideshow/slideshowkb.h @@ -108,7 +108,7 @@ namespace KIPISlideShowPlugin { Q_OBJECT - TQ_OBJECT + public: diff --git a/kipi-plugins/slideshow/toolbar.h b/kipi-plugins/slideshow/toolbar.h index d3b248f2..f1a4f926 100644 --- a/kipi-plugins/slideshow/toolbar.h +++ b/kipi-plugins/slideshow/toolbar.h @@ -36,7 +36,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 a5945aca..e61f6929 100644 --- a/kipi-plugins/sync/galleryconfig.h +++ b/kipi-plugins/sync/galleryconfig.h @@ -32,7 +32,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 3ed81111..3d7edd44 100644 --- a/kipi-plugins/sync/gallerywidget.h +++ b/kipi-plugins/sync/gallerywidget.h @@ -33,7 +33,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 87c7d524..5e075e76 100644 --- a/kipi-plugins/sync/gallerywindow.h +++ b/kipi-plugins/sync/gallerywindow.h @@ -53,7 +53,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 e77a4c6a..0c142006 100644 --- a/kipi-plugins/sync/libkipi2/interface.h +++ b/kipi-plugins/sync/libkipi2/interface.h @@ -27,7 +27,7 @@ namespace KIPI2 class Interface : public TQObject { Q_OBJECT - TQ_OBJECT + public: virtual const CollectionList* getCollections() = 0; diff --git a/kipi-plugins/sync/plugin_sync.h b/kipi-plugins/sync/plugin_sync.h index 4e98274d..b63e1394 100644 --- a/kipi-plugins/sync/plugin_sync.h +++ b/kipi-plugins/sync/plugin_sync.h @@ -35,7 +35,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 c7171fd3..a5d85b25 100644 --- a/kipi-plugins/sync/sinklist.h +++ b/kipi-plugins/sync/sinklist.h @@ -31,7 +31,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 d23bd4a3..0023bf15 100644 --- a/kipi-plugins/timeadjust/plugin_timeadjust.h +++ b/kipi-plugins/timeadjust/plugin_timeadjust.h @@ -33,7 +33,7 @@ class KAction; 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 810f2ef4..94aacce5 100644 --- a/kipi-plugins/timeadjust/timeadjustdialog.h +++ b/kipi-plugins/timeadjust/timeadjustdialog.h @@ -46,7 +46,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 6dc7909b..72c72e38 100644 --- a/kipi-plugins/wallpaper/plugin_wallpaper.h +++ b/kipi-plugins/wallpaper/plugin_wallpaper.h @@ -41,7 +41,7 @@ class Plugin_WallPaper : public KIPI::Plugin { Q_OBJECT - TQ_OBJECT + public: |
