summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/mapcanvas.h
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/mapcanvas.h')
-rw-r--r--kstars/kstars/mapcanvas.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kstars/kstars/mapcanvas.h b/kstars/kstars/mapcanvas.h
index fd5432c4..e7580475 100644
--- a/kstars/kstars/mapcanvas.h
+++ b/kstars/kstars/mapcanvas.h
@@ -50,7 +50,7 @@ public:
~MapCanvas();
public slots:
- /**Set the tqgeometry of the map widget (overloaded from TQWidget).
+ /**Set the geometry of the map widget (overloaded from TQWidget).
*Resizes the size of the map pixmap to match the widget, and resets
*the Origin TQPoint so it remains at the center of the widget.
*@note this is called automatically by resize events.
@@ -61,13 +61,13 @@ public slots:
*/
virtual void setGeometry( int x, int y, int w, int h );
- /**Set the tqgeometry of the map widget (overloaded from TQWidget).
+ /**Set the geometry of the map widget (overloaded from TQWidget).
*Resizes the size of the map pixmap to match the widget, and resets
*the Origin TQPoint so it remains at the center of the widget.
*This function behaves just like the above function. It differs
*only in the data type of its argument.
*@note this is called automatically by resize events.
- *@p r TQRect describing tqgeometry
+ *@p r TQRect describing geometry
*/
virtual void setGeometry( const TQRect &r );