diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:07:00 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:07:00 -0600 |
commit | 1a7e498bdb3f755b79c06cb87fe4fad2cf8e7bf3 (patch) | |
tree | 7aca707994f0758ad30d3bcc0041d5b246f2269e /kstars | |
parent | 84ab9f7387b7993eed7c393763b3dc89dfa3a56d (diff) | |
download | tdeedu-1a7e498bdb3f755b79c06cb87fe4fad2cf8e7bf3.tar.gz tdeedu-1a7e498bdb3f755b79c06cb87fe4fad2cf8e7bf3.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kstars')
77 files changed, 88 insertions, 88 deletions
diff --git a/kstars/kstars/addcatdialog.h b/kstars/kstars/addcatdialog.h index d867e5bc..9cb931b1 100644 --- a/kstars/kstars/addcatdialog.h +++ b/kstars/kstars/addcatdialog.h @@ -36,7 +36,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 9c4917e0..628b47a2 100644 --- a/kstars/kstars/addlinkdialog.h +++ b/kstars/kstars/addlinkdialog.h @@ -36,7 +36,7 @@ class SkyMap; class AddLinkDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: /**Constructor. */ AddLinkDialog( TQWidget* parent = 0, const TQString &oname=i18n("object") ); diff --git a/kstars/kstars/ccdpreviewwg.h b/kstars/kstars/ccdpreviewwg.h index 79d82a37..17315e4a 100644 --- a/kstars/kstars/ccdpreviewwg.h +++ b/kstars/kstars/ccdpreviewwg.h @@ -31,7 +31,7 @@ enum Pixelorder {PIXELORDER_NORMAL=1, PIXELORDER_DUAL=2}; class CCDPreviewWG : public CCDPreviewForm { Q_OBJECT - TQ_OBJECT + public: CCDPreviewWG(INDIStdDevice *inStdDev, TQWidget * parent =0, const char * name =0); @@ -74,7 +74,7 @@ enum Pixelorder {PIXELORDER_NORMAL=1, PIXELORDER_DUAL=2}; class CCDVideoWG : public TQFrame { Q_OBJECT - TQ_OBJECT + public: CCDVideoWG(TQWidget * parent =0, const char * name =0); diff --git a/kstars/kstars/conbridlg.h b/kstars/kstars/conbridlg.h index fb914b16..b1c93d8f 100644 --- a/kstars/kstars/conbridlg.h +++ b/kstars/kstars/conbridlg.h @@ -29,7 +29,7 @@ class ContrastBrightnessDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: ContrastBrightnessDlg(TQWidget *parent=0); ~ContrastBrightnessDlg(); diff --git a/kstars/kstars/detaildialog.h b/kstars/kstars/detaildialog.h index 92ffdfbf..734ccf7d 100644 --- a/kstars/kstars/detaildialog.h +++ b/kstars/kstars/detaildialog.h @@ -56,7 +56,7 @@ struct ADVTreeData */ class LogEdit : public KTextEdit { Q_OBJECT - TQ_OBJECT + public: LogEdit( TQWidget *parent=0, const char *name=0 ); ~LogEdit() {} @@ -74,7 +74,7 @@ protected: */ class ClickLabel : public TQLabel { Q_OBJECT - TQ_OBJECT + public: ClickLabel( TQWidget *parent=0, const char *name=0 ); ~ClickLabel() {} @@ -106,7 +106,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 f70d7b40..05337aa2 100644 --- a/kstars/kstars/devicemanager.h +++ b/kstars/kstars/devicemanager.h @@ -26,7 +26,7 @@ class DeviceManager : public TQObject { Q_OBJECT - TQ_OBJECT + public: DeviceManager(INDIMenu *INDIparent, int inID); ~DeviceManager(); diff --git a/kstars/kstars/dmsbox.h b/kstars/kstars/dmsbox.h index d12c0a12..6932ff8d 100644 --- a/kstars/kstars/dmsbox.h +++ b/kstars/kstars/dmsbox.h @@ -42,7 +42,7 @@ class dmsBox : public KLineEdit { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY (bool degType READ degType WRITE setDegType) public: diff --git a/kstars/kstars/draglistbox.h b/kstars/kstars/draglistbox.h index 20fbcc37..880c63db 100644 --- a/kstars/kstars/draglistbox.h +++ b/kstars/kstars/draglistbox.h @@ -32,7 +32,7 @@ class TQDragDropEvent; class DragListBox : public KListBox { Q_OBJECT - TQ_OBJECT + public: /**@short Default constructor */ diff --git a/kstars/kstars/finddialog.h b/kstars/kstars/finddialog.h index fac1a771..4634cdbd 100644 --- a/kstars/kstars/finddialog.h +++ b/kstars/kstars/finddialog.h @@ -46,7 +46,7 @@ class SkyObjectNameListItem; class FindDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: /**Constructor. Creates all widgets and packs them in TQLayouts. Connects diff --git a/kstars/kstars/fitshistogram.h b/kstars/kstars/fitshistogram.h index 82de8aea..f16d3c86 100644 --- a/kstars/kstars/fitshistogram.h +++ b/kstars/kstars/fitshistogram.h @@ -29,7 +29,7 @@ class FITSHistogram : public histDialog { Q_OBJECT - TQ_OBJECT + public: FITSHistogram(TQWidget *parent, const char * name = 0); diff --git a/kstars/kstars/fitsimage.h b/kstars/kstars/fitsimage.h index ba6b18d3..4ee482b3 100644 --- a/kstars/kstars/fitsimage.h +++ b/kstars/kstars/fitsimage.h @@ -44,7 +44,7 @@ class FITSFrame; class FITSImage : public TQScrollView { Q_OBJECT - TQ_OBJECT + public: @@ -109,7 +109,7 @@ class FITSImage : public TQScrollView { class FITSFrame : public TQFrame { Q_OBJECT - TQ_OBJECT + public: FITSFrame(FITSImage * img, TQWidget * parent = 0, const char * name = 0); diff --git a/kstars/kstars/fitsviewer.h b/kstars/kstars/fitsviewer.h index fa14ae2a..3790ebf1 100644 --- a/kstars/kstars/fitsviewer.h +++ b/kstars/kstars/fitsviewer.h @@ -47,7 +47,7 @@ class FITSHistogram; class FITSViewer : public KMainWindow { Q_OBJECT - TQ_OBJECT + public: diff --git a/kstars/kstars/focusdialog.h b/kstars/kstars/focusdialog.h index e6707028..c2d03de0 100644 --- a/kstars/kstars/focusdialog.h +++ b/kstars/kstars/focusdialog.h @@ -35,7 +35,7 @@ class FocusDialogDlg; class FocusDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: /**Constructor. */ FocusDialog( TQWidget *parent=0 ); diff --git a/kstars/kstars/fovdialog.h b/kstars/kstars/fovdialog.h index c9a93f3d..ce25d7e7 100644 --- a/kstars/kstars/fovdialog.h +++ b/kstars/kstars/fovdialog.h @@ -34,7 +34,7 @@ class NewFOVUI; class FOVDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: FOVDialog( TQWidget *parent=0 ); ~FOVDialog(); @@ -64,7 +64,7 @@ private: class NewFOV : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: NewFOV( TQWidget *parent=0 ); ~NewFOV() {} diff --git a/kstars/kstars/imagereductiondlg.h b/kstars/kstars/imagereductiondlg.h index a2dd99af..8461d90f 100644 --- a/kstars/kstars/imagereductiondlg.h +++ b/kstars/kstars/imagereductiondlg.h @@ -23,7 +23,7 @@ class ImageReductionDlg : public imageReductionUI { Q_OBJECT - TQ_OBJECT + public: ImageReductionDlg(TQWidget * parent, const char * name = 0); diff --git a/kstars/kstars/imagesequence.h b/kstars/kstars/imagesequence.h index d04bf0a0..2622bbfb 100644 --- a/kstars/kstars/imagesequence.h +++ b/kstars/kstars/imagesequence.h @@ -21,7 +21,7 @@ class INDIStdDevice; class imagesequence : public imgSequenceDlg { Q_OBJECT - TQ_OBJECT + public: imagesequence(TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); diff --git a/kstars/kstars/imageviewer.h b/kstars/kstars/imageviewer.h index 7b092f26..fa1873e4 100644 --- a/kstars/kstars/imageviewer.h +++ b/kstars/kstars/imageviewer.h @@ -47,7 +47,7 @@ class TQFile; class ImageViewer : public KMainWindow { Q_OBJECT - TQ_OBJECT + public: /**Constructor. */ diff --git a/kstars/kstars/indidevice.h b/kstars/kstars/indidevice.h index 04e594ee..11ed7cf3 100644 --- a/kstars/kstars/indidevice.h +++ b/kstars/kstars/indidevice.h @@ -70,7 +70,7 @@ class TQVBox; class INDI_D : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: INDI_D(INDIMenu *parentMenu, DeviceManager *parentManager, TQString inName, TQString inLabel); ~INDI_D(); diff --git a/kstars/kstars/indidriver.h b/kstars/kstars/indidriver.h index 6994b775..f62f06a0 100644 --- a/kstars/kstars/indidriver.h +++ b/kstars/kstars/indidriver.h @@ -43,7 +43,7 @@ struct INDIHostsInfo class IDevice : public TQObject { Q_OBJECT - TQ_OBJECT + public: IDevice(TQString inLabel, TQString inDriver, TQString inVersion); @@ -80,7 +80,7 @@ class INDIDriver : public devManager { Q_OBJECT - TQ_OBJECT + public: diff --git a/kstars/kstars/indielement.h b/kstars/kstars/indielement.h index 2e84d326..eb1826ee 100644 --- a/kstars/kstars/indielement.h +++ b/kstars/kstars/indielement.h @@ -89,7 +89,7 @@ XMLEle * findEle (XMLEle *ep , INDI_P *pp, const char *child, char errmsg class INDI_E : public TQObject { Q_OBJECT - TQ_OBJECT + public: INDI_E(INDI_P *parentProperty, TQString inName, TQString inLabel); ~INDI_E(); diff --git a/kstars/kstars/indifitsconf.h b/kstars/kstars/indifitsconf.h index fb7182e8..90687f3c 100644 --- a/kstars/kstars/indifitsconf.h +++ b/kstars/kstars/indifitsconf.h @@ -15,7 +15,7 @@ class INDIFITSConf : public INDIConf { Q_OBJECT - TQ_OBJECT + public: INDIFITSConf(TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); diff --git a/kstars/kstars/indimenu.h b/kstars/kstars/indimenu.h index abb2cfe9..3ff8f4fc 100644 --- a/kstars/kstars/indimenu.h +++ b/kstars/kstars/indimenu.h @@ -48,7 +48,7 @@ class DeviceManager; class INDIMenu : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: INDIMenu(TQWidget * parent = 0 , const char *name = 0); ~INDIMenu(); diff --git a/kstars/kstars/indiproperty.h b/kstars/kstars/indiproperty.h index b86feb81..836f02f7 100644 --- a/kstars/kstars/indiproperty.h +++ b/kstars/kstars/indiproperty.h @@ -34,7 +34,7 @@ class TQButtonGroup; class INDI_P : public TQObject { Q_OBJECT - TQ_OBJECT + public: INDI_P(INDI_G *parentGroup, TQString inName); ~INDI_P(); diff --git a/kstars/kstars/indistd.h b/kstars/kstars/indistd.h index 3ff79c2f..a2625705 100644 --- a/kstars/kstars/indistd.h +++ b/kstars/kstars/indistd.h @@ -33,7 +33,7 @@ class INDIStdDevice : public TQObject { Q_OBJECT - TQ_OBJECT + public: INDIStdDevice(INDI_D *associatedDevice, KStars * kswPtr); ~INDIStdDevice(); @@ -98,7 +98,7 @@ class INDIStdProperty : public TQObject { Q_OBJECT - TQ_OBJECT + public: INDIStdProperty(INDI_P *associatedProperty, KStars * kswPtr, INDIStdDevice *stdDevPtr); ~INDIStdProperty(); diff --git a/kstars/kstars/infobox.h b/kstars/kstars/infobox.h index 6ce33dfa..f7269e49 100644 --- a/kstars/kstars/infobox.h +++ b/kstars/kstars/infobox.h @@ -37,7 +37,7 @@ class TQPainter; class InfoBox : public TQObject { Q_OBJECT - TQ_OBJECT + public: /**default constructor. Creates an infobox with empty text string *and default geometry diff --git a/kstars/kstars/infoboxes.h b/kstars/kstars/infoboxes.h index 4cea39fd..e8ba6d18 100644 --- a/kstars/kstars/infoboxes.h +++ b/kstars/kstars/infoboxes.h @@ -45,7 +45,7 @@ class KStarsDateTime; class InfoBoxes : public TQObject { Q_OBJECT - TQ_OBJECT + public: /**Constructor. Create three infoboxes and place them in the skymap. *@param w The width of the region in which the boxes can be drawn diff --git a/kstars/kstars/ksfilereader.h b/kstars/kstars/ksfilereader.h index 13fdd1a2..c062cdab 100644 --- a/kstars/kstars/ksfilereader.h +++ b/kstars/kstars/ksfilereader.h @@ -34,7 +34,7 @@ class TQString; class KSFileReader : public TQObject { Q_OBJECT - TQ_OBJECT + public: /**Constructor. Read an entire file into a TQStringList object. *@p file the file to be read diff --git a/kstars/kstars/ksnewstuff.h b/kstars/kstars/ksnewstuff.h index ab99cec0..2b08b1b7 100644 --- a/kstars/kstars/ksnewstuff.h +++ b/kstars/kstars/ksnewstuff.h @@ -44,7 +44,7 @@ class KStars; class KSNewStuff : public TQObject, public KNewStuff { Q_OBJECT - TQ_OBJECT + public: /** *Constructor diff --git a/kstars/kstars/kspopupmenu.h b/kstars/kstars/kspopupmenu.h index 48bc0383..a52d6c46 100644 --- a/kstars/kstars/kspopupmenu.h +++ b/kstars/kstars/kspopupmenu.h @@ -39,7 +39,7 @@ class TQLabel; class KSPopupMenu : public KPopupMenu { Q_OBJECT - TQ_OBJECT + public: /**Default constructor*/ KSPopupMenu( TQWidget *parent = 0, const char *name = 0 ); diff --git a/kstars/kstars/kstars.h b/kstars/kstars/kstars.h index bea6af9f..2b6dd74f 100644 --- a/kstars/kstars/kstars.h +++ b/kstars/kstars/kstars.h @@ -68,7 +68,7 @@ class KStars : public KMainWindow, virtual public KStarsInterface { Q_OBJECT - TQ_OBJECT + public: /** *@short Constructor. diff --git a/kstars/kstars/kstarsdata.h b/kstars/kstars/kstarsdata.h index b33b76e3..f39d9e56 100644 --- a/kstars/kstars/kstarsdata.h +++ b/kstars/kstars/kstarsdata.h @@ -89,7 +89,7 @@ class CustomCatalog; class KStarsData : public TQObject { Q_OBJECT - TQ_OBJECT + public: //Friend classes can see the private data. friend class FindDialog; diff --git a/kstars/kstars/kstarssplash.h b/kstars/kstars/kstarssplash.h index ff5e676b..66b327d6 100644 --- a/kstars/kstars/kstarssplash.h +++ b/kstars/kstars/kstarssplash.h @@ -33,7 +33,7 @@ class TQLabel; class KStarsSplash : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: /**Constructor. Create widgets. Load KStars logo. Start load timer. diff --git a/kstars/kstars/kswizard.h b/kstars/kstars/kswizard.h index f72e19ef..6cc832d6 100644 --- a/kstars/kstars/kswizard.h +++ b/kstars/kstars/kswizard.h @@ -39,7 +39,7 @@ class GeoLocation; class KSWizard : public KSWizardUI { Q_OBJECT - TQ_OBJECT + public: /** *Constructor diff --git a/kstars/kstars/locationdialog.h b/kstars/kstars/locationdialog.h index 1de15c84..a32718f8 100644 --- a/kstars/kstars/locationdialog.h +++ b/kstars/kstars/locationdialog.h @@ -58,7 +58,7 @@ class dmsBox; class LocationDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kstars/kstars/mapcanvas.h b/kstars/kstars/mapcanvas.h index e7580475..9be7cf84 100644 --- a/kstars/kstars/mapcanvas.h +++ b/kstars/kstars/mapcanvas.h @@ -38,7 +38,7 @@ class TQPixmap; class MapCanvas : public TQWidget { Q_OBJECT - TQ_OBJECT + public: /**Default constructor. Initialize the widget: create pixmaps, load the *world map bitmap, set pointers to the main window and the diff --git a/kstars/kstars/opsadvanced.h b/kstars/kstars/opsadvanced.h index 45cdbf17..5f879968 100644 --- a/kstars/kstars/opsadvanced.h +++ b/kstars/kstars/opsadvanced.h @@ -36,7 +36,7 @@ class KStars; class OpsAdvanced : public OpsAdvancedUI { Q_OBJECT - TQ_OBJECT + public: OpsAdvanced( TQWidget *parent=0, const char *name=0, WFlags fl = 0 ); diff --git a/kstars/kstars/opscatalog.h b/kstars/kstars/opscatalog.h index ca2d3553..cc4ec8e3 100644 --- a/kstars/kstars/opscatalog.h +++ b/kstars/kstars/opscatalog.h @@ -39,7 +39,7 @@ class TQCheckListItem; class OpsCatalog : public OpsCatalogUI { Q_OBJECT - TQ_OBJECT + public: OpsCatalog( TQWidget *parent=0, const char *name=0, WFlags fl = 0 ); diff --git a/kstars/kstars/opscolors.h b/kstars/kstars/opscolors.h index bca94c4f..3377cefd 100644 --- a/kstars/kstars/opscolors.h +++ b/kstars/kstars/opscolors.h @@ -41,7 +41,7 @@ class KStars; class OpsColors : public OpsColorsUI { Q_OBJECT - TQ_OBJECT + public: OpsColors( TQWidget *parent=0, const char *name=0, WFlags fl = 0 ); diff --git a/kstars/kstars/opsguides.h b/kstars/kstars/opsguides.h index cf208b8e..1348f5e3 100644 --- a/kstars/kstars/opsguides.h +++ b/kstars/kstars/opsguides.h @@ -22,7 +22,7 @@ class OpsGuides : public OpsGuidesUI { Q_OBJECT - TQ_OBJECT + public: OpsGuides( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); diff --git a/kstars/kstars/opssolarsystem.h b/kstars/kstars/opssolarsystem.h index 98aca19f..020e7dc9 100644 --- a/kstars/kstars/opssolarsystem.h +++ b/kstars/kstars/opssolarsystem.h @@ -32,7 +32,7 @@ class KStars; class OpsSolarSystem : public OpsSolarSystemUI { Q_OBJECT - TQ_OBJECT + public: OpsSolarSystem( TQWidget *parent=0, const char *name=0, WFlags fl = 0 ); diff --git a/kstars/kstars/planetcatalog.h b/kstars/kstars/planetcatalog.h index 0680d0c1..996f4b24 100644 --- a/kstars/kstars/planetcatalog.h +++ b/kstars/kstars/planetcatalog.h @@ -48,7 +48,7 @@ class dms; class PlanetCatalog : public TQObject { Q_OBJECT - TQ_OBJECT + public: /**Constructor. */ diff --git a/kstars/kstars/simclock.h b/kstars/kstars/simclock.h index d652c304..51ac4576 100644 --- a/kstars/kstars/simclock.h +++ b/kstars/kstars/simclock.h @@ -32,7 +32,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 6cbb2831..fec52526 100644 --- a/kstars/kstars/skymap.h +++ b/kstars/kstars/skymap.h @@ -58,7 +58,7 @@ class DeepSkyObject; class SkyMap : public TQWidget { Q_OBJECT - TQ_OBJECT + public: /** *Constructor. Read stored settings from KConfig object (focus position, diff --git a/kstars/kstars/stardatasink.h b/kstars/kstars/stardatasink.h index b655ef8c..abfa23ee 100644 --- a/kstars/kstars/stardatasink.h +++ b/kstars/kstars/stardatasink.h @@ -38,7 +38,7 @@ class StarDataSink : public TQObject, public TQDataSink { *class needs signals */ Q_OBJECT - TQ_OBJECT + public: /** constructor */ diff --git a/kstars/kstars/streamwg.h b/kstars/kstars/streamwg.h index b80ecd26..8d0f684c 100644 --- a/kstars/kstars/streamwg.h +++ b/kstars/kstars/streamwg.h @@ -29,7 +29,7 @@ class StreamWG : public streamForm { Q_OBJECT - TQ_OBJECT + public: StreamWG(INDIStdDevice *inStdDev, TQWidget * parent =0, const char * name =0); @@ -67,7 +67,7 @@ class VideoWG : public TQFrame { Q_OBJECT - TQ_OBJECT + public: VideoWG(TQWidget * parent =0, const char * name =0); diff --git a/kstars/kstars/telescopeprop.h b/kstars/kstars/telescopeprop.h index 2f0791a7..1e7ae171 100644 --- a/kstars/kstars/telescopeprop.h +++ b/kstars/kstars/telescopeprop.h @@ -26,7 +26,7 @@ class INDIDriver; class telescopeProp : public scopeProp { Q_OBJECT - TQ_OBJECT + public: telescopeProp(TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); diff --git a/kstars/kstars/telescopewizardprocess.h b/kstars/kstars/telescopewizardprocess.h index 200a4586..232cd29b 100644 --- a/kstars/kstars/telescopewizardprocess.h +++ b/kstars/kstars/telescopewizardprocess.h @@ -26,7 +26,7 @@ class telescopeWizardProcess : public telescopeWizard { Q_OBJECT - TQ_OBJECT + public: telescopeWizardProcess( TQWidget* parent = 0, const char* name = 0); diff --git a/kstars/kstars/thumbnaileditor.h b/kstars/kstars/thumbnaileditor.h index c15d60e8..4a4484d9 100644 --- a/kstars/kstars/thumbnaileditor.h +++ b/kstars/kstars/thumbnaileditor.h @@ -28,7 +28,7 @@ class TQPoint; class ThumbImage : public TQLabel { Q_OBJECT - TQ_OBJECT + public: ThumbImage( TQWidget *parent, const char *name = 0 ); ~ThumbImage(); @@ -63,7 +63,7 @@ private: class ThumbnailEditor : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: ThumbnailEditor( TQWidget *parent, const char *name=0 ); ~ThumbnailEditor(); diff --git a/kstars/kstars/thumbnailpicker.h b/kstars/kstars/thumbnailpicker.h index 5e7fdba4..840e3bd5 100644 --- a/kstars/kstars/thumbnailpicker.h +++ b/kstars/kstars/thumbnailpicker.h @@ -37,7 +37,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 ); ~ThumbnailPicker(); diff --git a/kstars/kstars/timedialog.h b/kstars/kstars/timedialog.h index d13c829d..c68567c6 100644 --- a/kstars/kstars/timedialog.h +++ b/kstars/kstars/timedialog.h @@ -43,7 +43,7 @@ class KStars; class TimeDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: /** *Constructor. Creates widgets and packs them into TQLayouts. diff --git a/kstars/kstars/timespinbox.h b/kstars/kstars/timespinbox.h index 77498c00..bfba1ee5 100644 --- a/kstars/kstars/timespinbox.h +++ b/kstars/kstars/timespinbox.h @@ -30,7 +30,7 @@ class TimeSpinBox : public TQSpinBox { Q_OBJECT - TQ_OBJECT + public: /**Constructor */ TimeSpinBox( TQWidget *parent, const char* name=0, bool daysOnly = false ); diff --git a/kstars/kstars/timestepbox.h b/kstars/kstars/timestepbox.h index 6be45ead..c05ec1d3 100644 --- a/kstars/kstars/timestepbox.h +++ b/kstars/kstars/timestepbox.h @@ -35,7 +35,7 @@ class TimeStepBox : public TQFrame { Q_OBJECT - TQ_OBJECT + public: /**Constructor. */ TimeStepBox( TQWidget *parent=0, const char* name=0, bool daysonly=false ); diff --git a/kstars/kstars/timeunitbox.h b/kstars/kstars/timeunitbox.h index c1755ebd..d93ec215 100644 --- a/kstars/kstars/timeunitbox.h +++ b/kstars/kstars/timeunitbox.h @@ -45,7 +45,7 @@ class TQPushButton; class TimeUnitBox : public TQVBox { Q_OBJECT - TQ_OBJECT + public: /**Constructor*/ TimeUnitBox(TQWidget *parent=0, const char *name=0, bool daysonly = false); diff --git a/kstars/kstars/toggleaction.h b/kstars/kstars/toggleaction.h index fb3e26e4..9f1b2365 100644 --- a/kstars/kstars/toggleaction.h +++ b/kstars/kstars/toggleaction.h @@ -31,7 +31,7 @@ class ToggleAction : public KAction { Q_OBJECT - TQ_OBJECT + public: /**Constructor. */ diff --git a/kstars/kstars/tools/altvstime.h b/kstars/kstars/tools/altvstime.h index b53252c3..654c3f3c 100644 --- a/kstars/kstars/tools/altvstime.h +++ b/kstars/kstars/tools/altvstime.h @@ -48,7 +48,7 @@ class AltVsTimeUI; class AVTPlotWidget : public KStarsPlotWidget { Q_OBJECT - TQ_OBJECT + public: /**Constructor */ @@ -94,7 +94,7 @@ private: class AltVsTime : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: /**Constructor diff --git a/kstars/kstars/tools/astrocalc.h b/kstars/kstars/tools/astrocalc.h index 44daeeb5..6165055c 100644 --- a/kstars/kstars/tools/astrocalc.h +++ b/kstars/kstars/tools/astrocalc.h @@ -57,7 +57,7 @@ class modCalcVlsr; class AstroCalc : public KDialogBase { Q_OBJECT -TQ_OBJECT + public: /** construtor */ AstroCalc(TQWidget *parent = 0); diff --git a/kstars/kstars/tools/jmoontool.h b/kstars/kstars/tools/jmoontool.h index 2b4d04bc..e7a7e0b6 100644 --- a/kstars/kstars/tools/jmoontool.h +++ b/kstars/kstars/tools/jmoontool.h @@ -30,7 +30,7 @@ class KStars; class JMoonTool : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: JMoonTool(TQWidget *parent = 0, const char *name = 0); ~JMoonTool(); diff --git a/kstars/kstars/tools/kstarsplotwidget.h b/kstars/kstars/tools/kstarsplotwidget.h index 8cbf3b85..03339f93 100644 --- a/kstars/kstars/tools/kstarsplotwidget.h +++ b/kstars/kstars/tools/kstarsplotwidget.h @@ -38,7 +38,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 622bfcea..8245c04f 100644 --- a/kstars/kstars/tools/lcgenerator.h +++ b/kstars/kstars/tools/lcgenerator.h @@ -54,7 +54,7 @@ struct VariableStarInfo class LCGenerator : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: /**Constructor diff --git a/kstars/kstars/tools/modcalcangdist.h b/kstars/kstars/tools/modcalcangdist.h index bb689596..616d922b 100644 --- a/kstars/kstars/tools/modcalcangdist.h +++ b/kstars/kstars/tools/modcalcangdist.h @@ -34,7 +34,7 @@ class TQTextStream; class modCalcAngDist : public modCalcAngDistDlg { Q_OBJECT - TQ_OBJECT + public: /**Constructor. */ modCalcAngDist(TQWidget *p, const char *n); diff --git a/kstars/kstars/tools/modcalcapcoord.h b/kstars/kstars/tools/modcalcapcoord.h index 7ed8f3e5..84724dfe 100644 --- a/kstars/kstars/tools/modcalcapcoord.h +++ b/kstars/kstars/tools/modcalcapcoord.h @@ -36,7 +36,7 @@ class TQTextStream; class modCalcApCoord : public modCalcApCoordDlg { Q_OBJECT - TQ_OBJECT + public: /**Constructor. */ modCalcApCoord(TQWidget *p, const char *n); diff --git a/kstars/kstars/tools/modcalcazel.h b/kstars/kstars/tools/modcalcazel.h index ca487e47..ee921a24 100644 --- a/kstars/kstars/tools/modcalcazel.h +++ b/kstars/kstars/tools/modcalcazel.h @@ -35,7 +35,7 @@ class dms; class modCalcAzel : public modCalcAzelDlg { Q_OBJECT - TQ_OBJECT + public: modCalcAzel(TQWidget *p, const char *n); diff --git a/kstars/kstars/tools/modcalcdaylength.h b/kstars/kstars/tools/modcalcdaylength.h index 9565a5c4..268491db 100644 --- a/kstars/kstars/tools/modcalcdaylength.h +++ b/kstars/kstars/tools/modcalcdaylength.h @@ -30,7 +30,7 @@ class GeoLocation; class modCalcDayLength : public modCalcDayLengthDlg { Q_OBJECT - TQ_OBJECT + public: /**Constructor. */ modCalcDayLength(TQWidget *p, const char *n); diff --git a/kstars/kstars/tools/modcalceclipticcoords.h b/kstars/kstars/tools/modcalceclipticcoords.h index 49f85888..b8a4cf65 100644 --- a/kstars/kstars/tools/modcalceclipticcoords.h +++ b/kstars/kstars/tools/modcalceclipticcoords.h @@ -34,7 +34,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 eac67f51..6bb45fce 100644 --- a/kstars/kstars/tools/modcalcequinox.h +++ b/kstars/kstars/tools/modcalcequinox.h @@ -32,7 +32,7 @@ class TQTextStream; class modCalcEquinox : public modCalcEquinoxDlg { Q_OBJECT - TQ_OBJECT + public: modCalcEquinox(TQWidget *p, const char *n); diff --git a/kstars/kstars/tools/modcalcgalcoord.h b/kstars/kstars/tools/modcalcgalcoord.h index 21fbb289..93793d83 100644 --- a/kstars/kstars/tools/modcalcgalcoord.h +++ b/kstars/kstars/tools/modcalcgalcoord.h @@ -33,7 +33,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 d9c3015d..b8bd7927 100644 --- a/kstars/kstars/tools/modcalcgeodcoord.h +++ b/kstars/kstars/tools/modcalcgeodcoord.h @@ -38,7 +38,7 @@ class GeoLocation; class modCalcGeodCoord : public modCalcGeodCoordDlg { Q_OBJECT - TQ_OBJECT + public: modCalcGeodCoord(TQWidget *p, const char *n); diff --git a/kstars/kstars/tools/modcalcjd.h b/kstars/kstars/tools/modcalcjd.h index bbd08e69..b80ee8d1 100644 --- a/kstars/kstars/tools/modcalcjd.h +++ b/kstars/kstars/tools/modcalcjd.h @@ -39,7 +39,7 @@ class KStarsDateTime; class modCalcJD : public modCalcJdDlg { Q_OBJECT - TQ_OBJECT + public: modCalcJD(TQWidget *p, const char *n); ~modCalcJD(); diff --git a/kstars/kstars/tools/modcalcplanets.h b/kstars/kstars/tools/modcalcplanets.h index 50c64d8b..26461db1 100644 --- a/kstars/kstars/tools/modcalcplanets.h +++ b/kstars/kstars/tools/modcalcplanets.h @@ -38,7 +38,7 @@ class KSPluto; class modCalcPlanets : public modCalcPlanetsDlg { Q_OBJECT - TQ_OBJECT + public: modCalcPlanets(TQWidget *p, const char *n); diff --git a/kstars/kstars/tools/modcalcprec.h b/kstars/kstars/tools/modcalcprec.h index 2ef5e394..7447871a 100644 --- a/kstars/kstars/tools/modcalcprec.h +++ b/kstars/kstars/tools/modcalcprec.h @@ -38,7 +38,7 @@ class SkyPoint; class modCalcPrec : public modCalcPrecDlg { Q_OBJECT - TQ_OBJECT + public: modCalcPrec(TQWidget *p, const char *n); ~modCalcPrec(); diff --git a/kstars/kstars/tools/modcalcsidtime.h b/kstars/kstars/tools/modcalcsidtime.h index ef146c53..9aa159ac 100644 --- a/kstars/kstars/tools/modcalcsidtime.h +++ b/kstars/kstars/tools/modcalcsidtime.h @@ -37,7 +37,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 0f046005..f948e93a 100644 --- a/kstars/kstars/tools/modcalcvlsr.h +++ b/kstars/kstars/tools/modcalcvlsr.h @@ -38,7 +38,7 @@ class dms; class modCalcVlsr : public modCalcVlsrDlg { Q_OBJECT - TQ_OBJECT + public: modCalcVlsr(TQWidget *p, const char *n); diff --git a/kstars/kstars/tools/observinglist.h b/kstars/kstars/tools/observinglist.h index 7aa9af64..bd795760 100644 --- a/kstars/kstars/tools/observinglist.h +++ b/kstars/kstars/tools/observinglist.h @@ -58,7 +58,7 @@ class TQStringList; class ObservingList : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: /**@short Cunstructor diff --git a/kstars/kstars/tools/obslistwizard.h b/kstars/kstars/tools/obslistwizard.h index cf3675ee..c4552f2c 100644 --- a/kstars/kstars/tools/obslistwizard.h +++ b/kstars/kstars/tools/obslistwizard.h @@ -31,7 +31,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 9fd053d4..a4be70f8 100644 --- a/kstars/kstars/tools/planetviewer.h +++ b/kstars/kstars/tools/planetviewer.h @@ -34,7 +34,7 @@ class PlanetViewer : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: PlanetViewer(TQWidget *parent = 0, const char *name = 0); ~PlanetViewer(); @@ -78,7 +78,7 @@ private: class PVPlotWidget : public KStarsPlotWidget { Q_OBJECT - TQ_OBJECT + public: PVPlotWidget( double x1, double x2, double y1, double y2, TQWidget *parent=0, const char *name=0 ); diff --git a/kstars/kstars/tools/scriptbuilder.h b/kstars/kstars/tools/scriptbuilder.h index 034d0bcc..d491ffb1 100644 --- a/kstars/kstars/tools/scriptbuilder.h +++ b/kstars/kstars/tools/scriptbuilder.h @@ -68,7 +68,7 @@ class ArgSetFilterNumINDI; class ScriptBuilder : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: ScriptBuilder( TQWidget *parent, const char *name=0 ); ~ScriptBuilder(); diff --git a/kstars/kstars/tools/wutdialog.h b/kstars/kstars/tools/wutdialog.h index 012cd2a7..6bec8ebf 100644 --- a/kstars/kstars/tools/wutdialog.h +++ b/kstars/kstars/tools/wutdialog.h @@ -41,7 +41,7 @@ class TQFrame; class WUTDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: |