summaryrefslogtreecommitdiffstats
path: root/kgantt
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:08:47 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:08:47 -0600
commit210090aed352271bcd474b28db9644d9461d7189 (patch)
tree90a41c57403e068d3d7616952c02aa3af88f3d7c /kgantt
parent4bed3ea970817c21a63e468df8e8a45517f751bb (diff)
downloadtdepim-210090aed352271bcd474b28db9644d9461d7189.tar.gz
tdepim-210090aed352271bcd474b28db9644d9461d7189.zip
Remove spurious TQ_OBJECT instances
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;