diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 15:06:08 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 15:06:08 +0900 |
commit | f9eac0ec4d7dbbc84f43db3d5a80cc932d5754b8 (patch) | |
tree | cc78f7cd0c52eafa75211faec743bcbac4047491 /libtdeedu/extdate/extdatetbl.h | |
parent | 722b8b58ec7c9696be84890045d29e0203d3e20f (diff) | |
download | tdeedu-f9eac0ec4d7dbbc84f43db3d5a80cc932d5754b8.tar.gz tdeedu-f9eac0ec4d7dbbc84f43db3d5a80cc932d5754b8.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
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 ) |