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/extdatetimeedit.h | |
parent | 04fdca4209e8f7d759d5db4b7ff9dcdead088e08 (diff) | |
download | tdeedu-9b03504064870b54af92214941ed5372f847b135.tar.gz tdeedu-9b03504064870b54af92214941ed5372f847b135.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/extdatetimeedit.h')
-rw-r--r-- | libtdeedu/extdate/extdatetimeedit.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libtdeedu/extdate/extdatetimeedit.h b/libtdeedu/extdate/extdatetimeedit.h index 449839c8..f149d0b0 100644 --- a/libtdeedu/extdate/extdatetimeedit.h +++ b/libtdeedu/extdate/extdatetimeedit.h @@ -37,7 +37,7 @@ class TQTimeEdit; class ExtDateTimeEditBase : public TQWidget { - Q_OBJECT + TQ_OBJECT public: ExtDateTimeEditBase( TQWidget* parent=0, const char* name=0 ) @@ -63,7 +63,7 @@ class ExtDateEditPrivate; class KDE_EXPORT ExtDateEdit : public ExtDateTimeEditBase { - Q_OBJECT + TQ_OBJECT TQ_ENUMS( Order ) TQ_PROPERTY( Order order READ order WRITE setOrder ) @@ -147,7 +147,7 @@ private: // // class TQ_EXPORT TQTimeEdit : public ExtDateTimeEditBase // { -// Q_OBJECT +// TQ_OBJECT // // TQ_SETS( Display ) // TQ_PROPERTY( TQTime time READ time WRITE setTime ) @@ -232,7 +232,7 @@ class ExtDateTimeEditPrivate; class KDE_EXPORT ExtDateTimeEdit : public TQWidget { - Q_OBJECT + TQ_OBJECT // TQ_PROPERTY( ExtDateTime dateTime READ dateTime WRITE setDateTime ) @@ -307,7 +307,7 @@ class ExtDateTimeEditorPrivate; class ExtDateTimeEditor : public TQWidget { - Q_OBJECT + TQ_OBJECT public: ExtDateTimeEditor( ExtDateTimeEditBase * parent=0, @@ -343,7 +343,7 @@ private: class ExtDateTimeSpinWidget : public TQSpinWidget { - Q_OBJECT + TQ_OBJECT public: ExtDateTimeSpinWidget( TQWidget *parent, const char *name ) |