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.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/kstars/kstars/mapcanvas.h b/kstars/kstars/mapcanvas.h
index b32098b2..66402408 100644
--- a/kstars/kstars/mapcanvas.h
+++ b/kstars/kstars/mapcanvas.h
@@ -38,18 +38,19 @@ class TQPixmap;
class MapCanvas : public TQWidget {
Q_OBJECT
+ TQ_OBJECT
public:
/**Default constructor. Initialize the widget: create pixmaps, load the
*world map bitmap, set pointers to the main window and the
- *LocationDialog parent.
+ *LocationDialog tqparent.
*/
- MapCanvas(TQWidget *parent=0, const char *name=0);
+ MapCanvas(TQWidget *tqparent=0, const char *name=0);
/**Destructor (empty)
*/
~MapCanvas();
public slots:
- /**Set the geometry of the map widget (overloaded from TQWidget).
+ /**Set the tqgeometry 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.
@@ -60,13 +61,13 @@ public slots:
*/
virtual void setGeometry( int x, int y, int w, int h );
- /**Set the geometry of the map widget (overloaded from TQWidget).
+ /**Set the tqgeometry 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 geometry
+ *@p r TQRect describing tqgeometry
*/
virtual void setGeometry( const TQRect &r );