summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/tools/kstarsplotwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/tools/kstarsplotwidget.h')
-rw-r--r--kstars/kstars/tools/kstarsplotwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kstars/kstars/tools/kstarsplotwidget.h b/kstars/kstars/tools/kstarsplotwidget.h
index be672454..2108a1e7 100644
--- a/kstars/kstars/tools/kstarsplotwidget.h
+++ b/kstars/kstars/tools/kstarsplotwidget.h
@@ -42,7 +42,7 @@ class KStarsPlotWidget : public KPlotWidget {
public:
/**Constructor
*/
- KStarsPlotWidget( double x1=0.0, double x2=1.0, double y1=0.0, double y2=1.0, TQWidget *tqparent=0, const char* name=0 );
+ KStarsPlotWidget( double x1=0.0, double x2=1.0, double y1=0.0, double y2=1.0, TQWidget *parent=0, const char* name=0 );
/**Destructor (empty)
*/