diff options
Diffstat (limited to 'kworldwatch/mapwidget.h')
-rw-r--r-- | kworldwatch/mapwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kworldwatch/mapwidget.h b/kworldwatch/mapwidget.h index b414c81..8441306 100644 --- a/kworldwatch/mapwidget.h +++ b/kworldwatch/mapwidget.h @@ -60,7 +60,7 @@ class MapWidget : public TQWidget public: - MapWidget(bool applet=false, bool restore=false, TQWidget *tqparent=0, const char *name=0); + MapWidget(bool applet=false, bool restore=false, TQWidget *parent=0, const char *name=0); ~MapWidget(); void setTheme(const TQString &theme); |