summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/timebox.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-11 04:44:41 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-11 04:44:41 +0000
commita374efce3a207b39514be3c52264091400ce297e (patch)
tree77bdf654b55826d4f59b53a5621310206bcaead1 /kstars/kstars/timebox.h
parentf81a494f3957d5cf38c787973415597941934727 (diff)
downloadtdeedu-a374efce3a207b39514be3c52264091400ce297e.tar.gz
tdeedu-a374efce3a207b39514be3c52264091400ce297e.zip
TQt4 port kdeedu
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1236073 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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();