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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kstars/kstars/tools/kstarsplotwidget.h b/kstars/kstars/tools/kstarsplotwidget.h
index a3c00d88..be672454 100644
--- a/kstars/kstars/tools/kstarsplotwidget.h
+++ b/kstars/kstars/tools/kstarsplotwidget.h
@@ -38,10 +38,11 @@ class TQPixmap;
class KStarsPlotWidget : public KPlotWidget {
Q_OBJECT
+ TQ_OBJECT
public:
/**Constructor
*/
- KStarsPlotWidget( double x1=0.0, double x2=1.0, double y1=0.0, double y2=1.0, TQWidget *parent=0, const char* name=0 );
+ KStarsPlotWidget( double x1=0.0, double x2=1.0, double y1=0.0, double y2=1.0, TQWidget *tqparent=0, const char* name=0 );
/**Destructor (empty)
*/