summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/magnitudespinbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/magnitudespinbox.h')
-rw-r--r--kstars/kstars/magnitudespinbox.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kstars/kstars/magnitudespinbox.h b/kstars/kstars/magnitudespinbox.h
index cc4dc619..f4f62d53 100644
--- a/kstars/kstars/magnitudespinbox.h
+++ b/kstars/kstars/magnitudespinbox.h
@@ -36,11 +36,11 @@ class MagnitudeSpinBox : public KDoubleNumInput
/**Default Constructor.
*/
- MagnitudeSpinBox( QWidget* parent = 0, const char* name = 0);
+ MagnitudeSpinBox( TQWidget* parent = 0, const char* name = 0);
/**Constructor. Set minimum and maximum values for the spinbox.
*/
- MagnitudeSpinBox( double minValue, double maxValue, QWidget* parent = 0, const char* name = 0);
+ MagnitudeSpinBox( double minValue, double maxValue, TQWidget* parent = 0, const char* name = 0);
};