summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/timebox.h
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/timebox.h')
-rw-r--r--kstars/kstars/timebox.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kstars/kstars/timebox.h b/kstars/kstars/timebox.h
index 1f3f8b6d..297b89aa 100644
--- a/kstars/kstars/timebox.h
+++ b/kstars/kstars/timebox.h
@@ -29,7 +29,7 @@ class ExtDate;
* This class creates a TQHBox with 3 TQLineEdit Fields which will contain
* either Time (Hour, Minute, Second) or Date (Day, Month, Year).
*
- * Inherits QHBox
+ * Inherits TQHBox
*@author Pablo de Vicente
*@version 1.0
*/
@@ -38,12 +38,12 @@ class timeBox : public TQLineEdit {
public:
/**
* Constructor for the timeBox object.
- * @param parent is the parent QWidget
+ * @param tqparent is the tqparent TQWidget
* @param n name is the name of the object
* @param tt boolean. true means that the object will hold a Time.
* false means that the object will hold a Date.
*/
- timeBox(TQWidget *parent, const char *n, bool tt=TRUE);
+ timeBox(TQWidget *tqparent, const char *n, bool tt=TRUE);
~timeBox();