summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/skymap.h
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/skymap.h')
-rw-r--r--kstars/kstars/skymap.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kstars/kstars/skymap.h b/kstars/kstars/skymap.h
index d407bd78..6cbb2831 100644
--- a/kstars/kstars/skymap.h
+++ b/kstars/kstars/skymap.h
@@ -369,7 +369,7 @@ public:
*/
bool isAngleMode() const {return angularDistanceMode;}
-/**@short update the tqgeometry of the angle ruler
+/**@short update the geometry of the angle ruler
*/
void updateAngleRuler();
@@ -389,7 +389,7 @@ public:
/**@short Draw the current Sky map to a pixmap which is to be printed or exported to a file.
*
*Each of the draw functions is called, with a value for the Scale parameter computed to fit the
- *tqgeometry of the TQPaintDevice.
+ *geometry of the TQPaintDevice.
*@param pd pointer to the TQPaintDevice on which to draw.
*@see KStars::slotExportImage()
*@see KStars::slotPrint()
@@ -623,7 +623,7 @@ private slots:
*/
void slotTransientLabel();
-/**Set the tqshape of mouse cursor to a cross with 4 arrows. */
+/**Set the shape of mouse cursor to a cross with 4 arrows. */
void setMouseMoveCursor();
private:
@@ -777,7 +777,7 @@ private:
void drawBoxes( TQPainter &p );
/**Draw symbols at the position of each Telescope currently being controlled by KStars.
- *@note The tqshape of the Telescope symbol is currently a hard-coded bullseye.
+ *@note The shape of the Telescope symbol is currently a hard-coded bullseye.
*@note there is no scale factor because this is only used for drawing onto the screen, not printing.
*@param psky reference to the TQPainter on which to draw (this should be the Sky pixmap).
*/
@@ -901,11 +901,11 @@ private:
*/
double findPA( SkyObject *o, int x, int y, double scale=1.0 );
-/**@short Sets the tqshape of the default mouse cursor to a cross.
+/**@short Sets the shape of the default mouse cursor to a cross.
*/
void setDefaultMouseCursor();
-/**@short Sets the tqshape of the mouse cursor to a magnifying glass.
+/**@short Sets the shape of the mouse cursor to a magnifying glass.
*/
void setZoomMouseCursor();