diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:06:08 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-21 10:15:01 +0900 |
commit | 9b03504064870b54af92214941ed5372f847b135 (patch) | |
tree | 2feef14e40204f65198169e485db5c1591aa1891 /kstars | |
parent | 04fdca4209e8f7d759d5db4b7ff9dcdead088e08 (diff) | |
download | tdeedu-9b03504064870b54af92214941ed5372f847b135.tar.gz tdeedu-9b03504064870b54af92214941ed5372f847b135.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f9eac0ec4d7dbbc84f43db3d5a80cc932d5754b8)
Diffstat (limited to 'kstars')
77 files changed, 88 insertions, 88 deletions
diff --git a/kstars/kstars/addcatdialog.h b/kstars/kstars/addcatdialog.h index 9cb931b1..385c2fe3 100644 --- a/kstars/kstars/addcatdialog.h +++ b/kstars/kstars/addcatdialog.h @@ -35,7 +35,7 @@ */ class AddCatDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: /**Default constructor diff --git a/kstars/kstars/addlinkdialog.h b/kstars/kstars/addlinkdialog.h index 64722467..dddad8f5 100644 --- a/kstars/kstars/addlinkdialog.h +++ b/kstars/kstars/addlinkdialog.h @@ -35,7 +35,7 @@ class SkyMap; */ class AddLinkDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: /**Constructor. */ diff --git a/kstars/kstars/ccdpreviewwg.h b/kstars/kstars/ccdpreviewwg.h index 17315e4a..7c785f39 100644 --- a/kstars/kstars/ccdpreviewwg.h +++ b/kstars/kstars/ccdpreviewwg.h @@ -30,7 +30,7 @@ enum Pixelorder {PIXELORDER_NORMAL=1, PIXELORDER_DUAL=2}; class CCDPreviewWG : public CCDPreviewForm { - Q_OBJECT + TQ_OBJECT public: @@ -73,7 +73,7 @@ enum Pixelorder {PIXELORDER_NORMAL=1, PIXELORDER_DUAL=2}; class CCDVideoWG : public TQFrame { - Q_OBJECT + TQ_OBJECT public: diff --git a/kstars/kstars/conbridlg.h b/kstars/kstars/conbridlg.h index 03c704ca..046293ef 100644 --- a/kstars/kstars/conbridlg.h +++ b/kstars/kstars/conbridlg.h @@ -28,7 +28,7 @@ class ContrastBrightnessDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: ContrastBrightnessDlg(TQWidget *parent=0); diff --git a/kstars/kstars/detaildialog.h b/kstars/kstars/detaildialog.h index 734ccf7d..6a22ca1a 100644 --- a/kstars/kstars/detaildialog.h +++ b/kstars/kstars/detaildialog.h @@ -55,7 +55,7 @@ struct ADVTreeData *@version 1.0 */ class LogEdit : public KTextEdit { - Q_OBJECT + TQ_OBJECT public: LogEdit( TQWidget *parent=0, const char *name=0 ); @@ -73,7 +73,7 @@ protected: *@version 1.0 */ class ClickLabel : public TQLabel { - Q_OBJECT + TQ_OBJECT public: ClickLabel( TQWidget *parent=0, const char *name=0 ); @@ -105,7 +105,7 @@ protected: */ class DetailDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: /**Constructor diff --git a/kstars/kstars/devicemanager.h b/kstars/kstars/devicemanager.h index 05337aa2..4eea0a29 100644 --- a/kstars/kstars/devicemanager.h +++ b/kstars/kstars/devicemanager.h @@ -25,7 +25,7 @@ // INDI device manager class DeviceManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: DeviceManager(INDIMenu *INDIparent, int inID); diff --git a/kstars/kstars/dmsbox.h b/kstars/kstars/dmsbox.h index 6932ff8d..8b5ccb7d 100644 --- a/kstars/kstars/dmsbox.h +++ b/kstars/kstars/dmsbox.h @@ -41,7 +41,7 @@ */ class dmsBox : public KLineEdit { -Q_OBJECT +TQ_OBJECT TQ_PROPERTY (bool degType READ degType WRITE setDegType) diff --git a/kstars/kstars/draglistbox.h b/kstars/kstars/draglistbox.h index 2327c21c..ffafdac8 100644 --- a/kstars/kstars/draglistbox.h +++ b/kstars/kstars/draglistbox.h @@ -31,7 +31,7 @@ class TQDragDropEvent; */ class DragListBox : public TDEListBox { - Q_OBJECT + TQ_OBJECT public: /**@short Default constructor diff --git a/kstars/kstars/finddialog.h b/kstars/kstars/finddialog.h index 589a6398..b7711209 100644 --- a/kstars/kstars/finddialog.h +++ b/kstars/kstars/finddialog.h @@ -45,7 +45,7 @@ class SkyObjectNameListItem; */ class FindDialog : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: diff --git a/kstars/kstars/fitshistogram.h b/kstars/kstars/fitshistogram.h index f16d3c86..9952ebb9 100644 --- a/kstars/kstars/fitshistogram.h +++ b/kstars/kstars/fitshistogram.h @@ -28,7 +28,7 @@ class FITSHistogram : public histDialog { - Q_OBJECT + TQ_OBJECT public: diff --git a/kstars/kstars/fitsimage.h b/kstars/kstars/fitsimage.h index 514fc5dc..78a8db8c 100644 --- a/kstars/kstars/fitsimage.h +++ b/kstars/kstars/fitsimage.h @@ -43,7 +43,7 @@ class FITSViewer; class FITSFrame; class FITSImage : public TQScrollView { - Q_OBJECT + TQ_OBJECT public: @@ -108,7 +108,7 @@ class FITSImage : public TQScrollView { class FITSFrame : public TQFrame { - Q_OBJECT + TQ_OBJECT public: diff --git a/kstars/kstars/fitsviewer.h b/kstars/kstars/fitsviewer.h index a951d01c..5e2abd2f 100644 --- a/kstars/kstars/fitsviewer.h +++ b/kstars/kstars/fitsviewer.h @@ -46,7 +46,7 @@ class FITSImage; class FITSHistogram; class FITSViewer : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT public: diff --git a/kstars/kstars/focusdialog.h b/kstars/kstars/focusdialog.h index c2d03de0..e02ecb0a 100644 --- a/kstars/kstars/focusdialog.h +++ b/kstars/kstars/focusdialog.h @@ -34,7 +34,7 @@ class FocusDialogDlg; */ class FocusDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: /**Constructor. */ diff --git a/kstars/kstars/fovdialog.h b/kstars/kstars/fovdialog.h index ce25d7e7..62ad30c3 100644 --- a/kstars/kstars/fovdialog.h +++ b/kstars/kstars/fovdialog.h @@ -33,7 +33,7 @@ class NewFOVUI; class FOVDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: FOVDialog( TQWidget *parent=0 ); @@ -63,7 +63,7 @@ private: */ class NewFOV : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: NewFOV( TQWidget *parent=0 ); diff --git a/kstars/kstars/imagereductiondlg.h b/kstars/kstars/imagereductiondlg.h index 8461d90f..1a5594bc 100644 --- a/kstars/kstars/imagereductiondlg.h +++ b/kstars/kstars/imagereductiondlg.h @@ -22,7 +22,7 @@ class ImageReductionDlg : public imageReductionUI { - Q_OBJECT + TQ_OBJECT public: diff --git a/kstars/kstars/imagesequence.h b/kstars/kstars/imagesequence.h index 2622bbfb..870bde3f 100644 --- a/kstars/kstars/imagesequence.h +++ b/kstars/kstars/imagesequence.h @@ -20,7 +20,7 @@ class INDIStdDevice; class imagesequence : public imgSequenceDlg { - Q_OBJECT + TQ_OBJECT public: diff --git a/kstars/kstars/imageviewer.h b/kstars/kstars/imageviewer.h index 36aacb42..e7071f1f 100644 --- a/kstars/kstars/imageviewer.h +++ b/kstars/kstars/imageviewer.h @@ -46,7 +46,7 @@ class KURL; class TQFile; class ImageViewer : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT public: diff --git a/kstars/kstars/indidevice.h b/kstars/kstars/indidevice.h index 366e7b3a..13013845 100644 --- a/kstars/kstars/indidevice.h +++ b/kstars/kstars/indidevice.h @@ -69,7 +69,7 @@ class TQVBox; /* INDI device */ class INDI_D : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: INDI_D(INDIMenu *parentMenu, DeviceManager *parentManager, TQString inName, TQString inLabel); diff --git a/kstars/kstars/indidriver.h b/kstars/kstars/indidriver.h index 617d89de..fe7eaf18 100644 --- a/kstars/kstars/indidriver.h +++ b/kstars/kstars/indidriver.h @@ -42,7 +42,7 @@ struct INDIHostsInfo class IDevice : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -79,7 +79,7 @@ class IDevice : public TQObject class INDIDriver : public devManager { - Q_OBJECT + TQ_OBJECT public: diff --git a/kstars/kstars/indielement.h b/kstars/kstars/indielement.h index c7ae6dd4..4ac3239f 100644 --- a/kstars/kstars/indielement.h +++ b/kstars/kstars/indielement.h @@ -88,7 +88,7 @@ XMLEle * findEle (XMLEle *ep , INDI_P *pp, const char *child, char errmsg /* INDI Element */ class INDI_E : public TQObject { - Q_OBJECT + TQ_OBJECT public: INDI_E(INDI_P *parentProperty, TQString inName, TQString inLabel); diff --git a/kstars/kstars/indifitsconf.h b/kstars/kstars/indifitsconf.h index 90687f3c..5344e223 100644 --- a/kstars/kstars/indifitsconf.h +++ b/kstars/kstars/indifitsconf.h @@ -14,7 +14,7 @@ class INDIFITSConf : public INDIConf { - Q_OBJECT + TQ_OBJECT public: diff --git a/kstars/kstars/indimenu.h b/kstars/kstars/indimenu.h index 3ff8f4fc..45c3d552 100644 --- a/kstars/kstars/indimenu.h +++ b/kstars/kstars/indimenu.h @@ -47,7 +47,7 @@ class DeviceManager; class INDIMenu : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: INDIMenu(TQWidget * parent = 0 , const char *name = 0); diff --git a/kstars/kstars/indiproperty.h b/kstars/kstars/indiproperty.h index c655903a..96df51cf 100644 --- a/kstars/kstars/indiproperty.h +++ b/kstars/kstars/indiproperty.h @@ -33,7 +33,7 @@ class TQButtonGroup; /* INDI property */ class INDI_P : public TQObject { - Q_OBJECT + TQ_OBJECT public: INDI_P(INDI_G *parentGroup, TQString inName); diff --git a/kstars/kstars/indistd.h b/kstars/kstars/indistd.h index a23178ab..3de233ba 100644 --- a/kstars/kstars/indistd.h +++ b/kstars/kstars/indistd.h @@ -32,7 +32,7 @@ /* This class implmements standard properties on the device level*/ class INDIStdDevice : public TQObject { - Q_OBJECT + TQ_OBJECT public: INDIStdDevice(INDI_D *associatedDevice, KStars * kswPtr); @@ -97,7 +97,7 @@ /* This class implmements standard properties */ class INDIStdProperty : public TQObject { - Q_OBJECT + TQ_OBJECT public: INDIStdProperty(INDI_P *associatedProperty, KStars * kswPtr, INDIStdDevice *stdDevPtr); diff --git a/kstars/kstars/infobox.h b/kstars/kstars/infobox.h index f7269e49..2c255543 100644 --- a/kstars/kstars/infobox.h +++ b/kstars/kstars/infobox.h @@ -36,7 +36,7 @@ class TQPainter; class InfoBox : public TQObject { - Q_OBJECT + TQ_OBJECT public: /**default constructor. Creates an infobox with empty text string diff --git a/kstars/kstars/infoboxes.h b/kstars/kstars/infoboxes.h index e8ba6d18..84552cb0 100644 --- a/kstars/kstars/infoboxes.h +++ b/kstars/kstars/infoboxes.h @@ -44,7 +44,7 @@ class InfoBox; class KStarsDateTime; class InfoBoxes : public TQObject { -Q_OBJECT +TQ_OBJECT public: /**Constructor. Create three infoboxes and place them in the skymap. diff --git a/kstars/kstars/ksfilereader.h b/kstars/kstars/ksfilereader.h index c062cdab..91da9b75 100644 --- a/kstars/kstars/ksfilereader.h +++ b/kstars/kstars/ksfilereader.h @@ -33,7 +33,7 @@ class TQFile; class TQString; class KSFileReader : public TQObject { - Q_OBJECT + TQ_OBJECT public: /**Constructor. Read an entire file into a TQStringList object. diff --git a/kstars/kstars/ksnewstuff.h b/kstars/kstars/ksnewstuff.h index 69e8fbc4..7f4a35b0 100644 --- a/kstars/kstars/ksnewstuff.h +++ b/kstars/kstars/ksnewstuff.h @@ -43,7 +43,7 @@ class KStars; class KSNewStuff : public TQObject, public TDENewStuff { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kstars/kstars/kspopupmenu.h b/kstars/kstars/kspopupmenu.h index a96b4118..3bf65828 100644 --- a/kstars/kstars/kspopupmenu.h +++ b/kstars/kstars/kspopupmenu.h @@ -38,7 +38,7 @@ class TQLabel; class KSPopupMenu : public TDEPopupMenu { -Q_OBJECT +TQ_OBJECT public: /**Default constructor*/ diff --git a/kstars/kstars/kstars.h b/kstars/kstars/kstars.h index 51b55cf1..021ac979 100644 --- a/kstars/kstars/kstars.h +++ b/kstars/kstars/kstars.h @@ -67,7 +67,7 @@ class imagesequence; class KStars : public TDEMainWindow, virtual public KStarsInterface { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kstars/kstars/kstarsdata.h b/kstars/kstars/kstarsdata.h index 3007ed58..390a68eb 100644 --- a/kstars/kstars/kstarsdata.h +++ b/kstars/kstars/kstarsdata.h @@ -88,7 +88,7 @@ class CustomCatalog; class KStarsData : public TQObject { - Q_OBJECT + TQ_OBJECT public: //Friend classes can see the private data. diff --git a/kstars/kstars/kstarssplash.h b/kstars/kstars/kstarssplash.h index 66b327d6..996606d0 100644 --- a/kstars/kstars/kstarssplash.h +++ b/kstars/kstars/kstarssplash.h @@ -32,7 +32,7 @@ class TQLabel; class KStarsSplash : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kstars/kstars/kswizard.h b/kstars/kstars/kswizard.h index 6cc832d6..061af9f3 100644 --- a/kstars/kstars/kswizard.h +++ b/kstars/kstars/kswizard.h @@ -38,7 +38,7 @@ class GeoLocation; class KSWizard : public KSWizardUI { -Q_OBJECT +TQ_OBJECT public: /** diff --git a/kstars/kstars/locationdialog.h b/kstars/kstars/locationdialog.h index b4756898..590948fb 100644 --- a/kstars/kstars/locationdialog.h +++ b/kstars/kstars/locationdialog.h @@ -57,7 +57,7 @@ class MapCanvas; class dmsBox; class LocationDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kstars/kstars/mapcanvas.h b/kstars/kstars/mapcanvas.h index 60742d62..8900e4eb 100644 --- a/kstars/kstars/mapcanvas.h +++ b/kstars/kstars/mapcanvas.h @@ -37,7 +37,7 @@ class TQPixmap; class MapCanvas : public TQWidget { - Q_OBJECT + TQ_OBJECT public: /**Default constructor. Initialize the widget: create pixmaps, load the diff --git a/kstars/kstars/opsadvanced.h b/kstars/kstars/opsadvanced.h index ed107ea8..cb337dac 100644 --- a/kstars/kstars/opsadvanced.h +++ b/kstars/kstars/opsadvanced.h @@ -35,7 +35,7 @@ class KStars; class OpsAdvanced : public OpsAdvancedUI { - Q_OBJECT + TQ_OBJECT public: diff --git a/kstars/kstars/opscatalog.h b/kstars/kstars/opscatalog.h index 1f31be9d..2cb1f852 100644 --- a/kstars/kstars/opscatalog.h +++ b/kstars/kstars/opscatalog.h @@ -38,7 +38,7 @@ class TQCheckListItem; class OpsCatalog : public OpsCatalogUI { - Q_OBJECT + TQ_OBJECT public: diff --git a/kstars/kstars/opscolors.h b/kstars/kstars/opscolors.h index 87f36997..ef9aed5d 100644 --- a/kstars/kstars/opscolors.h +++ b/kstars/kstars/opscolors.h @@ -40,7 +40,7 @@ class KStars; class OpsColors : public OpsColorsUI { - Q_OBJECT + TQ_OBJECT public: diff --git a/kstars/kstars/opsguides.h b/kstars/kstars/opsguides.h index 3658d3be..b7a6b9e2 100644 --- a/kstars/kstars/opsguides.h +++ b/kstars/kstars/opsguides.h @@ -21,7 +21,7 @@ class OpsGuides : public OpsGuidesUI { - Q_OBJECT + TQ_OBJECT public: diff --git a/kstars/kstars/opssolarsystem.h b/kstars/kstars/opssolarsystem.h index 97fbb87c..5fd964d3 100644 --- a/kstars/kstars/opssolarsystem.h +++ b/kstars/kstars/opssolarsystem.h @@ -31,7 +31,7 @@ class KStars; */ class OpsSolarSystem : public OpsSolarSystemUI { - Q_OBJECT + TQ_OBJECT public: diff --git a/kstars/kstars/planetcatalog.h b/kstars/kstars/planetcatalog.h index 0a7f4556..c6337b2a 100644 --- a/kstars/kstars/planetcatalog.h +++ b/kstars/kstars/planetcatalog.h @@ -47,7 +47,7 @@ class ObjectNameList; class dms; class PlanetCatalog : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kstars/kstars/simclock.h b/kstars/kstars/simclock.h index 51ac4576..5a81f008 100644 --- a/kstars/kstars/simclock.h +++ b/kstars/kstars/simclock.h @@ -31,7 +31,7 @@ */ class SimClock : public TQObject, public SimClockInterface { - Q_OBJECT + TQ_OBJECT public: diff --git a/kstars/kstars/skymap.h b/kstars/kstars/skymap.h index 3f199d7a..9e49a23e 100644 --- a/kstars/kstars/skymap.h +++ b/kstars/kstars/skymap.h @@ -57,7 +57,7 @@ class DeepSkyObject; */ class SkyMap : public TQWidget { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kstars/kstars/stardatasink.h b/kstars/kstars/stardatasink.h index 61ec9ce5..59efb9eb 100644 --- a/kstars/kstars/stardatasink.h +++ b/kstars/kstars/stardatasink.h @@ -37,7 +37,7 @@ class StarDataSink : public TQObject, public TQDataSink { /** *class needs signals */ - Q_OBJECT + TQ_OBJECT public: diff --git a/kstars/kstars/streamwg.h b/kstars/kstars/streamwg.h index 8d0f684c..1e1ca1c2 100644 --- a/kstars/kstars/streamwg.h +++ b/kstars/kstars/streamwg.h @@ -28,7 +28,7 @@ class StreamWG : public streamForm { - Q_OBJECT + TQ_OBJECT public: @@ -66,7 +66,7 @@ class VideoWG : public TQFrame { - Q_OBJECT + TQ_OBJECT public: diff --git a/kstars/kstars/telescopeprop.h b/kstars/kstars/telescopeprop.h index 1e7ae171..58100cc3 100644 --- a/kstars/kstars/telescopeprop.h +++ b/kstars/kstars/telescopeprop.h @@ -25,7 +25,7 @@ class INDIDriver; class telescopeProp : public scopeProp { - Q_OBJECT + TQ_OBJECT public: diff --git a/kstars/kstars/telescopewizardprocess.h b/kstars/kstars/telescopewizardprocess.h index 232cd29b..04c24054 100644 --- a/kstars/kstars/telescopewizardprocess.h +++ b/kstars/kstars/telescopewizardprocess.h @@ -25,7 +25,7 @@ class KProgressDialog; class telescopeWizardProcess : public telescopeWizard { -Q_OBJECT +TQ_OBJECT public: diff --git a/kstars/kstars/thumbnaileditor.h b/kstars/kstars/thumbnaileditor.h index 4a4484d9..4e82cb72 100644 --- a/kstars/kstars/thumbnaileditor.h +++ b/kstars/kstars/thumbnaileditor.h @@ -27,7 +27,7 @@ class TQPoint; class ThumbImage : public TQLabel { -Q_OBJECT +TQ_OBJECT public: ThumbImage( TQWidget *parent, const char *name = 0 ); @@ -62,7 +62,7 @@ private: class ThumbnailEditor : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: ThumbnailEditor( TQWidget *parent, const char *name=0 ); diff --git a/kstars/kstars/thumbnailpicker.h b/kstars/kstars/thumbnailpicker.h index 9f060ade..4396e189 100644 --- a/kstars/kstars/thumbnailpicker.h +++ b/kstars/kstars/thumbnailpicker.h @@ -36,7 +36,7 @@ class SkyObject; class ThumbnailPicker : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: ThumbnailPicker( SkyObject *o, const TQPixmap ¤t, TQWidget *parent=0, const char *name=0 ); diff --git a/kstars/kstars/timedialog.h b/kstars/kstars/timedialog.h index f1657c94..18d0558b 100644 --- a/kstars/kstars/timedialog.h +++ b/kstars/kstars/timedialog.h @@ -42,7 +42,7 @@ class KStars; */ class TimeDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kstars/kstars/timespinbox.h b/kstars/kstars/timespinbox.h index bfba1ee5..137b2bad 100644 --- a/kstars/kstars/timespinbox.h +++ b/kstars/kstars/timespinbox.h @@ -29,7 +29,7 @@ */ class TimeSpinBox : public TQSpinBox { -Q_OBJECT +TQ_OBJECT public: /**Constructor */ diff --git a/kstars/kstars/timestepbox.h b/kstars/kstars/timestepbox.h index c05ec1d3..e8a1c6ba 100644 --- a/kstars/kstars/timestepbox.h +++ b/kstars/kstars/timestepbox.h @@ -34,7 +34,7 @@ */ class TimeStepBox : public TQFrame { -Q_OBJECT +TQ_OBJECT public: /**Constructor. */ diff --git a/kstars/kstars/timeunitbox.h b/kstars/kstars/timeunitbox.h index d93ec215..ae57e2b0 100644 --- a/kstars/kstars/timeunitbox.h +++ b/kstars/kstars/timeunitbox.h @@ -44,7 +44,7 @@ class TQPushButton; class TimeUnitBox : public TQVBox { - Q_OBJECT + TQ_OBJECT public: /**Constructor*/ diff --git a/kstars/kstars/toggleaction.h b/kstars/kstars/toggleaction.h index 5c62909d..b4ee9441 100644 --- a/kstars/kstars/toggleaction.h +++ b/kstars/kstars/toggleaction.h @@ -30,7 +30,7 @@ #include <tdeaction.h> class ToggleAction : public TDEAction { - Q_OBJECT + TQ_OBJECT public: diff --git a/kstars/kstars/tools/altvstime.h b/kstars/kstars/tools/altvstime.h index f68d1612..952d9bea 100644 --- a/kstars/kstars/tools/altvstime.h +++ b/kstars/kstars/tools/altvstime.h @@ -47,7 +47,7 @@ class AltVsTimeUI; */ class AVTPlotWidget : public KStarsPlotWidget { - Q_OBJECT + TQ_OBJECT public: /**Constructor @@ -93,7 +93,7 @@ private: class AltVsTime : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kstars/kstars/tools/astrocalc.h b/kstars/kstars/tools/astrocalc.h index 6d56bdd7..ebb70d4c 100644 --- a/kstars/kstars/tools/astrocalc.h +++ b/kstars/kstars/tools/astrocalc.h @@ -56,7 +56,7 @@ class modCalcVlsr; class AstroCalc : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: /** construtor */ diff --git a/kstars/kstars/tools/jmoontool.h b/kstars/kstars/tools/jmoontool.h index e7a7e0b6..0b3d9f29 100644 --- a/kstars/kstars/tools/jmoontool.h +++ b/kstars/kstars/tools/jmoontool.h @@ -29,7 +29,7 @@ class KStars; */ class JMoonTool : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: JMoonTool(TQWidget *parent = 0, const char *name = 0); diff --git a/kstars/kstars/tools/kstarsplotwidget.h b/kstars/kstars/tools/kstarsplotwidget.h index 03339f93..29ce890e 100644 --- a/kstars/kstars/tools/kstarsplotwidget.h +++ b/kstars/kstars/tools/kstarsplotwidget.h @@ -37,7 +37,7 @@ class TQPixmap; */ class KStarsPlotWidget : public KPlotWidget { - Q_OBJECT + TQ_OBJECT public: /**Constructor diff --git a/kstars/kstars/tools/lcgenerator.h b/kstars/kstars/tools/lcgenerator.h index c0faacbe..f74d46b0 100644 --- a/kstars/kstars/tools/lcgenerator.h +++ b/kstars/kstars/tools/lcgenerator.h @@ -53,7 +53,7 @@ struct VariableStarInfo class LCGenerator : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: diff --git a/kstars/kstars/tools/modcalcangdist.h b/kstars/kstars/tools/modcalcangdist.h index 0d938b58..af66f566 100644 --- a/kstars/kstars/tools/modcalcangdist.h +++ b/kstars/kstars/tools/modcalcangdist.h @@ -33,7 +33,7 @@ class TQTextStream; class modCalcAngDist : public modCalcAngDistDlg { -Q_OBJECT +TQ_OBJECT public: /**Constructor. */ diff --git a/kstars/kstars/tools/modcalcapcoord.h b/kstars/kstars/tools/modcalcapcoord.h index f99bc418..06c5fec1 100644 --- a/kstars/kstars/tools/modcalcapcoord.h +++ b/kstars/kstars/tools/modcalcapcoord.h @@ -35,7 +35,7 @@ class TQTextStream; class modCalcApCoord : public modCalcApCoordDlg { -Q_OBJECT +TQ_OBJECT public: /**Constructor. */ diff --git a/kstars/kstars/tools/modcalcazel.h b/kstars/kstars/tools/modcalcazel.h index c6b0ad25..022dae12 100644 --- a/kstars/kstars/tools/modcalcazel.h +++ b/kstars/kstars/tools/modcalcazel.h @@ -34,7 +34,7 @@ class dms; class modCalcAzel : public modCalcAzelDlg { -Q_OBJECT +TQ_OBJECT public: diff --git a/kstars/kstars/tools/modcalcdaylength.h b/kstars/kstars/tools/modcalcdaylength.h index 268491db..db9055c4 100644 --- a/kstars/kstars/tools/modcalcdaylength.h +++ b/kstars/kstars/tools/modcalcdaylength.h @@ -29,7 +29,7 @@ class KStarsDateTime; class GeoLocation; class modCalcDayLength : public modCalcDayLengthDlg { -Q_OBJECT +TQ_OBJECT public: /**Constructor. */ diff --git a/kstars/kstars/tools/modcalceclipticcoords.h b/kstars/kstars/tools/modcalceclipticcoords.h index b8a4cf65..c6c40277 100644 --- a/kstars/kstars/tools/modcalceclipticcoords.h +++ b/kstars/kstars/tools/modcalceclipticcoords.h @@ -33,7 +33,7 @@ class TQString; class modCalcEclCoords : public modCalcEclCoordsDlg { -Q_OBJECT +TQ_OBJECT public: diff --git a/kstars/kstars/tools/modcalcequinox.h b/kstars/kstars/tools/modcalcequinox.h index 03fdf30d..35220ed1 100644 --- a/kstars/kstars/tools/modcalcequinox.h +++ b/kstars/kstars/tools/modcalcequinox.h @@ -31,7 +31,7 @@ class TQTextStream; class modCalcEquinox : public modCalcEquinoxDlg { -Q_OBJECT +TQ_OBJECT public: diff --git a/kstars/kstars/tools/modcalcgalcoord.h b/kstars/kstars/tools/modcalcgalcoord.h index 93793d83..2dad8602 100644 --- a/kstars/kstars/tools/modcalcgalcoord.h +++ b/kstars/kstars/tools/modcalcgalcoord.h @@ -32,7 +32,7 @@ class modCalcGalCoord : public modCalcGalCoordDlg { -Q_OBJECT +TQ_OBJECT public: diff --git a/kstars/kstars/tools/modcalcgeodcoord.h b/kstars/kstars/tools/modcalcgeodcoord.h index b8bd7927..93b4a416 100644 --- a/kstars/kstars/tools/modcalcgeodcoord.h +++ b/kstars/kstars/tools/modcalcgeodcoord.h @@ -37,7 +37,7 @@ class GeoLocation; class modCalcGeodCoord : public modCalcGeodCoordDlg { - Q_OBJECT + TQ_OBJECT public: diff --git a/kstars/kstars/tools/modcalcjd.h b/kstars/kstars/tools/modcalcjd.h index 3fb80ccb..5522d784 100644 --- a/kstars/kstars/tools/modcalcjd.h +++ b/kstars/kstars/tools/modcalcjd.h @@ -38,7 +38,7 @@ class KStarsDateTime; class modCalcJD : public modCalcJdDlg { -Q_OBJECT +TQ_OBJECT public: modCalcJD(TQWidget *p, const char *n); diff --git a/kstars/kstars/tools/modcalcplanets.h b/kstars/kstars/tools/modcalcplanets.h index 0eaf8776..8b3621b8 100644 --- a/kstars/kstars/tools/modcalcplanets.h +++ b/kstars/kstars/tools/modcalcplanets.h @@ -37,7 +37,7 @@ class KSPluto; class modCalcPlanets : public modCalcPlanetsDlg { -Q_OBJECT +TQ_OBJECT public: diff --git a/kstars/kstars/tools/modcalcprec.h b/kstars/kstars/tools/modcalcprec.h index 7447871a..21a42c24 100644 --- a/kstars/kstars/tools/modcalcprec.h +++ b/kstars/kstars/tools/modcalcprec.h @@ -37,7 +37,7 @@ class SkyPoint; class modCalcPrec : public modCalcPrecDlg { -Q_OBJECT +TQ_OBJECT public: modCalcPrec(TQWidget *p, const char *n); diff --git a/kstars/kstars/tools/modcalcsidtime.h b/kstars/kstars/tools/modcalcsidtime.h index 83740efa..e0b4b356 100644 --- a/kstars/kstars/tools/modcalcsidtime.h +++ b/kstars/kstars/tools/modcalcsidtime.h @@ -36,7 +36,7 @@ class ExtDate; class modCalcSidTime : public modCalcSidTimeDlg { -Q_OBJECT +TQ_OBJECT public: diff --git a/kstars/kstars/tools/modcalcvlsr.h b/kstars/kstars/tools/modcalcvlsr.h index 182fc690..de6d739a 100644 --- a/kstars/kstars/tools/modcalcvlsr.h +++ b/kstars/kstars/tools/modcalcvlsr.h @@ -37,7 +37,7 @@ class dms; class modCalcVlsr : public modCalcVlsrDlg { -Q_OBJECT +TQ_OBJECT public: diff --git a/kstars/kstars/tools/observinglist.h b/kstars/kstars/tools/observinglist.h index 62f5d27e..719c4850 100644 --- a/kstars/kstars/tools/observinglist.h +++ b/kstars/kstars/tools/observinglist.h @@ -57,7 +57,7 @@ class TQStringList; class ObservingList : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kstars/kstars/tools/obslistwizard.h b/kstars/kstars/tools/obslistwizard.h index c4552f2c..ca6ca609 100644 --- a/kstars/kstars/tools/obslistwizard.h +++ b/kstars/kstars/tools/obslistwizard.h @@ -30,7 +30,7 @@ class TQListViewItem; class ObsListWizard : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: /**@short Constructor diff --git a/kstars/kstars/tools/planetviewer.h b/kstars/kstars/tools/planetviewer.h index a4be70f8..315621e0 100644 --- a/kstars/kstars/tools/planetviewer.h +++ b/kstars/kstars/tools/planetviewer.h @@ -33,7 +33,7 @@ */ class PlanetViewer : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: PlanetViewer(TQWidget *parent = 0, const char *name = 0); @@ -77,7 +77,7 @@ private: class PVPlotWidget : public KStarsPlotWidget { -Q_OBJECT +TQ_OBJECT public: PVPlotWidget( double x1, double x2, double y1, double y2, diff --git a/kstars/kstars/tools/scriptbuilder.h b/kstars/kstars/tools/scriptbuilder.h index d491ffb1..3ae58b86 100644 --- a/kstars/kstars/tools/scriptbuilder.h +++ b/kstars/kstars/tools/scriptbuilder.h @@ -67,7 +67,7 @@ class ArgSetFilterNumINDI; */ class ScriptBuilder : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: ScriptBuilder( TQWidget *parent, const char *name=0 ); diff --git a/kstars/kstars/tools/wutdialog.h b/kstars/kstars/tools/wutdialog.h index 1806b7f0..04e44c7e 100644 --- a/kstars/kstars/tools/wutdialog.h +++ b/kstars/kstars/tools/wutdialog.h @@ -40,7 +40,7 @@ class TQFrame; */ class WUTDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: |