diff options
Diffstat (limited to 'kstars/kstars/tools/astrocalc.h')
-rw-r--r-- | kstars/kstars/tools/astrocalc.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kstars/kstars/tools/astrocalc.h b/kstars/kstars/tools/astrocalc.h index bbabcb24..c88bd104 100644 --- a/kstars/kstars/tools/astrocalc.h +++ b/kstars/kstars/tools/astrocalc.h @@ -56,11 +56,11 @@ class modCalcVlsr; class AstroCalc : public KDialogBase { - -Q_OBJECT +Q_OBJECT +TQ_OBJECT public: /** construtor */ - AstroCalc(TQWidget *parent = 0); + AstroCalc(TQWidget *tqparent = 0); /** destructor */ ~AstroCalc(); @@ -101,7 +101,7 @@ Q_OBJECT /**Generate frame for Precession frame. */ void genPrecFrame(void); - /**Generate frame for apparent coordinates frame. */ + /**Generate frame for aptqparent coordinates frame. */ void genAppFrame(void); /**Generate frame for horizontal coordinates frame. */ @@ -120,7 +120,7 @@ Q_OBJECT void delRightPanel(void); /**@returns suggested size of calculator window. */ - TQSize sizeHint() const; + TQSize tqsizeHint() const; public slots: /**Determine which item is selected in the function menu TQListBox. @@ -137,7 +137,7 @@ Q_OBJECT TQVBox *vbox, *rightBox; TQString previousElection; - enum typeOfPanel {GenText, TimeText, GeoText, SolarText, CoordText, JD, SidTime, DayLength, Equinox, GeoCoord, Galactic, Precessor, Apparent, Azel, Planets, Ecliptic, AngDist, Vlsr}; + enum typeOfPanel {GenText, TimeText, GeoText, SolarText, CoordText, JD, SidTime, DayLength, Equinox, GeoCoord, Galactic, Precessor, Aptqparent, Azel, Planets, Ecliptic, AngDist, Vlsr}; typeOfPanel rightPanel; modCalcJD *JDFrame; |