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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kstars/kstars/ksplanetbase.h b/kstars/kstars/ksplanetbase.h
index d703f980..97296c61 100644
--- a/kstars/kstars/ksplanetbase.h
+++ b/kstars/kstars/ksplanetbase.h
@@ -72,7 +72,7 @@ class KSPlanetBase : public SkyObject {
public:
/**Constructor. Calls SkyObject constructor with type=2 (planet),
- *coordinates=0.0, mag=0.0, primary name s, and all other QStrings empty.
+ *coordinates=0.0, mag=0.0, primary name s, and all other TQStrings empty.
@param kd Some kind of data
*@param s Name of planet
*@param image_file filename of the planet's image
@@ -263,7 +263,7 @@ public:
*/
void clearTrail() { Trail.clear(); }
-/**@short update Horizontal coords of the trail
+/**@short updateQt::Horizontal coords of the trail
*/
void updateTrail( dms *LST, const dms *lat );
@@ -281,7 +281,7 @@ public:
/**Show Solar System object popup menu. Overloaded from virtual
*SkyObject::showPopupMenu()
*@param pmenu pointer to the KSPopupMenu object
- *@param pos QPojnt holding the x,y coordinates for the menu
+ *@param pos TQPojnt holding the x,y coordinates for the menu
*/
virtual void showPopupMenu( KSPopupMenu *pmenu, TQPoint pos ) { pmenu->createPlanetMenu( this ); pmenu->popup( pos ); }
@@ -317,7 +317,7 @@ protected:
private:
/**@short correct the position for the fact that the location is not at the center of the Earth,
*but a position on its surface. This causes a small parallactic shift in a solar system
- *body's apparent position. The effect is most significant for the Moon.
+ *body's aptqparent position. The effect is most significant for the Moon.
*This function is private, and should only be called from the public findPosition() function.
*@param num pointer to a ksnumbers object for the target date/time
*@param lat pointer to the geographic latitude of the location.