diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:07:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 22:35:23 +0900 |
commit | cd4b0ac22608120ad003f575a1640e1ddc7703df (patch) | |
tree | e68977e058f9d4900eaf266d1dbfc277dbae62e0 /kgantt | |
parent | cc2af80602eb3d2a8ea2915d6ff59a10b17f7a21 (diff) | |
download | tdepim-cd4b0ac22608120ad003f575a1640e1ddc7703df.tar.gz tdepim-cd4b0ac22608120ad003f575a1640e1ddc7703df.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kgantt')
-rw-r--r-- | kgantt/kgantt/KGantt.h | 2 | ||||
-rw-r--r-- | kgantt/kgantt/KGanttBarConfig.h | 2 | ||||
-rw-r--r-- | kgantt/kgantt/KGanttItem.h | 2 | ||||
-rw-r--r-- | kgantt/kgantt/KGanttRelation.h | 2 | ||||
-rw-r--r-- | kgantt/kgantt/xQGanttBarView.h | 2 | ||||
-rw-r--r-- | kgantt/kgantt/xQGanttBarViewPort.h | 2 | ||||
-rw-r--r-- | kgantt/kgantt/xQGanttListView.h | 2 | ||||
-rw-r--r-- | kgantt/kgantt/xQGanttListViewPort.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/kgantt/kgantt/KGantt.h b/kgantt/kgantt/KGantt.h index ea83a2138..e49e9045a 100644 --- a/kgantt/kgantt/KGantt.h +++ b/kgantt/kgantt/KGantt.h @@ -91,7 +91,7 @@ class KDE_EXPORT KGantt : public TQWidget //////////////////////////////// { - Q_OBJECT + TQ_OBJECT diff --git a/kgantt/kgantt/KGanttBarConfig.h b/kgantt/kgantt/KGanttBarConfig.h index 2cd0f11de..0aac50821 100644 --- a/kgantt/kgantt/KGanttBarConfig.h +++ b/kgantt/kgantt/KGanttBarConfig.h @@ -37,7 +37,7 @@ class xQGanttBarView; class KGanttBarConfig : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kgantt/kgantt/KGanttItem.h b/kgantt/kgantt/KGanttItem.h index 67c1a198d..3472b889b 100644 --- a/kgantt/kgantt/KGanttItem.h +++ b/kgantt/kgantt/KGanttItem.h @@ -55,7 +55,7 @@ class KDE_EXPORT KGanttItem : public TQObject ////////////////////////////////// { - Q_OBJECT + TQ_OBJECT diff --git a/kgantt/kgantt/KGanttRelation.h b/kgantt/kgantt/KGanttRelation.h index 08080bea3..30028e80d 100644 --- a/kgantt/kgantt/KGanttRelation.h +++ b/kgantt/kgantt/KGanttRelation.h @@ -49,7 +49,7 @@ class KGanttRelation : public TQObject ////////////////////////////////// { - Q_OBJECT + TQ_OBJECT friend class KGanttItem; diff --git a/kgantt/kgantt/xQGanttBarView.h b/kgantt/kgantt/xQGanttBarView.h index bec47a61f..c1f4b1ba0 100644 --- a/kgantt/kgantt/xQGanttBarView.h +++ b/kgantt/kgantt/xQGanttBarView.h @@ -51,7 +51,7 @@ class xQGanttBarView : public TQScrollView ////////////////////////////////////////// { - Q_OBJECT + TQ_OBJECT diff --git a/kgantt/kgantt/xQGanttBarViewPort.h b/kgantt/kgantt/xQGanttBarViewPort.h index c78ffd5a7..090545523 100644 --- a/kgantt/kgantt/xQGanttBarViewPort.h +++ b/kgantt/kgantt/xQGanttBarViewPort.h @@ -89,7 +89,7 @@ class KDE_EXPORT xQGanttBarViewPort : public TQFrame //////////////////////////////////////// { - Q_OBJECT + TQ_OBJECT friend class xQGanttBarView; diff --git a/kgantt/kgantt/xQGanttListView.h b/kgantt/kgantt/xQGanttListView.h index 34a89eb83..ec4f880a8 100644 --- a/kgantt/kgantt/xQGanttListView.h +++ b/kgantt/kgantt/xQGanttListView.h @@ -48,7 +48,7 @@ class xQGanttListView : public TQScrollView ////////////////////////////////////////////// { - Q_OBJECT + TQ_OBJECT diff --git a/kgantt/kgantt/xQGanttListViewPort.h b/kgantt/kgantt/xQGanttListViewPort.h index ee2f4924d..21f3f02f0 100644 --- a/kgantt/kgantt/xQGanttListViewPort.h +++ b/kgantt/kgantt/xQGanttListViewPort.h @@ -48,7 +48,7 @@ class xQGanttListViewPort : public TQFrame //////////////////////////////////////////// { - Q_OBJECT + TQ_OBJECT friend class xQGanttListView; |