diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:06:08 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-21 10:15:01 +0900 |
commit | 9b03504064870b54af92214941ed5372f847b135 (patch) | |
tree | 2feef14e40204f65198169e485db5c1591aa1891 /libtdeedu/extdate/extdatetbl.h | |
parent | 04fdca4209e8f7d759d5db4b7ff9dcdead088e08 (diff) | |
download | tdeedu-9b035040.tar.gz tdeedu-9b035040.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f9eac0ec4d7dbbc84f43db3d5a80cc932d5754b8)
Diffstat (limited to 'libtdeedu/extdate/extdatetbl.h')
-rw-r--r-- | libtdeedu/extdate/extdatetbl.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libtdeedu/extdate/extdatetbl.h b/libtdeedu/extdate/extdatetbl.h index 622b45e8..0c931824 100644 --- a/libtdeedu/extdate/extdatetbl.h +++ b/libtdeedu/extdate/extdatetbl.h @@ -40,7 +40,7 @@ class TDEPopupMenu; */ class ExtDateInternalWeekSelector : public KLineEdit { - Q_OBJECT + TQ_OBJECT protected: TQIntValidator *val; @@ -68,7 +68,7 @@ private: */ class ExtDateInternalMonthPicker : public TQGridView { - Q_OBJECT + TQ_OBJECT protected: /** @@ -142,7 +142,7 @@ private: */ class ExtDateInternalYearSelector : public TQLineEdit { - Q_OBJECT + TQ_OBJECT protected: TQIntValidator *val; @@ -179,7 +179,7 @@ private: */ class TDEPopupFrame : public TQFrame { - Q_OBJECT + TQ_OBJECT protected: /** @@ -268,7 +268,7 @@ public: */ class ExtDateTable : public TQGridView { - Q_OBJECT + TQ_OBJECT //TQ_PROPERTY( ExtDate date READ getDate WRITE setDate ) TQ_PROPERTY( bool popupMenu READ popupMenuEnabled WRITE setPopupMenuEnabled ) |