diff options
Diffstat (limited to 'kstars/kstars/tools/modcalcjd.h')
-rw-r--r-- | kstars/kstars/tools/modcalcjd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kstars/kstars/tools/modcalcjd.h b/kstars/kstars/tools/modcalcjd.h index c7505b7a..bbd08e69 100644 --- a/kstars/kstars/tools/modcalcjd.h +++ b/kstars/kstars/tools/modcalcjd.h @@ -27,7 +27,7 @@ * Class for KStars module which computes JD, MJD and Date/Time from the * any of the other entries. * - * Inherits QVBox + * Inherits TQVBox *@author Pablo de Vicente *@version 0.9 */ @@ -39,6 +39,7 @@ class KStarsDateTime; class modCalcJD : public modCalcJdDlg { Q_OBJECT + TQ_OBJECT public: modCalcJD(TQWidget *p, const char *n); ~modCalcJD(); |