summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/ksplanetbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/ksplanetbase.h')
-rw-r--r--kstars/kstars/ksplanetbase.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kstars/kstars/ksplanetbase.h b/kstars/kstars/ksplanetbase.h
index 6954ed44..8c5e0e69 100644
--- a/kstars/kstars/ksplanetbase.h
+++ b/kstars/kstars/ksplanetbase.h
@@ -117,7 +117,7 @@ public:
*@param elat Ecliptic Latitude
*/
void setEcLat( double elat ) { ep.latitude.setD( elat ); }
-
+
/**@return pointer to Ecliptic Heliocentric Longitude coordinate
*/
const dms* helEcLong( void ) const { return &helEcPos.longitude; }
@@ -263,7 +263,7 @@ public:
*/
void clearTrail() { Trail.clear(); }
-/**@short updateQt::Horizontal coords of the trail
+/**@short update Horizontal coords of the trail
*/
void updateTrail( dms *LST, const dms *lat );
@@ -278,7 +278,7 @@ public:
*/
void scaleRotateImage( int scale, double imageAngle );
-/**Show Solar System object popup menu. Overloaded from virtual
+/**Show Solar System object popup menu. Overloaded from virtual
*SkyObject::showPopupMenu()
*@param pmenu pointer to the KSPopupMenu object
*@param pos TQPojnt holding the x,y coordinates for the menu
@@ -308,7 +308,7 @@ protected:
// Geocentric ecliptic position, but distance to the Sun
EclipticPosition ep;
- // Heliocentric ecliptic position referred to the equinox of the epoch
+ // Heliocentric ecliptic position referred to the equinox of the epoch
// as obtained from VSOP.
EclipticPosition helEcPos;
TQPtrList<SkyPoint> Trail;
@@ -325,8 +325,8 @@ private:
*/
void localizeCoords( const KSNumbers *num, const dms *lat, const dms *LST );
- /* Computes the visual magnitude for the major planets.
- * @param num pointer to a ksnumbers object. Needed for the saturn rings contribution to
+ /* Computes the visual magnitude for the major planets.
+ * @param num pointer to a ksnumbers object. Needed for the saturn rings contribution to
* saturn magnitude.
* @param Earth pointer to an Earth object. Needed to know the distance between the Earth and the
* Sun.