summaryrefslogtreecommitdiffstats
path: root/kgantt
diff options
context:
space:
mode:
Diffstat (limited to 'kgantt')
-rw-r--r--kgantt/kgantt/KGantt.h2
-rw-r--r--kgantt/kgantt/KGanttBarConfig.h2
-rw-r--r--kgantt/kgantt/KGanttItem.h2
-rw-r--r--kgantt/kgantt/KGanttRelation.h2
-rw-r--r--kgantt/kgantt/xQGanttBarView.h2
-rw-r--r--kgantt/kgantt/xQGanttBarViewPort.h2
-rw-r--r--kgantt/kgantt/xQGanttListView.h2
-rw-r--r--kgantt/kgantt/xQGanttListViewPort.h2
8 files changed, 8 insertions, 8 deletions
diff --git a/kgantt/kgantt/KGantt.h b/kgantt/kgantt/KGantt.h
index 2475b1211..200b5a434 100644
--- a/kgantt/kgantt/KGantt.h
+++ b/kgantt/kgantt/KGantt.h
@@ -92,7 +92,7 @@ class KDE_EXPORT KGantt : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/kgantt/kgantt/KGanttBarConfig.h b/kgantt/kgantt/KGanttBarConfig.h
index fae399d05..2cd0f11de 100644
--- a/kgantt/kgantt/KGanttBarConfig.h
+++ b/kgantt/kgantt/KGanttBarConfig.h
@@ -38,7 +38,7 @@ class KGanttBarConfig : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/kgantt/kgantt/KGanttItem.h b/kgantt/kgantt/KGanttItem.h
index 1113c9d00..99a63ee3e 100644
--- a/kgantt/kgantt/KGanttItem.h
+++ b/kgantt/kgantt/KGanttItem.h
@@ -56,7 +56,7 @@ class KDE_EXPORT KGanttItem : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/kgantt/kgantt/KGanttRelation.h b/kgantt/kgantt/KGanttRelation.h
index 42323026e..08080bea3 100644
--- a/kgantt/kgantt/KGanttRelation.h
+++ b/kgantt/kgantt/KGanttRelation.h
@@ -50,7 +50,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 b22753c53..bec47a61f 100644
--- a/kgantt/kgantt/xQGanttBarView.h
+++ b/kgantt/kgantt/xQGanttBarView.h
@@ -52,7 +52,7 @@ class xQGanttBarView : public TQScrollView
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/kgantt/kgantt/xQGanttBarViewPort.h b/kgantt/kgantt/xQGanttBarViewPort.h
index fa6b7483e..52244ea43 100644
--- a/kgantt/kgantt/xQGanttBarViewPort.h
+++ b/kgantt/kgantt/xQGanttBarViewPort.h
@@ -90,7 +90,7 @@ class KDE_EXPORT xQGanttBarViewPort : public TQFrame
{
Q_OBJECT
- TQ_OBJECT
+
friend class xQGanttBarView;
friend class KGantt;
diff --git a/kgantt/kgantt/xQGanttListView.h b/kgantt/kgantt/xQGanttListView.h
index 3842abe88..34a89eb83 100644
--- a/kgantt/kgantt/xQGanttListView.h
+++ b/kgantt/kgantt/xQGanttListView.h
@@ -49,7 +49,7 @@ class xQGanttListView : public TQScrollView
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/kgantt/kgantt/xQGanttListViewPort.h b/kgantt/kgantt/xQGanttListViewPort.h
index 365b316ba..ee2f4924d 100644
--- a/kgantt/kgantt/xQGanttListViewPort.h
+++ b/kgantt/kgantt/xQGanttListViewPort.h
@@ -49,7 +49,7 @@ class xQGanttListViewPort : public TQFrame
{
Q_OBJECT
- TQ_OBJECT
+
friend class xQGanttListView;