summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/tools/altvstime.h
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/tools/altvstime.h')
-rw-r--r--kstars/kstars/tools/altvstime.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/kstars/kstars/tools/altvstime.h b/kstars/kstars/tools/altvstime.h
index fc11e55b..04b6448b 100644
--- a/kstars/kstars/tools/altvstime.h
+++ b/kstars/kstars/tools/altvstime.h
@@ -48,10 +48,11 @@ class AltVsTimeUI;
class AVTPlotWidget : public KStarsPlotWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
/**Constructor
*/
- AVTPlotWidget( double x1=0.0, double x2=1.0, double y1=0.0, double y2=1.0, TQWidget *parent=0, const char* name=0 );
+ AVTPlotWidget( double x1=0.0, double x2=1.0, double y1=0.0, double y2=1.0, TQWidget *tqparent=0, const char* name=0 );
/**Set the fractional positions of the Sunrise and Sunset positions,
*in units where last midnight was 0.0, and next midnight is 1.0.
@@ -93,11 +94,12 @@ private:
class AltVsTime : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
/**Constructor
*/
- AltVsTime( TQWidget* parent = 0);
+ AltVsTime( TQWidget* tqparent = 0);
/**Destructor
*/